Releases: form8ion/vitest
Releases · form8ion/vitest
v2.0.0-alpha.3
2.0.0-alpha.3 (2022-09-04)
Features
- dual-mode: defined an exports map to make this a true dual-mode package (c1348b9)
BREAKING CHANGES
- dual-mode: an exports map has been defined, further restricting access to files within the
package
v2.0.0-alpha.2
2.0.0-alpha.2 (2022-09-04)
Features
- node-versions: defined node v16 as the minimum supported version (890060b)
BREAKING CHANGES
- node-versions: node v16 is now the minimum supported version
v2.0.0-alpha.1
2.0.0-alpha.1 (2022-09-04)
Features
- jest-when: included jest-when as a dev dependency now that v0.23.0 supports it (28c1f6a)
BREAKING CHANGES
- jest-when: deep-equal is no longer included as a dependency since it is no longer needed when
jest-when is an option. jest-when requires v0.23.0 or higher of vitest
v1.1.0
v1.0.0
v1.0.0-alpha.3
1.0.0-alpha.3 (2022-05-09)
Features
- canary: created a canary test file to ensure everything is configured for a new project (87ed906)
v1.0.0-alpha.2
v1.0.0-alpha.1
1.0.0-alpha.1 (2022-05-09)
Features
- defined dependencies and scripts to enable vitest to work (893bf1a)