Skip to content

Releases: form8ion/vitest

v4.2.0

02 Apr 05:17
357def2
Compare
Choose a tag to compare

4.2.0 (2024-04-02)

Features

  • config: determined extension based on project dialect (357def2)

v4.1.0

02 Apr 02:15
ed46928
Compare
Choose a tag to compare

4.1.0 (2024-04-02)

Features

  • config: defined the restoreMocks setting for generated config (ed46928)

v4.0.1

24 Nov 13:49
Compare
Choose a tag to compare

4.0.1 (2023-11-24)

Bug Fixes

  • deps: update dependency filedirname to v3 (619700a)

v4.0.0

24 Oct 00:29
9b51ffd
Compare
Choose a tag to compare

4.0.0 (2023-10-24)

Features

  • node-versions: dropped support for node v16 and v19 (321deda)

BREAKING CHANGES

  • node-versions: node v16 and v19 are no longer supported

v3.0.2

23 Jun 17:02
Compare
Choose a tag to compare

3.0.2 (2023-06-23)

Bug Fixes

  • deps: update dependency make-dir to v4 (bfdd587)

v3.0.1

03 Apr 04:33
7cf9ce2
Compare
Choose a tag to compare

3.0.1 (2023-04-03)

Bug Fixes

  • deps: moved publint to devDependencies (7cf9ce2)

v3.0.0

26 Mar 14:52
e8ce02f
Compare
Choose a tag to compare

3.0.0 (2023-03-26)

Features

  • esm: converted the pacakge to esm-only (18ee095)
  • node-versions: dropped support for node v17 (a56cdde)

BREAKING CHANGES

  • esm: the package is now esm-only

v2.1.0

19 Feb 19:51
ac77ae0
Compare
Choose a tag to compare

2.1.0 (2023-02-19)

Features

  • config: created a base vitest config file (ac77ae0)

v2.0.0

04 Sep 14:50
45a4643
Compare
Choose a tag to compare

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

04 Sep 14:46
c1348b9
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

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