Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for @fast-check/vitest@0.1.1, @fast-check/worke…
Browse files Browse the repository at this point in the history
…r@0.3.1, fast-check@3.18.0, @fast-check/packaged@0.4.0 (#4939)

Resulting CHANGELOG at:
-
https://github.com/dubzzz/fast-check/blob/changelog-932da56f5882e/packages/vitest/CHANGELOG.md
-
https://github.com/dubzzz/fast-check/blob/changelog-932da56f5882e/packages/worker/CHANGELOG.md
-
https://github.com/dubzzz/fast-check/blob/changelog-932da56f5882e/packages/fast-check/CHANGELOG.md
-
https://github.com/dubzzz/fast-check/blob/changelog-932da56f5882e/packages/packaged/CHANGELOG.md

Got the following errors:
- ℹ️ Scanned 241 PRs for @fast-check/vitest:
- ℹ️ • accepted: 0,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 241,
- ℹ️ • failed: 0
- ℹ️ Scanned 92 PRs for @fast-check/worker:
- ℹ️ • accepted: 0,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 92,
- ℹ️ • failed: 0
- ℹ️ Scanned 29 PRs for fast-check:
- ℹ️ • accepted: 9,
- ℹ️ • skipped ignored: 19,
- ℹ️ • skipped unrelated: 1,
- ℹ️ • failed: 0
- ℹ️ Scanned 241 PRs for @fast-check/packaged:
- ℹ️ • accepted: 1,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 240,
- ℹ️ • 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 Apr 28, 2024
1 parent 4650a64 commit 3500faa
Show file tree
Hide file tree
Showing 16 changed files with 55 additions and 56 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

_New options for floating point arbitraries_
[[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
11 changes: 11 additions & 0 deletions packages/packaged/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.4.0

_Better error handling in script_
[[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

---

# 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
9 changes: 9 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.1.1

_Adapt code to new lint rules_
[[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)]

## Fixes

- ([PR#4933](https://github.com/dubzzz/fast-check/pull/4933)) Script: Switch on more eslint rules

# 0.1.0

_Declare root of the package as ESM_
Expand Down
2 changes: 1 addition & 1 deletion 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
9 changes: 9 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.3.1

_Adapt code to new lint rules_
[[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)]

## Fixes

- ([PR#4933](https://github.com/dubzzz/fast-check/pull/4933)) Script: Switch on more eslint rules

# 0.3.0

_Support generating inputs in workers_
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.0",
"version": "0.3.1",
"type": "module",
"main": "lib/main.js",
"exports": {
Expand Down

0 comments on commit 3500faa

Please sign in to comment.