All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.1 (2024-09-02)
- #59: typeerror - default is not a function (f45eecd), closes #59 /github.com/vitest-dev/vitest/issues/6352#issuecomment-2294477456
0.7.0 (2024-05-10)
- add dependabot.yml
- add yarn.lock (69243e3)
- warning vite does not support 'rollupOptions.output.sourcemap' (e9fe18d)
0.6.3 (2024-03-18)
0.6.2 (2024-02-29)
0.6.1 (2024-02-29)
0.6.0 (2024-02-26)
- [SECURITY] update packages.json dependancies (3e55e97)
0.5.1 (2023-08-18)
- add vitest as a dependency (6d5a835)
0.5.0 (2023-08-05)
0.4.2 (2023-07-22)
- #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)
-
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
- typing export (426f7ce), closes #10
- update index.ts to work without global option set to true (4665ede)
0.4.0 (2023-05-06)
- update index.ts to work without global option set to true (dad5380)
0.3.1 (2023-03-18)
- use conditional args on main function type (d78f604)
- update README.md (224df0e)
- remove vitest import in src to avoid vitest global error mismatch (89a0bb4)
0.1.0 (2022-12-30)
- vitest-fail-on-console and related tests (8d86652)