Skip to content

Commit

Permalink
πŸ”– Update CHANGELOG.md for [email protected], @fast-check/[email protected]…
Browse files Browse the repository at this point in the history
….1 (#4357)

* πŸ”– Update CHANGELOG.md for [email protected], @fast-check/[email protected]

* Apply suggestions from code review

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nicolas DUBIEN <[email protected]>
  • Loading branch information
3 people authored Oct 22, 2023
1 parent c7ec990 commit c0c46a8
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 80 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/2cf26c53.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/versions/b30797a4.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/versions/fbd92e9d.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.13.2

_Better reporting for invalid paths_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.13.2)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.13.1...v3.13.2)]

## Fixes

- ([PR#4344](https://github.com/dubzzz/fast-check/pull/4344)) Bug: Path wrongly reported when invalid
- ([PR#4279](https://github.com/dubzzz/fast-check/pull/4279)) CI: Better caching for yarn
- ([PR#4346](https://github.com/dubzzz/fast-check/pull/4346)) CI: Better yarn caching in CI
- ([PR#4347](https://github.com/dubzzz/fast-check/pull/4347)) CI: Avoid yarn install on "cache hit"
- ([PR#4348](https://github.com/dubzzz/fast-check/pull/4348)) CI: Create job to confirm all passed
- ([PR#4352](https://github.com/dubzzz/fast-check/pull/4352)) CI: Skip install on hot cache (win/mac)
- ([PR#4299](https://github.com/dubzzz/fast-check/pull/4299)) Doc: Article around Zod vulnerability
- ([PR#4306](https://github.com/dubzzz/fast-check/pull/4306)) Doc: Fixing a typos in Zod article
- ([PR#4307](https://github.com/dubzzz/fast-check/pull/4307)) Doc: Add missing robots.txt
- ([PR#4356](https://github.com/dubzzz/fast-check/pull/4356)) Doc: Better document limitations of `gen`
- ([PR#4338](https://github.com/dubzzz/fast-check/pull/4338)) Script: Faster tests execution with babel
- ([PR#4270](https://github.com/dubzzz/fast-check/pull/4270)) Test: Check tsc import and types of bundled package
- ([PR#4271](https://github.com/dubzzz/fast-check/pull/4271)) Test: Typecheck ESM bundle correctly
- ([PR#4269](https://github.com/dubzzz/fast-check/pull/4269)) Test: Rework checks against legacy node

# 3.13.1

_Fix typings for node native esm_
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.13.1",
"version": "3.13.2",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/packaged/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.1.1

_Faster directory traversal_
[[Code](https://github.com/dubzzz/fast-check/tree/packaged%2Fv0.1.1)][[Diff](https://github.com/dubzzz/fast-check/compare/packaged%2Fv0.1.0...packaged%2Fv0.1.1)]

## Fixes

- ([PR#4353](https://github.com/dubzzz/fast-check/pull/4353)) Performance: Faster directory traversal
- ([PR#4285](https://github.com/dubzzz/fast-check/pull/4285)) Test: Confirm basic typings work well

# 0.1.0

_Update formatting style and bump dependencies_
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.1.0",
"version": "0.1.1",
"type": "commonjs",
"main": "lib/packaged.js",
"types": "lib/packaged.d.ts",
Expand Down

0 comments on commit c0c46a8

Please sign in to comment.