Skip to content

Commit

Permalink
πŸ”– Update CHANGELOG.md for @fast-check/jest@1.7.2, @fast-check/worker@…
Browse files Browse the repository at this point in the history
…0.0.9, @fast-check/ava@1.1.6, @fast-check/vitest@0.0.7, fast-check@3.12.1, @fast-check/poisoning@0.0.8, @fast-check/packaged@0.1.0, @fast-check/expect-type@0.0.4 (#4184)

* πŸ”– Update CHANGELOG.md for @fast-check/jest@1.7.2, @fast-check/worker@0.0.9, @fast-check/ava@1.1.6, @fast-check/vitest@0.0.7, fast-check@3.12.1, @fast-check/poisoning@0.0.8, @fast-check/packaged@0.1.0, @fast-check/expect-type@0.0.4

* Apply suggestions from code review

* Apply suggestions from code review

* Update 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 Sep 3, 2023
1 parent bb991f5 commit 066524b
Show file tree
Hide file tree
Showing 26 changed files with 98 additions and 34 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/202a56a8.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

10 changes: 10 additions & 0 deletions packages/ava/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.1.6

_Better support for types on ESM targets_
[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.6)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.5...ava%2Fv1.1.6)]

## Fixes

- ([PR#4173](https://github.com/dubzzz/fast-check/pull/4173)) Bug: Better declare ESM's types
- ([PR#4033](https://github.com/dubzzz/fast-check/pull/4033)) Tooling: Update formatting

# 1.1.5

_Update URL of the logo_
Expand Down
2 changes: 1 addition & 1 deletion packages/ava/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/ava",
"description": "Property based testing for AVA based on fast-check",
"version": "1.1.5",
"version": "1.1.6",
"type": "commonjs",
"main": "lib/ava-fast-check.js",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/expect-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.0.4

_Better support for types on ESM targets_
[[Code](https://github.com/dubzzz/fast-check/tree/expect-type%2Fv0.0.4)][[Diff](https://github.com/dubzzz/fast-check/compare/expect-type%2Fv0.0.3...expect-type%2Fv0.0.4)]

## Fixes

- ([PR#4175](https://github.com/dubzzz/fast-check/pull/4175)) Bug: Better declare ESM's types
- ([PR#4033](https://github.com/dubzzz/fast-check/pull/4033)) Tooling: Update formatting

# 0.0.3

_Attach provenance to the packages_
Expand Down
2 changes: 1 addition & 1 deletion packages/expect-type/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/expect-type",
"description": "Make sure your types are the ones you expect (similar to tsd)",
"version": "0.0.3",
"version": "0.0.4",
"type": "commonjs",
"main": "src/main.js",
"exports": {
Expand Down
19 changes: 19 additions & 0 deletions packages/fast-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 3.12.1

_Better support for types on ESM targets_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.12.1)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.12.0...v3.12.1)]

## Fixes

- ([PR#4172](https://github.com/dubzzz/fast-check/pull/4172)) Bug: Better declare ESM's types
- ([PR#4177](https://github.com/dubzzz/fast-check/pull/4177)) Bug: Replace macros in published esm types
- ([PR#4156](https://github.com/dubzzz/fast-check/pull/4156)) CI: Stop formatting built website
- ([PR#4155](https://github.com/dubzzz/fast-check/pull/4155)) CI: Add TypeScript checks on website
- ([PR#4171](https://github.com/dubzzz/fast-check/pull/4171)) CI: Update Devcontainer settings
- ([PR#4181](https://github.com/dubzzz/fast-check/pull/4181)) CI: Add exempted labels for stale bot
- ([PR#4136](https://github.com/dubzzz/fast-check/pull/4136)) Clean: Drop dependency @testing-library/jest-dom
- ([PR#4107](https://github.com/dubzzz/fast-check/pull/4107)) Doc: What's new article for fast-check 3.12.0
- ([PR#4118](https://github.com/dubzzz/fast-check/pull/4118)) Doc: Drop raw bench results from release note
- ([PR#4117](https://github.com/dubzzz/fast-check/pull/4117)) Test: Stabilize test related to NaN in exclusive mode
- ([PR#4033](https://github.com/dubzzz/fast-check/pull/4033)) Tooling: Update formatting

# 3.12.0

_Faster `float`, `double` and `ulid` and excluded min/max_
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.12.0",
"version": "3.12.1",
"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/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.7.2

_Better support for types on ESM targets_
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.7.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.7.1...jest%2Fv1.7.2)]

## Fixes

- ([PR#4180](https://github.com/dubzzz/fast-check/pull/4180)) Bug: Better declare ESM's types
- ([PR#4033](https://github.com/dubzzz/fast-check/pull/4033)) Tooling: Update formatting

# 1.7.1

_Clearer definition of compatible node versions_
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.7.1",
"version": "1.7.2",
"type": "commonjs",
"main": "lib/jest-fast-check.js",
"exports": {
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.1.0

_Update formatting style and bump dependencies_
[[Code](https://github.com/dubzzz/fast-check/tree/packaged%2Fv0.1.0)][[Diff](https://github.com/dubzzz/fast-check/compare/packaged%2Fv0.0.8...packaged%2Fv0.1.0)]

## Fixes

- ([PR#4033](https://github.com/dubzzz/fast-check/pull/4033)) Tooling: Update formatting

---

# 0.0.8

_Attach provenance to the packages_
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.0.8",
"version": "0.1.0",
"type": "commonjs",
"main": "lib/packaged.js",
"types": "lib/packaged.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/poisoning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.0.8

_Better support for types on ESM targets_
[[Code](https://github.com/dubzzz/fast-check/tree/poisoning%2Fv0.0.8)][[Diff](https://github.com/dubzzz/fast-check/compare/poisoning%2Fv0.0.7...poisoning%2Fv0.0.8)]

## Fixes

- ([PR#4176](https://github.com/dubzzz/fast-check/pull/4176)) Bug: Better declare ESM's types
- ([PR#4033](https://github.com/dubzzz/fast-check/pull/4033)) Tooling: Update formatting

# 0.0.7

_Add logo on the README_
Expand Down
2 changes: 1 addition & 1 deletion packages/poisoning/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/poisoning",
"description": "Set of utilities to ease detection and revert of poisoning",
"version": "0.0.7",
"version": "0.0.8",
"type": "commonjs",
"main": "lib/main.js",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.0.7

_Better support for types on ESM targets_
[[Code](https://github.com/dubzzz/fast-check/tree/vitest%2Fv0.0.7)][[Diff](https://github.com/dubzzz/fast-check/compare/vitest%2Fv0.0.6...vitest%2Fv0.0.7)]

## Fixes

- ([PR#4178](https://github.com/dubzzz/fast-check/pull/4178)) Bug: Better declare ESM's types
- ([PR#4033](https://github.com/dubzzz/fast-check/pull/4033)) Tooling: Update formatting

# 0.0.6

_Update URL of the logo_
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.0.6",
"version": "0.0.7",
"type": "commonjs",
"main": "lib/vitest-fast-check.js",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.0.9

_Better support for types on ESM targets_
[[Code](https://github.com/dubzzz/fast-check/tree/worker%2Fv0.0.9)][[Diff](https://github.com/dubzzz/fast-check/compare/worker%2Fv0.0.8...worker%2Fv0.0.9)]

## Fixes

- ([PR#4174](https://github.com/dubzzz/fast-check/pull/4174)) Bug: Better declare ESM's types
- ([PR#4033](https://github.com/dubzzz/fast-check/pull/4033)) Tooling: Update formatting

# 0.0.8

_Typos in 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.8",
"version": "0.0.9",
"type": "commonjs",
"main": "lib/main.js",
"exports": {
Expand Down

0 comments on commit 066524b

Please sign in to comment.