Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for fast-check@3.19.0, @fast-check/worker@0.4.0…
Browse files Browse the repository at this point in the history
…, @fast-check/jest@1.8.2 (#5012)

Resulting CHANGELOG at:
-
https://github.com/dubzzz/fast-check/blob/changelog-5a85cb906dacf/packages/fast-check/CHANGELOG.md
-
https://github.com/dubzzz/fast-check/blob/changelog-5a85cb906dacf/packages/worker/CHANGELOG.md
-
https://github.com/dubzzz/fast-check/blob/changelog-5a85cb906dacf/packages/jest/CHANGELOG.md

Got the following errors:
- ℹ️ Scanned 62 PRs for fast-check:
- ℹ️ • accepted: 6,
- ℹ️ • skipped ignored: 52,
- ℹ️ • skipped unrelated: 4,
- ℹ️ • failed: 0
- ℹ️ Scanned 62 PRs for @fast-check/worker:
- ℹ️ • accepted: 3,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 59,
- ℹ️ • failed: 0
- ℹ️ Scanned 154 PRs for @fast-check/jest:
- ℹ️ • accepted: 0,
- ℹ️ • skipped ignored: 1,
- ℹ️ • skipped unrelated: 153,
- ℹ️ • failed: 0

---------

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 May 22, 2024
1 parent 49abe92 commit 0eed514
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 41 deletions.
8 changes: 0 additions & 8 deletions .yarn/versions/62e8ed33.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .yarn/versions/6dd39baf.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .yarn/versions/7b62c29f.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/84bb2ebd.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/a0484bf6.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

_New options to generate unicode strings on objects_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.19.0)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.18.0...v3.19.0)]

## Features

- ([PR#5010](https://github.com/dubzzz/fast-check/pull/5010)) Add option to generate unicode values in `object`
- ([PR#5011](https://github.com/dubzzz/fast-check/pull/5011)) Add option to generate unicode values in `json`

## Fixes

- ([PR#4981](https://github.com/dubzzz/fast-check/pull/4981)) Bug: Better interrupt between multiple versions
- ([PR#4984](https://github.com/dubzzz/fast-check/pull/4984)) CI: Rework issue template
- ([PR#4941](https://github.com/dubzzz/fast-check/pull/4941)) Doc: Publish release note for 3.18.0
- ([PR#4982](https://github.com/dubzzz/fast-check/pull/4982)) Script: Shorter bump command

---

# 3.18.0

_New options for floating point arbitraries_
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.18.0",
"version": "3.19.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.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_
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.8.1",
"version": "1.8.2",
"type": "commonjs",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down
19 changes: 19 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.4.0

_Respawn only on crash not on failure and support pre_
[[Code](https://github.com/dubzzz/fast-check/tree/worker%2Fv0.4.0)][[Diff](https://github.com/dubzzz/fast-check/compare/worker%2Fv0.3.1...worker%2Fv0.4.0)]

## Breaking changes

- ([PR#4993](https://github.com/dubzzz/fast-check/pull/4993)) Only respawn workers on crash (not failure)

## Features

- ([PR#4988](https://github.com/dubzzz/fast-check/pull/4988)) Add support for `pre` in properties

## Fixes

- ([PR#4987](https://github.com/dubzzz/fast-check/pull/4987)) Test: Confirm we intercept synchronous throws

---

# 0.3.1

_Adapt code to new lint rules_
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/worker",
"description": "Provide built-ins to run predicates directly within dedicated workers",
"version": "0.3.1",
"version": "0.4.0",
"type": "module",
"main": "lib/main.js",
"exports": {
Expand Down

0 comments on commit 0eed514

Please sign in to comment.