Skip to content

Commit

Permalink
πŸ”– Update CHANGELOG.md for @fast-check/jest@1.7.3, fast-check@3.13.0 (#…
Browse files Browse the repository at this point in the history
…4217)

* πŸ”– Update CHANGELOG.md for @fast-check/jest@1.7.3, fast-check@3.13.0

* Update packages/jest/package.json

* Update packages/jest/CHANGELOG.md

* Update packages/fast-check/CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nicolas DUBIEN <github@dubien.org>
  • Loading branch information
3 people authored Sep 8, 2023
1 parent dd24ae7 commit 6caa919
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 52 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/1513e567.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/7430031d.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/967d1489.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/97d78019.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/a60cfd09.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/f65646a5.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/f680d62a.yml

This file was deleted.

27 changes: 27 additions & 0 deletions packages/fast-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# 3.13.0

_New options for `date`, `record` and `dictionary`_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.13.0)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.12.1...v3.13.0)]

## Features

- ([PR#4197](https://github.com/dubzzz/fast-check/pull/4197)) Add support for "Invalid Date" in `date`
- ([PR#4203](https://github.com/dubzzz/fast-check/pull/4203)) Deprecate `withDeletedKeys` on `record`
- ([PR#4204](https://github.com/dubzzz/fast-check/pull/4204)) Support null-proto in `dictionary`
- ([PR#4205](https://github.com/dubzzz/fast-check/pull/4205)) Support null-proto in `record`

## Fixes

- ([PR#4207](https://github.com/dubzzz/fast-check/pull/4207)) Bug: Better poisoning resiliency for `dictionary`
- ([PR#4194](https://github.com/dubzzz/fast-check/pull/4194)) CI: Add some more details onto the PWA
- ([PR#4211](https://github.com/dubzzz/fast-check/pull/4211)) CI: Rework broken test on `date`
- ([PR#4212](https://github.com/dubzzz/fast-check/pull/4212)) CI: Rework broken test on `date` (retry)
- ([PR#4214](https://github.com/dubzzz/fast-check/pull/4214)) CI: Rework another broken test on date
- ([PR#4186](https://github.com/dubzzz/fast-check/pull/4186)) Doc: Document our approach to dual package
- ([PR#4187](https://github.com/dubzzz/fast-check/pull/4187)) Doc: Expose website as PWA too
- ([PR#4190](https://github.com/dubzzz/fast-check/pull/4190)) Move: Move the manifest in /static
- ([PR#4206](https://github.com/dubzzz/fast-check/pull/4206)) Refactor: Re-use null-proto helpers of `dictionary` on `anything`
- ([PR#4189](https://github.com/dubzzz/fast-check/pull/4189)) Test: Drop Node 14.x from the test-chain

---

# 3.12.1

_Better support for types on ESM targets_
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-check",
"version": "3.12.1",
"version": "3.13.0",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 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_
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/jest",
"description": "Property based testing for Jest based on fast-check",
"version": "1.7.2",
"version": "1.7.3",
"type": "commonjs",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down

0 comments on commit 6caa919

Please sign in to comment.