Skip to content

Latest commit

 

History

History
171 lines (81 loc) · 8.07 KB

CHANGELOG.md

File metadata and controls

171 lines (81 loc) · 8.07 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.1 (2024-09-02)

Bug Fixes

0.7.0 (2024-05-10)

Chores

  • add dependabot.yml

Features

Bug Fixes

  • warning vite does not support 'rollupOptions.output.sourcemap' (e9fe18d)

0.6.3 (2024-03-18)

Bug Fixes

0.6.2 (2024-02-29)

Bug Fixes

  • #17: Cannot find module 'vitest-fail-on-console' (9a60253), closes #17

0.6.1 (2024-02-29)

Bug Fixes

  • #17: Cannot find module 'vitest-fail-on-console' (4704b60), closes #17

0.6.0 (2024-02-26)

Features

  • [SECURITY] update packages.json dependancies (3e55e97)

0.5.1 (2023-08-18)

Bug Fixes

  • add vitest as a dependency (6d5a835)

0.5.0 (2023-08-05)

Features

  • #12: add afterEachDelay option (526aa1a), closes #12

Contributors: @vojvodics

0.4.2 (2023-07-22)

Bug Fixes

  • #9: 0.4.0 breaks usage with globals: true (59357f1), closes #9
  • typing export (426f7ce), closes #10
  • update index.ts to work without global option set to true (4665ede)

0.4.1 (2023-06-23)

Security issues

  • Dependency vite:4.3.5 is vulnerable, safe version 4.3.9

    • CVE-2023-34092 7.5 Exposure of Sensitive Information to an Unauthorized Actor vulnerability pending CVSS allocation

Bug Fixes

  • typing export (426f7ce), closes #10
  • update index.ts to work without global option set to true (4665ede)

Contributors: @magnattic

0.4.0 (2023-05-06)

Bug Fixes

  • update index.ts to work without global option set to true (dad5380)

0.3.1 (2023-03-18)

0.3.0 (2023-01-11)

Features

  • migrate build Rollup to Vite (a94451f)
  • update highlight on message (vi.spyOn) (eb15485)

0.2.4 (2023-01-09)

Bug Fixes

  • use conditional args on main function type (d78f604)

0.2.3 (2023-01-09)

Bug Fixes

  • #1 update package.json to add types definition source (28a61de)

0.2.2 (2023-01-09)

Bug Fixes

  • #1 TS types definition file index.d.ts (b609049)

0.2.1 (2023-01-09)

Bug Fixes

0.2.0 (2023-01-02)

Features

Documentation

0.1.1 (2022-12-30)

Bug Fixes

  • remove vitest import in src to avoid vitest global error mismatch (89a0bb4)

0.1.0 (2022-12-30)

Features

  • vitest-fail-on-console and related tests (8d86652)

Documentation

  • add CONTRIBUTING.md and CODE_OF_CONDUCT.md (563ff79)
  • add README.md (b7079e1)
  • add some examples/ (d1640a7)