Skip to content

Commit 5d4b1ca

Browse files
🔖 Update CHANGELOG.md for fast-check@3.8.1, @fast-check/ava@1.1.4, @fast-check/expect-type@0.0.3, @fast-check/jest@1.6.1, @fast-check/packaged@0.0.8, @fast-check/poisoning@0.0.6, @fast-check/vitest@0.0.5, @fast-check/worker@0.0.5 (#3779)
* 🔖 Update CHANGELOG.md for fast-check@3.8.1, @fast-check/ava@1.1.4, @fast-check/expect-type@0.0.3, @fast-check/jest@1.6.1, @fast-check/packaged@0.0.8, @fast-check/poisoning@0.0.6, @fast-check/vitest@0.0.5, @fast-check/worker@0.0.5 * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nicolas DUBIEN <github@dubien.org>
1 parent 124827a commit 5d4b1ca

26 files changed

+103
-61
lines changed

‎.yarn/versions/070a5be5.yml

-2
This file was deleted.

‎.yarn/versions/696dee51.yml

-9
This file was deleted.

‎.yarn/versions/70cbda0f.yml

-8
This file was deleted.

‎.yarn/versions/a937d2f7.yml

-9
This file was deleted.

‎.yarn/versions/d0ed9a6e.yml

-2
This file was deleted.

‎.yarn/versions/dc42281b.yml

-2
This file was deleted.

‎.yarn/versions/e1ed2225.yml

-9
This file was deleted.

‎.yarn/versions/e41015ec.yml

-8
This file was deleted.

‎.yarn/versions/eaeab6e7.yml

-2
This file was deleted.

‎.yarn/versions/ff45f549.yml

-2
This file was deleted.

‎packages/ava/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.1.4
2+
3+
_Attach provenance to the packages_
4+
[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.4)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.3...ava%2Fv1.1.4)]
5+
6+
## Fixes
7+
8+
- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages
9+
110
# 1.1.3
211

312
_Update funding section in package.json_

‎packages/ava/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fast-check/ava",
33
"description": "Property based testing for AVA based on fast-check",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"type": "commonjs",
66
"main": "lib/ava-fast-check.js",
77
"exports": {

‎packages/expect-type/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.0.3
2+
3+
_Attach provenance to the packages_
4+
[[Code](https://github.com/dubzzz/fast-check/tree/expect-type%2Fv0.0.3)][[Diff](https://github.com/dubzzz/fast-check/compare/expect-type%2Fv0.0.2...expect-type%2Fv0.0.3)]
5+
6+
## Fixes
7+
8+
- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages
9+
110
# 0.0.2
211

312
_Fix broken links in README_

‎packages/expect-type/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fast-check/expect-type",
33
"description": "Make sure your types are the ones you expect (similar to tsd)",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"type": "commonjs",
66
"main": "src/main.js",
77
"exports": {

‎packages/fast-check/CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# 3.8.1
2+
3+
_New website for the documentation_
4+
[[Code](https://github.com/dubzzz/fast-check/tree/v3.8.1)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.8.0...v3.8.1)]
5+
6+
## Fixes
7+
8+
- ([PR#3723](https://github.com/dubzzz/fast-check/pull/3723)) CI: Switch to docusaurus for the documentation
9+
- ([PR#3729](https://github.com/dubzzz/fast-check/pull/3729)) CI: Pre-setup devcontainer with GH Actions
10+
- ([PR#3728](https://github.com/dubzzz/fast-check/pull/3728)) CI: Change gh-pages deploy process
11+
- ([PR#3732](https://github.com/dubzzz/fast-check/pull/3732)) CI: Move back to github-pages-deploy-action
12+
- ([PR#3735](https://github.com/dubzzz/fast-check/pull/3735)) CI: Add gtag for analytics
13+
- ([PR#3744](https://github.com/dubzzz/fast-check/pull/3744)) CI: Drop website build on `build:all`
14+
- ([PR#3751](https://github.com/dubzzz/fast-check/pull/3751)) CI: Update `baseUrl` on the ain documentation
15+
- ([PR#3754](https://github.com/dubzzz/fast-check/pull/3754)) CI: Drop version from website
16+
- ([PR#3754](https://github.com/dubzzz/fast-check/pull/3754)) CI: Drop version from website
17+
- ([PR#3759](https://github.com/dubzzz/fast-check/pull/3759)) CI: Drop the need for a branch on doc
18+
- ([PR#3775](https://github.com/dubzzz/fast-check/pull/3775)) CI: Publish all packages in one workflow
19+
- ([PR#3724](https://github.com/dubzzz/fast-check/pull/3724)) Doc: Add fuzz keywords
20+
- ([PR#3734](https://github.com/dubzzz/fast-check/pull/3734)) Doc: Add search capability to the doc
21+
- ([PR#3738](https://github.com/dubzzz/fast-check/pull/3738)) Doc: Fix broken links to api-reference
22+
- ([PR#3745](https://github.com/dubzzz/fast-check/pull/3745)) Doc: Document core building blocks in new documentation
23+
- ([PR#3750](https://github.com/dubzzz/fast-check/pull/3750)) Doc: More details into tips/larger-entries...
24+
- ([PR#3753](https://github.com/dubzzz/fast-check/pull/3753)) Doc: Add some more configuration tips in the documentation
25+
- ([PR#3755](https://github.com/dubzzz/fast-check/pull/3755)) Doc: Update all links to target fast-check.dev
26+
- ([PR#3757](https://github.com/dubzzz/fast-check/pull/3757)) Doc: Quick a11y pass on the documentation
27+
- ([PR#3758](https://github.com/dubzzz/fast-check/pull/3758)) Doc: Move missing configuration parts to new doc
28+
- ([PR#3760](https://github.com/dubzzz/fast-check/pull/3760)) Doc: Link directly to the target page not to 30x ones
29+
- ([PR#3761](https://github.com/dubzzz/fast-check/pull/3761)) Doc: Fix broken links in new doc
30+
- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages
31+
- ([PR#3719](https://github.com/dubzzz/fast-check/pull/3719)) Script: Ensure proper package definition
32+
133
# 3.8.0
234

335
_Introduce new `gen` arbitrary_

‎packages/fast-check/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-check",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Property based testing framework for JavaScript (like QuickCheck)",
55
"type": "commonjs",
66
"main": "lib/fast-check.js",

‎packages/jest/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.6.1
2+
3+
_Attach provenance to the packages_
4+
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.6.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.6.0...jest%2Fv1.6.1)]
5+
6+
## Fixes
7+
8+
- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages
9+
110
# 1.6.0
211

312
_Let fast-check guide timeouts_

‎packages/jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fast-check/jest",
33
"description": "Property based testing for Jest based on fast-check",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"type": "commonjs",
66
"main": "lib/jest-fast-check.js",
77
"exports": {

‎packages/packaged/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.0.8
2+
3+
_Attach provenance to the packages_
4+
[[Code](https://github.com/dubzzz/fast-check/tree/packaged%2Fv0.0.8)][[Diff](https://github.com/dubzzz/fast-check/compare/packaged%2Fv0.0.7...packaged%2Fv0.0.8)]
5+
6+
## Fixes
7+
8+
- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages
9+
110
# 0.0.7
211

312
_Update funding section in package.json_

‎packages/packaged/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fast-check/packaged",
33
"description": "Utility package removing any files that will not be part of the final bundle",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"type": "commonjs",
66
"main": "lib/packaged.js",
77
"types": "lib/packaged.d.ts",

‎packages/poisoning/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.0.6
2+
3+
_Attach provenance to the packages_
4+
[[Code](https://github.com/dubzzz/fast-check/tree/poisoning%2Fv0.0.6)][[Diff](https://github.com/dubzzz/fast-check/compare/poisoning%2Fv0.0.5...poisoning%2Fv0.0.6)]
5+
6+
## Fixes
7+
8+
- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages
9+
110
# 0.0.5
211

312
_Add support for Node 18_

‎packages/poisoning/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fast-check/poisoning",
33
"description": "Set of utilities to ease detection and revert of poisoning",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"type": "commonjs",
66
"main": "lib/main.js",
77
"exports": {

‎packages/vitest/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.0.5
2+
3+
_Attach provenance to the packages_
4+
[[Code](https://github.com/dubzzz/fast-check/tree/vitest%2Fv0.0.5)][[Diff](https://github.com/dubzzz/fast-check/compare/vitest%2Fv0.0.4...vitest%2Fv0.0.5)]
5+
6+
## Fixes
7+
8+
- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages
9+
110
# 0.0.4
211

312
_Proper type declaration in package.json_

‎packages/vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fast-check/vitest",
33
"description": "Property based testing for Vitest based on fast-check",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"type": "commonjs",
66
"main": "lib/vitest-fast-check.js",
77
"exports": {

‎packages/worker/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.0.5
2+
3+
_Attach provenance to the packages_
4+
[[Code](https://github.com/dubzzz/fast-check/tree/worker%2Fv0.0.5)][[Diff](https://github.com/dubzzz/fast-check/compare/worker%2Fv0.0.4...worker%2Fv0.0.5)]
5+
6+
## Fixes
7+
8+
- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages
9+
110
# 0.0.4
211

312
_Terminate workers earlier if they are not used anymore_

‎packages/worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fast-check/worker",
33
"description": "Provide built-ins to run predicates directly within dedicated workers",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"type": "commonjs",
66
"main": "lib/main.js",
77
"exports": {

0 commit comments

Comments
 (0)