Skip to content

Commit

Permalink
πŸ”– Update CHANGELOG.md for @fast-check/expect-type@0.1.0, fast-check@3…
Browse files Browse the repository at this point in the history
….14.0, @fast-check/jest@1.8.0, @fast-check/worker@0.1.0, @fast-check/ava@1.2.0, @fast-check/poisoning@0.1.0 (#4453)

* πŸ”– Update CHANGELOG.md for @fast-check/expect-type@0.1.0, fast-check@3.14.0, @fast-check/jest@1.8.0, @fast-check/worker@0.1.0, @fast-check/ava@1.2.0, @fast-check/poisoning@0.1.0

* Apply suggestions from code review

* 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>
  • Loading branch information
3 people authored Nov 19, 2023
1 parent f2c6006 commit e4b0278
Show file tree
Hide file tree
Showing 23 changed files with 113 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .yarn/versions/0009b7e2.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

_Support pre-condition failures_
[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.2.0)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.6...ava%2Fv1.2.0)]

## Features

- ([PR#4424](https://github.com/dubzzz/fast-check/pull/4424)) Prefer "import type" over raw "import"

## Fixes

- ([PR#4450](https://github.com/dubzzz/fast-check/pull/4450)) Bug: Properly support `fc.pre`, allow unsuccessful plans on unmatched preconditions
- ([PR#4451](https://github.com/dubzzz/fast-check/pull/4451)) Doc: Document distinctions with raw fast-check
- ([PR#4283](https://github.com/dubzzz/fast-check/pull/4283)) Test: Confirm basic typings work well
- ([PR#4449](https://github.com/dubzzz/fast-check/pull/4449)) Test: Extend test coverage to no-assertions cases and observables

# 1.1.6

_Better support for types on ESM targets_
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.6",
"version": "1.2.0",
"type": "commonjs",
"main": "lib/ava-fast-check.js",
"exports": {
Expand Down
15 changes: 15 additions & 0 deletions packages/expect-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.1.0

_Lighter import with less internals to load_
[[Code](https://github.com/dubzzz/fast-check/tree/expect-type%2Fv0.1.0)][[Diff](https://github.com/dubzzz/fast-check/compare/expect-type%2Fv0.0.5...expect-type%2Fv0.1.0)]

## Features

- ([PR#4422](https://github.com/dubzzz/fast-check/pull/4422)) Prefer "import type" over raw "import"

## Fixes

- ([PR#4284](https://github.com/dubzzz/fast-check/pull/4284)) Test: Confirm basic typings work well

---

# 0.0.5

_Fix typings for node native esm_
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.5",
"version": "0.1.0",
"type": "commonjs",
"main": "src/main.js",
"exports": {
Expand Down
29 changes: 29 additions & 0 deletions packages/fast-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# 3.14.0

_Lighter import with less internals to load_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.14.0)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.13.2...v3.14.0)]

## Features

- ([PR#4426](https://github.com/dubzzz/fast-check/pull/4426)) Prefer "import type" over raw "import"

## Fixes

- ([PR#4364](https://github.com/dubzzz/fast-check/pull/4364)) CI: Toggle more immutable on yarn
- ([PR#4369](https://github.com/dubzzz/fast-check/pull/4369)) CI: Do not override existing on untar
- ([PR#4372](https://github.com/dubzzz/fast-check/pull/4372)) CI: REVERT Do not override existing on untar
- ([PR#4371](https://github.com/dubzzz/fast-check/pull/4371)) CI: Mark final check as failed and not skipped
- ([PR#4375](https://github.com/dubzzz/fast-check/pull/4375)) CI: Attempt to patch untar step
- ([PR#4378](https://github.com/dubzzz/fast-check/pull/4378)) CI: Attempt to patch untar step
- ([PR#4380](https://github.com/dubzzz/fast-check/pull/4380)) CI: Add missing but directly called dependencies
- ([PR#4384](https://github.com/dubzzz/fast-check/pull/4384)) CI: Attempt to patch untar step
- ([PR#4368](https://github.com/dubzzz/fast-check/pull/4368)) CI: Attempt to switch to pnp linker
- ([PR#4407](https://github.com/dubzzz/fast-check/pull/4407)) CI: No parallel "git" command
- ([PR#4419](https://github.com/dubzzz/fast-check/pull/4419)) CI: Prefer "import type" via linter
- ([PR#4428](https://github.com/dubzzz/fast-check/pull/4428)) CI: Default to Node 20 for CI
- ([PR#4441](https://github.com/dubzzz/fast-check/pull/4441)) CI: Add support for PnP on VSCode
- ([PR#4345](https://github.com/dubzzz/fast-check/pull/4345)) Performance: Faster replay: drop loose compare
- ([PR#4381](https://github.com/dubzzz/fast-check/pull/4381)) Test: Import buffer via aliased name

---

# 3.13.2

_Better reporting for invalid paths_
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.2",
"version": "3.14.0",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 1.8.0

_Lighter import with less internals to load_
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.8.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.7.3...jest%2Fv1.8.0)]

## Features

- ([PR#4425](https://github.com/dubzzz/fast-check/pull/4425)) Prefer "import type" over raw "import"

## Fixes

- ([PR#4452](https://github.com/dubzzz/fast-check/pull/4452)) CI: Stabilize CI with higher timeout for test-bundle tests
- ([PR#4288](https://github.com/dubzzz/fast-check/pull/4288)) Test: Confirm basic typings work well
- ([PR#4382](https://github.com/dubzzz/fast-check/pull/4382)) Test: Declare jest-jasmine2 by name not path

---

# 1.7.3

_Deprecate legacy helpers_
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.3",
"version": "1.8.0",
"type": "commonjs",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down
15 changes: 15 additions & 0 deletions packages/poisoning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.1.0

_Lighter import with less internals to load_
[[Code](https://github.com/dubzzz/fast-check/tree/poisoning%2Fv0.1.0)][[Diff](https://github.com/dubzzz/fast-check/compare/poisoning%2Fv0.0.8...poisoning%2Fv0.1.0)]

## Features

- ([PR#4421](https://github.com/dubzzz/fast-check/pull/4421)) Prefer "import type" over raw "import"

## Fixes

- ([PR#4286](https://github.com/dubzzz/fast-check/pull/4286)) Test: Confirm basic typings work well

---

# 0.0.8

_Better support for types on ESM targets_
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.8",
"version": "0.1.0",
"type": "commonjs",
"main": "lib/main.js",
"exports": {
Expand Down
15 changes: 15 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.1.0

_Lighter import with less internals to load_
[[Code](https://github.com/dubzzz/fast-check/tree/worker%2Fv0.1.0)][[Diff](https://github.com/dubzzz/fast-check/compare/worker%2Fv0.0.9...worker%2Fv0.1.0)]

## Features

- ([PR#4420](https://github.com/dubzzz/fast-check/pull/4420)) Prefer "import type" over raw "import"

## Fixes

- ([PR#4287](https://github.com/dubzzz/fast-check/pull/4287)) Test: Confirm basic typings work well

---

# 0.0.9

_Better support for types on ESM targets_
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.9",
"version": "0.1.0",
"type": "commonjs",
"main": "lib/main.js",
"exports": {
Expand Down

0 comments on commit e4b0278

Please sign in to comment.