Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for @fast-check/[email protected], @fast-check/worke…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 27, 2024
1 parent 043d6ef commit b01ff20
Show file tree
Hide file tree
Showing 16 changed files with 69 additions and 58 deletions.
8 changes: 0 additions & 8 deletions .yarn/versions/36811c13.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.18.0)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.17.2...v3.18.0)]

## Features

- ([PR#4917](https://github.com/dubzzz/fast-check/pull/4917)) Add option to produce non-integer on `double`
- ([PR#4923](https://github.com/dubzzz/fast-check/pull/4923)) Add option to produce non-integer on `float`
- ([PR#4935](https://github.com/dubzzz/fast-check/pull/4935)) Produce "//" in web paths

## Fixes

- ([PR#4924](https://github.com/dubzzz/fast-check/pull/4924)) CI: Enable more advanced TS flags
- ([PR#4925](https://github.com/dubzzz/fast-check/pull/4925)) CI: Explicitly test against Node 22
- ([PR#4926](https://github.com/dubzzz/fast-check/pull/4926)) CI: Stabilize tests of `double` on small ranges
- ([PR#4921](https://github.com/dubzzz/fast-check/pull/4921)) Performance: More optimal `noInteger` on `double`
- ([PR#4933](https://github.com/dubzzz/fast-check/pull/4933)) Script: Switch on more eslint rules
- ([PR#4922](https://github.com/dubzzz/fast-check/pull/4922)) Test: Cover `noInteger` on `double` via integration layers

---

# 3.17.2

_Directly reference the official documentation from NPM_
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.17.2",
"version": "3.18.0",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/packaged/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.4.0

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/packaged%2Fv0.4.0)][[Diff](https://github.com/dubzzz/fast-check/compare/packaged%2Fv0.3.0...packaged%2Fv0.4.0)]

## Features

- ([PR#4934](https://github.com/dubzzz/fast-check/pull/4934)) Better handle errors in script

## Fixes



---

# 0.3.0

_Declare root of the package as ESM_
Expand Down
2 changes: 1 addition & 1 deletion packages/packaged/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/packaged",
"description": "Utility package removing any files that will not be part of the final bundle",
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"main": "lib/packaged.js",
"types": "lib/packaged.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.1.1

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/vitest%2Fv0.1.1)][[Diff](https://github.com/dubzzz/fast-check/compare/vitest%2Fv0.1.0...vitest%2Fv0.1.1)]

## Features



## Fixes



# 0.1.0

_Declare root of the package as ESM_
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/vitest",
"description": "Property based testing for Vitest based on fast-check",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "lib/vitest-fast-check.js",
"exports": {
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/vitest#readme",
"dependencies": {
"fast-check": "^3.0.0"
"fast-check": "^3.18.0"
},
"peerDependencies": {
"vitest": ">=0.28.1 <1.0.0 || ^1"
Expand Down
13 changes: 13 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.3.1

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/worker%2Fv0.3.1)][[Diff](https://github.com/dubzzz/fast-check/compare/worker%2Fv0.3.0...worker%2Fv0.3.1)]

## Features



## Fixes



# 0.3.0

_Support generating inputs in workers_
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.3.1",
"type": "module",
"main": "lib/main.js",
"exports": {
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/worker#readme",
"dependencies": {
"fast-check": "^3.4.0",
"fast-check": "^3.18.0",
"pure-rand": "^6.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit b01ff20

Please sign in to comment.