From 95a0d64a4c5bb005604b27053fc7308d1e4b87d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 23:26:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update=20CHANGELOG.md=20for=20@f?= =?UTF-8?q?ast-check/jest@2.0.0,=20@fast-check/ava@2.0.0=20(#5168)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resulting CHANGELOG at: - https://github.com/dubzzz/fast-check/blob/changelog-8a6651ffb1d0f/packages/jest/CHANGELOG.md - https://github.com/dubzzz/fast-check/blob/changelog-8a6651ffb1d0f/packages/ava/CHANGELOG.md Got the following errors: - ℹ️ Scanned 133 PRs for @fast-check/jest: - ℹ️ • accepted: 3, - ℹ️ • skipped ignored: 0, - ℹ️ • skipped unrelated: 130, - ℹ️ • failed: 0 - ℹ️ Scanned 548 PRs for @fast-check/ava: - ℹ️ • accepted: 1, - ℹ️ • skipped ignored: 0, - ℹ️ • skipped unrelated: 547, - ℹ️ • failed: 0 --------- Co-authored-by: github-actions[bot] Co-authored-by: Nicolas DUBIEN --- .yarn/versions/18fbafd1.yml | 2 - .yarn/versions/97b4f87d.yml | 2 - .yarn/versions/a29a933a.yml | 2 - packages/ava/CHANGELOG.md | 144 +--------------- packages/ava/CHANGELOG_1.X.md | 142 ++++++++++++++++ packages/ava/package.json | 2 +- packages/jest/CHANGELOG.md | 292 +-------------------------------- packages/jest/CHANGELOG_1.X.md | 291 ++++++++++++++++++++++++++++++++ packages/jest/package.json | 2 +- 9 files changed, 447 insertions(+), 432 deletions(-) delete mode 100644 .yarn/versions/18fbafd1.yml delete mode 100644 .yarn/versions/97b4f87d.yml delete mode 100644 .yarn/versions/a29a933a.yml create mode 100644 packages/ava/CHANGELOG_1.X.md create mode 100644 packages/jest/CHANGELOG_1.X.md diff --git a/.yarn/versions/18fbafd1.yml b/.yarn/versions/18fbafd1.yml deleted file mode 100644 index c3e06735..00000000 --- a/.yarn/versions/18fbafd1.yml +++ /dev/null @@ -1,2 +0,0 @@ -releases: - "@fast-check/jest": major diff --git a/.yarn/versions/97b4f87d.yml b/.yarn/versions/97b4f87d.yml deleted file mode 100644 index c3e06735..00000000 --- a/.yarn/versions/97b4f87d.yml +++ /dev/null @@ -1,2 +0,0 @@ -releases: - "@fast-check/jest": major diff --git a/.yarn/versions/a29a933a.yml b/.yarn/versions/a29a933a.yml deleted file mode 100644 index 05821a15..00000000 --- a/.yarn/versions/a29a933a.yml +++ /dev/null @@ -1,2 +0,0 @@ -releases: - "@fast-check/ava": major diff --git a/packages/ava/CHANGELOG.md b/packages/ava/CHANGELOG.md index d8c7a475..c9edb688 100644 --- a/packages/ava/CHANGELOG.md +++ b/packages/ava/CHANGELOG.md @@ -1,142 +1,8 @@ -# 1.2.1 +# 2.0.0 -_Better support for `pre` on AVA 6_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.2.1)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.2.0...ava%2Fv1.2.1)] +_ES Module version by default_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv2.0.0)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.2.1...ava%2Fv2.0.0)] -## Fixes +## Breaking changes -- ([PR#4543](https://github.com/dubzzz/fast-check/pull/4543)) Bug: Stricter (peer) range definition for ava -- ([PR#4542](https://github.com/dubzzz/fast-check/pull/4542)) Bug: Add support for `pre` on AVA v6 - -# 1.2.0 - -_Support pre-condition failures_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.2.0)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.6...ava%2Fv1.2.0)] - -## Features - -- ([PR#4424](https://github.com/dubzzz/fast-check/pull/4424)) Prefer "import type" over raw "import" - -## Fixes - -- ([PR#4450](https://github.com/dubzzz/fast-check/pull/4450)) Bug: Properly support `fc.pre`, allow unsuccessful plans on unmatched preconditions -- ([PR#4451](https://github.com/dubzzz/fast-check/pull/4451)) Doc: Document distinctions with raw fast-check -- ([PR#4283](https://github.com/dubzzz/fast-check/pull/4283)) Test: Confirm basic typings work well -- ([PR#4449](https://github.com/dubzzz/fast-check/pull/4449)) Test: Extend test coverage to no-assertions cases and observables - -# 1.1.6 - -_Better support for types on ESM targets_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.6)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.5...ava%2Fv1.1.6)] - -## Fixes - -- ([PR#4173](https://github.com/dubzzz/fast-check/pull/4173)) Bug: Better declare ESM's types -- ([PR#4033](https://github.com/dubzzz/fast-check/pull/4033)) Tooling: Update formatting - -# 1.1.5 - -_Update URL of the logo_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.5)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.4...ava%2Fv1.1.5)] - -## Fixes - -- ([PR#3866](https://github.com/dubzzz/fast-check/pull/3866)) Doc: Update logo url - -# 1.1.4 - -_Attach provenance to the packages_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.4)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.3...ava%2Fv1.1.4)] - -## Fixes - -- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages - -# 1.1.3 - -_Update funding section in package.json_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.3)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.2...ava%2Fv1.1.3)] - -## Fixes - -- ([PR#3473](https://github.com/dubzzz/fast-check/pull/3473)) Funding: Re-order links in funding section - -# 1.1.2 - -_Properly define types for TypeScript_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.2)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.1...ava%2Fv1.1.2)] - -## Fixes - -- ([PR#3385](https://github.com/dubzzz/fast-check/pull/3385)) Bug: Fix types not being properly exported for ESM - -# 1.1.1 - -_Add GitHub Sponsors link_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.1)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.0...ava%2Fv1.1.1)] - -## Fixes - -- ([PR#3316](https://github.com/dubzzz/fast-check/pull/3316)) Funding: Add link to GitHub sponsors in funding -- ([PR#3319](https://github.com/dubzzz/fast-check/pull/3319)) Test: Internalize bundle checks for ava package - -# 1.1.0 - -_Align seed computation with fast-check's one_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.0)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.0.2...ava%2Fv1.1.0)] - -## Features - -- ([PR#3278](https://github.com/dubzzz/fast-check/pull/3278)) Align seed computation with fast-check's one - -## Fixes - -- ([PR#3280](https://github.com/dubzzz/fast-check/pull/3280)) Bug: Pass the forged seed to the runner -- ([PR#3283](https://github.com/dubzzz/fast-check/pull/3283)) Bug: Fallback on the seed coming from globals if any - ---- - -# 1.0.4 - -_Properly define types for TypeScript_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.0.4)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.0.3...ava%2Fv1.0.4)] - -## Fixes - -- ([PR#3385](https://github.com/dubzzz/fast-check/pull/3385)) Bug: Fix types not being properly exported for ESM - -# 1.0.3 - -_Fixes around seed not being passed correctly_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.0.3)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.0.2...ava%2Fv1.0.3)] - -## Fixes - -- ([PR#3280](https://github.com/dubzzz/fast-check/pull/3280)) Bug: Pass the forged seed to the runner -- ([PR#3283](https://github.com/dubzzz/fast-check/pull/3283)) Bug: Fallback on the seed coming from globals if any - -# 1.0.2 - -_Only keep comments in published typings not in published code_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.0.2)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.0.1...ava%2Fv1.0.2)] - -## Fixes - -- ([PR#3212](https://github.com/dubzzz/fast-check/pull/3212)) CI: Share `tsconfig.json` across public packages -- ([PR#3213](https://github.com/dubzzz/fast-check/pull/3213)) Script: Factorize production `tsconfig.json` - -# 1.0.1 - -_Add missing export for package.json_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.0.1)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.0.0...ava%2Fv1.0.1)] - -## Fixes - -- ([PR#3066](https://github.com/dubzzz/fast-check/pull/3066)) Bug: Export package.json - -# 1.0.0 - -_First stable release of `@fast-check/ava`_ -[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.0.0)] - -`@fast-check/ava` is replacing `ava-fast-check`. The code moved from [dubzzz/ava-fast-check](https://github.com/dubzzz/ava-fast-check/) to [dubzzz/fast-check](https://github.com/dubzzz/fast-check/) for simpler maintenance. +- ([PR#5164](https://github.com/dubzzz/fast-check/pull/5164)) CI: Move build chain to ESM diff --git a/packages/ava/CHANGELOG_1.X.md b/packages/ava/CHANGELOG_1.X.md new file mode 100644 index 00000000..a9f0d9be --- /dev/null +++ b/packages/ava/CHANGELOG_1.X.md @@ -0,0 +1,142 @@ +## 1.2.1 + +_Better support for `pre` on AVA 6_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.2.1)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.2.0...ava%2Fv1.2.1)] + +## Fixes + +- ([PR#4543](https://github.com/dubzzz/fast-check/pull/4543)) Bug: Stricter (peer) range definition for ava +- ([PR#4542](https://github.com/dubzzz/fast-check/pull/4542)) Bug: Add support for `pre` on AVA v6 + +# 1.2.0 + +_Support pre-condition failures_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.2.0)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.6...ava%2Fv1.2.0)] + +## Features + +- ([PR#4424](https://github.com/dubzzz/fast-check/pull/4424)) Prefer "import type" over raw "import" + +## Fixes + +- ([PR#4450](https://github.com/dubzzz/fast-check/pull/4450)) Bug: Properly support `fc.pre`, allow unsuccessful plans on unmatched preconditions +- ([PR#4451](https://github.com/dubzzz/fast-check/pull/4451)) Doc: Document distinctions with raw fast-check +- ([PR#4283](https://github.com/dubzzz/fast-check/pull/4283)) Test: Confirm basic typings work well +- ([PR#4449](https://github.com/dubzzz/fast-check/pull/4449)) Test: Extend test coverage to no-assertions cases and observables + +# 1.1.6 + +_Better support for types on ESM targets_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.6)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.5...ava%2Fv1.1.6)] + +## Fixes + +- ([PR#4173](https://github.com/dubzzz/fast-check/pull/4173)) Bug: Better declare ESM's types +- ([PR#4033](https://github.com/dubzzz/fast-check/pull/4033)) Tooling: Update formatting + +# 1.1.5 + +_Update URL of the logo_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.5)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.4...ava%2Fv1.1.5)] + +## Fixes + +- ([PR#3866](https://github.com/dubzzz/fast-check/pull/3866)) Doc: Update logo url + +# 1.1.4 + +_Attach provenance to the packages_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.4)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.3...ava%2Fv1.1.4)] + +## Fixes + +- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages + +# 1.1.3 + +_Update funding section in package.json_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.3)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.2...ava%2Fv1.1.3)] + +## Fixes + +- ([PR#3473](https://github.com/dubzzz/fast-check/pull/3473)) Funding: Re-order links in funding section + +# 1.1.2 + +_Properly define types for TypeScript_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.2)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.1...ava%2Fv1.1.2)] + +## Fixes + +- ([PR#3385](https://github.com/dubzzz/fast-check/pull/3385)) Bug: Fix types not being properly exported for ESM + +# 1.1.1 + +_Add GitHub Sponsors link_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.1)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.0...ava%2Fv1.1.1)] + +## Fixes + +- ([PR#3316](https://github.com/dubzzz/fast-check/pull/3316)) Funding: Add link to GitHub sponsors in funding +- ([PR#3319](https://github.com/dubzzz/fast-check/pull/3319)) Test: Internalize bundle checks for ava package + +# 1.1.0 + +_Align seed computation with fast-check's one_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.0)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.0.2...ava%2Fv1.1.0)] + +## Features + +- ([PR#3278](https://github.com/dubzzz/fast-check/pull/3278)) Align seed computation with fast-check's one + +## Fixes + +- ([PR#3280](https://github.com/dubzzz/fast-check/pull/3280)) Bug: Pass the forged seed to the runner +- ([PR#3283](https://github.com/dubzzz/fast-check/pull/3283)) Bug: Fallback on the seed coming from globals if any + +--- + +# 1.0.4 + +_Properly define types for TypeScript_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.0.4)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.0.3...ava%2Fv1.0.4)] + +## Fixes + +- ([PR#3385](https://github.com/dubzzz/fast-check/pull/3385)) Bug: Fix types not being properly exported for ESM + +# 1.0.3 + +_Fixes around seed not being passed correctly_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.0.3)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.0.2...ava%2Fv1.0.3)] + +## Fixes + +- ([PR#3280](https://github.com/dubzzz/fast-check/pull/3280)) Bug: Pass the forged seed to the runner +- ([PR#3283](https://github.com/dubzzz/fast-check/pull/3283)) Bug: Fallback on the seed coming from globals if any + +# 1.0.2 + +_Only keep comments in published typings not in published code_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.0.2)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.0.1...ava%2Fv1.0.2)] + +## Fixes + +- ([PR#3212](https://github.com/dubzzz/fast-check/pull/3212)) CI: Share `tsconfig.json` across public packages +- ([PR#3213](https://github.com/dubzzz/fast-check/pull/3213)) Script: Factorize production `tsconfig.json` + +# 1.0.1 + +_Add missing export for package.json_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.0.1)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.0.0...ava%2Fv1.0.1)] + +## Fixes + +- ([PR#3066](https://github.com/dubzzz/fast-check/pull/3066)) Bug: Export package.json + +# 1.0.0 + +_First stable release of `@fast-check/ava`_ +[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.0.0)] + +`@fast-check/ava` is replacing `ava-fast-check`. The code moved from [dubzzz/ava-fast-check](https://github.com/dubzzz/ava-fast-check/) to [dubzzz/fast-check](https://github.com/dubzzz/fast-check/) for simpler maintenance. diff --git a/packages/ava/package.json b/packages/ava/package.json index 7b204d8e..b0c10af8 100644 --- a/packages/ava/package.json +++ b/packages/ava/package.json @@ -1,7 +1,7 @@ { "name": "@fast-check/ava", "description": "Property based testing for AVA based on fast-check", - "version": "1.2.1", + "version": "2.0.0", "type": "module", "main": "lib/ava-fast-check.js", "exports": { diff --git a/packages/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index 8f0053c3..64ecc872 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -1,291 +1,13 @@ -# 1.8.2 +# 2.0.0 -_Increase range validity for worker_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.8.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.8.1...jest%2Fv1.8.2)] +_ES Module version by default_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv2.0.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.8.2...jest%2Fv2.0.0)] -## Fixes - -- ([PR#4452](https://github.com/dubzzz/fast-check/pull/4996)) Bump: Relax version constraint to allow 0.4.x of worker - -# 1.8.1 - -_Relax range of versions for worker_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.8.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.8.0...jest%2Fv1.8.1)] - -## Fixes - -- ([PR#4840](https://github.com/dubzzz/fast-check/pull/4840)) CI: Wider dependency range for worker - -# 1.8.0 - -_Lighter import with less internals to load_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.8.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.7.3...jest%2Fv1.8.0)] +## Breaking changes -## Features - -- ([PR#4425](https://github.com/dubzzz/fast-check/pull/4425)) Prefer "import type" over raw "import" +- ([PR#5166](https://github.com/dubzzz/fast-check/pull/5166)) Drop deprecated `{it,test}Prop` +- ([PR#5165](https://github.com/dubzzz/fast-check/pull/5165)) CI: Move build chain to ESM ## Fixes -- ([PR#4452](https://github.com/dubzzz/fast-check/pull/4452)) CI: Stabilize CI with higher timeout for test-bundle tests -- ([PR#4288](https://github.com/dubzzz/fast-check/pull/4288)) Test: Confirm basic typings work well -- ([PR#4382](https://github.com/dubzzz/fast-check/pull/4382)) Test: Declare jest-jasmine2 by name not path - ---- - -# 1.7.3 - -_Deprecate legacy helpers_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.7.3)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.7.2...jest%2Fv1.7.3)] - -## Fixes - -- ([PR#4201](https://github.com/dubzzz/fast-check/pull/4201)) Deprecate: Flag `{it,test}Prop` as deprecated - -# 1.7.2 - -_Better support for types on ESM targets_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.7.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.7.1...jest%2Fv1.7.2)] - -## Fixes - -- ([PR#4180](https://github.com/dubzzz/fast-check/pull/4180)) Bug: Better declare ESM's types -- ([PR#4033](https://github.com/dubzzz/fast-check/pull/4033)) Tooling: Update formatting - -# 1.7.1 - -_Clearer definition of compatible node versions_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.7.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.7.0...jest%2Fv1.7.1)] - -## Fixes - -- ([PR#4004](https://github.com/dubzzz/fast-check/pull/4004)) Test: Stop ignoring globals for node18 - -# 1.7.0 - -_Supporting passing options to worker_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.7.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.6.2...jest%2Fv1.7.0)] - -## Features - -- ([PR#3964](https://github.com/dubzzz/fast-check/pull/3964)) Support passing options to worker - ---- - -# 1.6.2 - -_Update URL of the logo_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.6.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.6.1...jest%2Fv1.6.2)] - -## Fixes - -- ([PR#3868](https://github.com/dubzzz/fast-check/pull/3868)) Doc: Update logo url - -# 1.6.1 - -_Attach provenance to the packages_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.6.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.6.0...jest%2Fv1.6.1)] - -## Fixes - -- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages - -# 1.6.0 - -_Let fast-check guide timeouts_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.6.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.5.0...jest%2Fv1.6.0)] - -## Features - -- ([PR#3511](https://github.com/dubzzz/fast-check/pull/3511)) Let fast-check guide timeouts -- ([PR#3520](https://github.com/dubzzz/fast-check/pull/3520)) Add support for jasmine runner - -## Fixes - -- ([PR#3519](https://github.com/dubzzz/fast-check/pull/3519)) Bug: Support failure to get timeout out of Jest -- ([PR#3521](https://github.com/dubzzz/fast-check/pull/3521)) Test: Properly categorize timeout tests - ---- - -# 1.5.0 - -_Add worker-based runner able to stop synchronous code_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.5.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.4.0...jest%2Fv1.5.0)] - -## Features - -- ([PR#3444](https://github.com/dubzzz/fast-check/pull/3444)) Add basic worker based runner - -## Fixes - -- ([PR#3471](https://github.com/dubzzz/fast-check/pull/3471)) CI: Add missing peerDependency for worker-based -- ([PR#3473](https://github.com/dubzzz/fast-check/pull/3473)) Funding: Re-order links in funding section -- ([PR#3433](https://github.com/dubzzz/fast-check/pull/3433)) Refactor: Divide code into multiple files -- ([PR#3443](https://github.com/dubzzz/fast-check/pull/3443)) Refactor: Take `jest` and `fc` as input for main internals - ---- - -# 1.4.0 - -_Introduce new `it.prop` and `test.prop` APIs_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.4.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.3.1...jest%2Fv1.4.0)] - -## Features - -- ([PR#3339](https://github.com/dubzzz/fast-check/pull/3339)) Add new `it.prop` and related -- ([PR#3366](https://github.com/dubzzz/fast-check/pull/3366)) Add support for record-based `it.prop` - -## Fixes - -- ([PR#3383](https://github.com/dubzzz/fast-check/pull/3383)) Bug: Fix types not being properly exported for ESM -- ([PR#3352](https://github.com/dubzzz/fast-check/pull/3352)) Doc: Add missing 'Typing' on PRs in changelog -- ([PR#3389](https://github.com/dubzzz/fast-check/pull/3389)) Doc: Adapt documentation for new API based on `it`/`test` - ---- - -# 1.3.2 - -_Properly define types for TypeScript_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.3.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.3.1...jest%2Fv1.3.2)] - -## Fixes - -- ([PR#3383](https://github.com/dubzzz/fast-check/pull/3383)) Bug: Fix types not being properly exported for ESM - -# 1.3.1 - -_Better typings for `{it,test}Prop`_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.3.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.3.0...jest%2Fv1.3.1)] - -## Fixes - -- ([PR#3345](https://github.com/dubzzz/fast-check/pull/3345)) Doc: Fix dead link in readme -- ([PR#3349](https://github.com/dubzzz/fast-check/pull/3349)) Typing: Wrongly typed `itProp` when receiving `examples` - -# 1.3.0 - -_Support for new `--seed` feature of Jest_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.3.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.2.0...jest%2Fv1.3.0)] - -## Features - -- ([PR#3332](https://github.com/dubzzz/fast-check/pull/3332)) Take seed coming from Jest whenever provided - -## Fixes - -- ([PR#3316](https://github.com/dubzzz/fast-check/pull/3316)) Funding: Add link to GitHub sponsors in funding -- ([PR#3333](https://github.com/dubzzz/fast-check/pull/3333)) Doc: Add new recommendations around Jest and `--show-seed` -- ([PR#3315](https://github.com/dubzzz/fast-check/pull/3315)) Test: Internalize bundle checks for jest package - ---- - -# 1.2.2 - -_Properly define types for TypeScript_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.2.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.2.1...jest%2Fv1.2.2)] - -## Fixes - -- ([PR#3383](https://github.com/dubzzz/fast-check/pull/3383)) Bug: Fix types not being properly exported for ESM - -# 1.2.1 - -_Better typings for `{it,test}Prop`_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.2.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.2.0...jest%2Fv1.2.1)] - -## Fixes - -- ([PR#3349](https://github.com/dubzzz/fast-check/pull/3349)) Typing: Wrongly typed `itProp` when receiving `examples` - -# 1.2.0 - -_Align seed computation with fast-check's one_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.2.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.1.0...jest%2Fv1.2.0)] - -## Features - -- ([PR#3277](https://github.com/dubzzz/fast-check/pull/3277)) Align seed computation with fast-check's one - -## Fixes - -- ([PR#3279](https://github.com/dubzzz/fast-check/pull/3279)) Bug: Pass the forged seed to the runner -- ([PR#3281](https://github.com/dubzzz/fast-check/pull/3281)) Bug: Fallback on the seed coming from globals if any -- ([PR#3282](https://github.com/dubzzz/fast-check/pull/3282)) Test: Rewrite tests of `@fast-check/jest` -- ([PR#3284](https://github.com/dubzzz/fast-check/pull/3284)) Test: Faster tests without `babel-jest` - ---- - -# 1.1.2 - -_Properly define types for TypeScript_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.1.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.1.1...jest%2Fv1.1.2)] - -## Fixes - -- ([PR#3383](https://github.com/dubzzz/fast-check/pull/3383)) Bug: Fix types not being properly exported for ESM - -# 1.1.1 - -_Various fixes_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.1.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.1.0...jest%2Fv1.1.1)] - -## Fixes - -- ([PR#3279](https://github.com/dubzzz/fast-check/pull/3279)) Bug: Pass the forged seed to the runner -- ([PR#3281](https://github.com/dubzzz/fast-check/pull/3281)) Bug: Fallback on the seed coming from globals if any -- ([PR#3349](https://github.com/dubzzz/fast-check/pull/3349)) Typing: Wrongly typed `itProp` when receiving `examples` - -# 1.1.0 - -_Support more variants of `it`_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.1.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.0.1...jest%2Fv1.1.0)] - -## Features - -- ([PR#3203](https://github.com/dubzzz/fast-check/pull/3203)) Add `it.failing` and `it.concurrent` and combinations - -## Fixes - -- ([PR#3200](https://github.com/dubzzz/fast-check/pull/3200)) CI: Extract jest config outside of package.json -- ([PR#3212](https://github.com/dubzzz/fast-check/pull/3212)) CI: Share `tsconfig.json` across public packages -- ([PR#3213](https://github.com/dubzzz/fast-check/pull/3213)) Script: Factorize production `tsconfig.json` -- ([PR#3201](https://github.com/dubzzz/fast-check/pull/3201)) Refactor: Rely on `@jest/globals` for `@fast-check/jest` -- ([PR#3213](https://github.com/dubzzz/fast-check/pull/3213)) Script: Factorize production `tsconfig.json` - ---- - -# 1.0.3 - -_Properly define types for TypeScript_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.0.3)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.0.2...jest%2Fv1.0.3)] - -## Fixes - -- ([PR#3383](https://github.com/dubzzz/fast-check/pull/3383)) Bug: Fix types not being properly exported for ESM - -# 1.0.2 - -_Various fixes_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.0.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.0.1...jest%2Fv1.0.2)] - -## Fixes - -- ([PR#3279](https://github.com/dubzzz/fast-check/pull/3279)) Bug: Pass the forged seed to the runner -- ([PR#3281](https://github.com/dubzzz/fast-check/pull/3281)) Bug: Fallback on the seed coming from globals if any -- ([PR#3349](https://github.com/dubzzz/fast-check/pull/3349)) Typing: Wrongly typed `itProp` when receiving `examples` - -# 1.0.1 - -_Add missing export for package.json_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.0.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.0.0...jest%2Fv1.0.1)] - -## Fixes - -- ([PR#3066](https://github.com/dubzzz/fast-check/pull/3066)) Bug: Export package.json - -# 1.0.0 - -_First stable release of `@fast-check/jest`_ -[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.0.0)] - -`@fast-check/jest` is replacing `jest-fast-check`. The code moved from [dubzzz/jest-fast-check](https://github.com/dubzzz/jest-fast-check/) to [dubzzz/fast-check](https://github.com/dubzzz/fast-check/) for simpler maintenance. +- ([PR#5167](https://github.com/dubzzz/fast-check/pull/5167)) CI: Migrate jest to esm diff --git a/packages/jest/CHANGELOG_1.X.md b/packages/jest/CHANGELOG_1.X.md new file mode 100644 index 00000000..8f0053c3 --- /dev/null +++ b/packages/jest/CHANGELOG_1.X.md @@ -0,0 +1,291 @@ +# 1.8.2 + +_Increase range validity for worker_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.8.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.8.1...jest%2Fv1.8.2)] + +## Fixes + +- ([PR#4452](https://github.com/dubzzz/fast-check/pull/4996)) Bump: Relax version constraint to allow 0.4.x of worker + +# 1.8.1 + +_Relax range of versions for worker_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.8.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.8.0...jest%2Fv1.8.1)] + +## Fixes + +- ([PR#4840](https://github.com/dubzzz/fast-check/pull/4840)) CI: Wider dependency range for worker + +# 1.8.0 + +_Lighter import with less internals to load_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.8.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.7.3...jest%2Fv1.8.0)] + +## Features + +- ([PR#4425](https://github.com/dubzzz/fast-check/pull/4425)) Prefer "import type" over raw "import" + +## Fixes + +- ([PR#4452](https://github.com/dubzzz/fast-check/pull/4452)) CI: Stabilize CI with higher timeout for test-bundle tests +- ([PR#4288](https://github.com/dubzzz/fast-check/pull/4288)) Test: Confirm basic typings work well +- ([PR#4382](https://github.com/dubzzz/fast-check/pull/4382)) Test: Declare jest-jasmine2 by name not path + +--- + +# 1.7.3 + +_Deprecate legacy helpers_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.7.3)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.7.2...jest%2Fv1.7.3)] + +## Fixes + +- ([PR#4201](https://github.com/dubzzz/fast-check/pull/4201)) Deprecate: Flag `{it,test}Prop` as deprecated + +# 1.7.2 + +_Better support for types on ESM targets_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.7.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.7.1...jest%2Fv1.7.2)] + +## Fixes + +- ([PR#4180](https://github.com/dubzzz/fast-check/pull/4180)) Bug: Better declare ESM's types +- ([PR#4033](https://github.com/dubzzz/fast-check/pull/4033)) Tooling: Update formatting + +# 1.7.1 + +_Clearer definition of compatible node versions_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.7.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.7.0...jest%2Fv1.7.1)] + +## Fixes + +- ([PR#4004](https://github.com/dubzzz/fast-check/pull/4004)) Test: Stop ignoring globals for node18 + +# 1.7.0 + +_Supporting passing options to worker_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.7.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.6.2...jest%2Fv1.7.0)] + +## Features + +- ([PR#3964](https://github.com/dubzzz/fast-check/pull/3964)) Support passing options to worker + +--- + +# 1.6.2 + +_Update URL of the logo_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.6.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.6.1...jest%2Fv1.6.2)] + +## Fixes + +- ([PR#3868](https://github.com/dubzzz/fast-check/pull/3868)) Doc: Update logo url + +# 1.6.1 + +_Attach provenance to the packages_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.6.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.6.0...jest%2Fv1.6.1)] + +## Fixes + +- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages + +# 1.6.0 + +_Let fast-check guide timeouts_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.6.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.5.0...jest%2Fv1.6.0)] + +## Features + +- ([PR#3511](https://github.com/dubzzz/fast-check/pull/3511)) Let fast-check guide timeouts +- ([PR#3520](https://github.com/dubzzz/fast-check/pull/3520)) Add support for jasmine runner + +## Fixes + +- ([PR#3519](https://github.com/dubzzz/fast-check/pull/3519)) Bug: Support failure to get timeout out of Jest +- ([PR#3521](https://github.com/dubzzz/fast-check/pull/3521)) Test: Properly categorize timeout tests + +--- + +# 1.5.0 + +_Add worker-based runner able to stop synchronous code_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.5.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.4.0...jest%2Fv1.5.0)] + +## Features + +- ([PR#3444](https://github.com/dubzzz/fast-check/pull/3444)) Add basic worker based runner + +## Fixes + +- ([PR#3471](https://github.com/dubzzz/fast-check/pull/3471)) CI: Add missing peerDependency for worker-based +- ([PR#3473](https://github.com/dubzzz/fast-check/pull/3473)) Funding: Re-order links in funding section +- ([PR#3433](https://github.com/dubzzz/fast-check/pull/3433)) Refactor: Divide code into multiple files +- ([PR#3443](https://github.com/dubzzz/fast-check/pull/3443)) Refactor: Take `jest` and `fc` as input for main internals + +--- + +# 1.4.0 + +_Introduce new `it.prop` and `test.prop` APIs_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.4.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.3.1...jest%2Fv1.4.0)] + +## Features + +- ([PR#3339](https://github.com/dubzzz/fast-check/pull/3339)) Add new `it.prop` and related +- ([PR#3366](https://github.com/dubzzz/fast-check/pull/3366)) Add support for record-based `it.prop` + +## Fixes + +- ([PR#3383](https://github.com/dubzzz/fast-check/pull/3383)) Bug: Fix types not being properly exported for ESM +- ([PR#3352](https://github.com/dubzzz/fast-check/pull/3352)) Doc: Add missing 'Typing' on PRs in changelog +- ([PR#3389](https://github.com/dubzzz/fast-check/pull/3389)) Doc: Adapt documentation for new API based on `it`/`test` + +--- + +# 1.3.2 + +_Properly define types for TypeScript_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.3.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.3.1...jest%2Fv1.3.2)] + +## Fixes + +- ([PR#3383](https://github.com/dubzzz/fast-check/pull/3383)) Bug: Fix types not being properly exported for ESM + +# 1.3.1 + +_Better typings for `{it,test}Prop`_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.3.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.3.0...jest%2Fv1.3.1)] + +## Fixes + +- ([PR#3345](https://github.com/dubzzz/fast-check/pull/3345)) Doc: Fix dead link in readme +- ([PR#3349](https://github.com/dubzzz/fast-check/pull/3349)) Typing: Wrongly typed `itProp` when receiving `examples` + +# 1.3.0 + +_Support for new `--seed` feature of Jest_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.3.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.2.0...jest%2Fv1.3.0)] + +## Features + +- ([PR#3332](https://github.com/dubzzz/fast-check/pull/3332)) Take seed coming from Jest whenever provided + +## Fixes + +- ([PR#3316](https://github.com/dubzzz/fast-check/pull/3316)) Funding: Add link to GitHub sponsors in funding +- ([PR#3333](https://github.com/dubzzz/fast-check/pull/3333)) Doc: Add new recommendations around Jest and `--show-seed` +- ([PR#3315](https://github.com/dubzzz/fast-check/pull/3315)) Test: Internalize bundle checks for jest package + +--- + +# 1.2.2 + +_Properly define types for TypeScript_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.2.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.2.1...jest%2Fv1.2.2)] + +## Fixes + +- ([PR#3383](https://github.com/dubzzz/fast-check/pull/3383)) Bug: Fix types not being properly exported for ESM + +# 1.2.1 + +_Better typings for `{it,test}Prop`_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.2.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.2.0...jest%2Fv1.2.1)] + +## Fixes + +- ([PR#3349](https://github.com/dubzzz/fast-check/pull/3349)) Typing: Wrongly typed `itProp` when receiving `examples` + +# 1.2.0 + +_Align seed computation with fast-check's one_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.2.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.1.0...jest%2Fv1.2.0)] + +## Features + +- ([PR#3277](https://github.com/dubzzz/fast-check/pull/3277)) Align seed computation with fast-check's one + +## Fixes + +- ([PR#3279](https://github.com/dubzzz/fast-check/pull/3279)) Bug: Pass the forged seed to the runner +- ([PR#3281](https://github.com/dubzzz/fast-check/pull/3281)) Bug: Fallback on the seed coming from globals if any +- ([PR#3282](https://github.com/dubzzz/fast-check/pull/3282)) Test: Rewrite tests of `@fast-check/jest` +- ([PR#3284](https://github.com/dubzzz/fast-check/pull/3284)) Test: Faster tests without `babel-jest` + +--- + +# 1.1.2 + +_Properly define types for TypeScript_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.1.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.1.1...jest%2Fv1.1.2)] + +## Fixes + +- ([PR#3383](https://github.com/dubzzz/fast-check/pull/3383)) Bug: Fix types not being properly exported for ESM + +# 1.1.1 + +_Various fixes_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.1.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.1.0...jest%2Fv1.1.1)] + +## Fixes + +- ([PR#3279](https://github.com/dubzzz/fast-check/pull/3279)) Bug: Pass the forged seed to the runner +- ([PR#3281](https://github.com/dubzzz/fast-check/pull/3281)) Bug: Fallback on the seed coming from globals if any +- ([PR#3349](https://github.com/dubzzz/fast-check/pull/3349)) Typing: Wrongly typed `itProp` when receiving `examples` + +# 1.1.0 + +_Support more variants of `it`_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.1.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.0.1...jest%2Fv1.1.0)] + +## Features + +- ([PR#3203](https://github.com/dubzzz/fast-check/pull/3203)) Add `it.failing` and `it.concurrent` and combinations + +## Fixes + +- ([PR#3200](https://github.com/dubzzz/fast-check/pull/3200)) CI: Extract jest config outside of package.json +- ([PR#3212](https://github.com/dubzzz/fast-check/pull/3212)) CI: Share `tsconfig.json` across public packages +- ([PR#3213](https://github.com/dubzzz/fast-check/pull/3213)) Script: Factorize production `tsconfig.json` +- ([PR#3201](https://github.com/dubzzz/fast-check/pull/3201)) Refactor: Rely on `@jest/globals` for `@fast-check/jest` +- ([PR#3213](https://github.com/dubzzz/fast-check/pull/3213)) Script: Factorize production `tsconfig.json` + +--- + +# 1.0.3 + +_Properly define types for TypeScript_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.0.3)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.0.2...jest%2Fv1.0.3)] + +## Fixes + +- ([PR#3383](https://github.com/dubzzz/fast-check/pull/3383)) Bug: Fix types not being properly exported for ESM + +# 1.0.2 + +_Various fixes_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.0.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.0.1...jest%2Fv1.0.2)] + +## Fixes + +- ([PR#3279](https://github.com/dubzzz/fast-check/pull/3279)) Bug: Pass the forged seed to the runner +- ([PR#3281](https://github.com/dubzzz/fast-check/pull/3281)) Bug: Fallback on the seed coming from globals if any +- ([PR#3349](https://github.com/dubzzz/fast-check/pull/3349)) Typing: Wrongly typed `itProp` when receiving `examples` + +# 1.0.1 + +_Add missing export for package.json_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.0.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.0.0...jest%2Fv1.0.1)] + +## Fixes + +- ([PR#3066](https://github.com/dubzzz/fast-check/pull/3066)) Bug: Export package.json + +# 1.0.0 + +_First stable release of `@fast-check/jest`_ +[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.0.0)] + +`@fast-check/jest` is replacing `jest-fast-check`. The code moved from [dubzzz/jest-fast-check](https://github.com/dubzzz/jest-fast-check/) to [dubzzz/fast-check](https://github.com/dubzzz/fast-check/) for simpler maintenance. diff --git a/packages/jest/package.json b/packages/jest/package.json index 8a8677ae..6d4fcbc9 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,7 +1,7 @@ { "name": "@fast-check/jest", "description": "Property based testing for Jest based on fast-check", - "version": "1.8.2", + "version": "2.0.0", "type": "module", "main": "lib/jest-fast-check.js", "exports": { -- 2.51.2