Releases: form8ion/vitest
Releases · form8ion/vitest
v4.2.0
v4.1.0
v4.0.1
v4.0.0
v3.0.2
v3.0.1
v3.0.0
v2.1.0
v2.0.0
2.0.0 (2022-09-04)
Features
- dual-mode: defined an exports map to make this a true dual-mode package (c1348b9)
- jest-when: included jest-when as a dev dependency now that v0.23.0 supports it (28c1f6a)
- node-versions: defined node v16 as the minimum supported version (890060b)
BREAKING CHANGES
- dual-mode: an exports map has been defined, further restricting access to files within the
package - node-versions: node v16 is now the minimum supported version
- 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
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