Skip to content

Releases: form8ion/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

v2.0.0-alpha.2

04 Sep 14:25
890060b
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

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

04 Sep 14:17
28c1f6a
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

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

27 May 21:22
bdc9836
Compare
Choose a tag to compare

1.1.0 (2022-05-27)

Features

  • deep-equal: defined dev-dependency on deep-equal for projects tested with vitest (bdc9836)

v1.0.0

12 May 17:00
7782ed6
Compare
Choose a tag to compare

1.0.0 (2022-05-12)

Features

  • canary: created a canary test file to ensure everything is configured for a new project (87ed906)
  • defined dependencies and scripts to enable vitest to work (893bf1a)
  • defined the filename pattern for test files (3efe967)

v1.0.0-alpha.3

09 May 03:47
87ed906
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

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

09 May 02:14
3efe967
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2022-05-09)

Features

  • defined the filename pattern for test files (3efe967)

v1.0.0-alpha.1

09 May 02:10
893bf1a
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2022-05-09)

Features

  • defined dependencies and scripts to enable vitest to work (893bf1a)