Skip to content

Commit

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

* πŸ”– Update CHANGELOG.md for @fast-check/worker@0.0.7, @fast-check/jest@1.7.0

* Update packages/jest/CHANGELOG.md

* Update packages/worker/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 Jun 15, 2023
1 parent bc512d0 commit 1f08173
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .yarn/versions/69718570.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

11 changes: 11 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 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_
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.6.2",
"version": "1.7.0",
"type": "commonjs",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down
16 changes: 16 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 0.0.7

_Introduce isolation levels on workers_
[[Code](https://github.com/dubzzz/fast-check/tree/worker%2Fv0.0.7)][[Diff](https://github.com/dubzzz/fast-check/compare/worker%2Fv0.0.6...worker%2Fv0.0.7)]

## Features

- ([PR#3960](https://github.com/dubzzz/fast-check/pull/3960)) Introduce levels of isolation
- ([PR#3963](https://github.com/dubzzz/fast-check/pull/3963)) Add "file" isolation level

## Fixes

- ([PR#3958](https://github.com/dubzzz/fast-check/pull/3958)) Refactor: Introduce internal `IWorkerPool` interface
- ([PR#3962](https://github.com/dubzzz/fast-check/pull/3962)) Refactor: Allow support for multiple predicates per worker
- ([PR#3971](https://github.com/dubzzz/fast-check/pull/3971)) Test: Restructure E2E tests

# 0.0.6

_Add logo on the README_
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.0.6",
"version": "0.0.7",
"type": "commonjs",
"main": "lib/main.js",
"exports": {
Expand Down

0 comments on commit 1f08173

Please sign in to comment.