diff --git a/.changeset/perfect-pans-glow.md b/.changeset/perfect-pans-glow.md deleted file mode 100644 --- a/.changeset/perfect-pans-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fast-check/vitest": patch ---- - -🐛(vitest) Fix test.each TypeError by binding each to original test function diff --git a/packages/vitest/CHANGELOG.md b/packages/vitest/CHANGELOG.md --- a/packages/vitest/CHANGELOG.md +++ b/packages/vitest/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.4.1 + +_Support `test.each`_ +[[Code](https://github.com/dubzzz/fast-check/tree/vitest%2Fv0.4.1)][[Diff](https://github.com/dubzzz/fast-check/compare/vitest%2Fv0.4.0...vitest%2Fv0.4.1)] + +## Fixes + +- ([PR#6804](https://github.com/dubzzz/fast-check/pull/6804)) Bug: Fix runtime exception with `test.each` +- ([PR#6865](https://github.com/dubzzz/fast-check/pull/6865)) Test: Strip AI env vars in child processes + # 0.4.0 _Move to modern APIs introduced by vitest 4.1_ diff --git a/packages/vitest/package.json b/packages/vitest/package.json --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,7 +1,7 @@ { "name": "@fast-check/vitest", "description": "Property based testing for Vitest based on fast-check", - "version": "0.4.0", + "version": "0.4.1", "type": "module", "exports": { "./package.json": "./package.json",