Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 Update CHANGELOG.md for fast-check@3.22.0, @fast-check/vitest@0.1.3, @fast-check/jest@2.0.2, @fast-check/poisoning@0.2.1 #5242

Merged
merged 8 commits into from
Aug 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .yarn/versions/0a0bca50.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

20 changes: 20 additions & 0 deletions packages/fast-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 3.22.0

_TODO Description_
dubzzz marked this conversation as resolved.
Show resolved Hide resolved
[[Code](https://github.com/dubzzz/fast-check/tree/v3.22.0)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.21.0...v3.22.0)]

## Features

- ([PR#5222](https://github.com/dubzzz/fast-check/pull/5222)) Support for grapheme on `fc.string`
- ([PR#5233](https://github.com/dubzzz/fast-check/pull/5233)) Mark as deprecated most of char and string arbitraries
- ([PR#5238](https://github.com/dubzzz/fast-check/pull/5238)) Deprecate `bigInt`'s alternatives

## Fixes

- ([PR#5237](https://github.com/dubzzz/fast-check/pull/5237)) CI: Drop TypeScript rc release channel
dubzzz marked this conversation as resolved.
Show resolved Hide resolved
- ([PR#5199](https://github.com/dubzzz/fast-check/pull/5199)) Doc: Publish release note for 3.21.0
- ([PR#5240](https://github.com/dubzzz/fast-check/pull/5240)) Doc: Better `string`'s deprecation note in documentation
- ([PR#5203](https://github.com/dubzzz/fast-check/pull/5203)) Refactor: Add missing types on exported

---

# 3.21.0

_Support customisable versions on `uuid`_
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.21.0",
"version": "3.22.0",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 2.0.2

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv2.0.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv2.0.1...jest%2Fv2.0.2)]

## Features



## Fixes
dubzzz marked this conversation as resolved.
Show resolved Hide resolved

- ([PR#5201](https://github.com/dubzzz/fast-check/pull/5201)) Refactor: Add missing types on exported

# 2.0.1

_Document minimum requirements of 2.x_
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.1",
"version": "2.0.2",
"type": "module",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/jest#readme",
"dependencies": {
"fast-check": "^3.0.0"
"fast-check": "^3.22.0"
dubzzz marked this conversation as resolved.
Show resolved Hide resolved
},
"peerDependencies": {
"@fast-check/worker": ">=0.0.7 <0.5.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/poisoning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.2.1

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/poisoning%2Fv0.2.1)][[Diff](https://github.com/dubzzz/fast-check/compare/poisoning%2Fv0.2.0...poisoning%2Fv0.2.1)]

## Features



## Fixes
dubzzz marked this conversation as resolved.
Show resolved Hide resolved

- ([PR#5202](https://github.com/dubzzz/fast-check/pull/5202)) Refactor: Add missing types on exported

# 0.2.0

_Declare root of the package as ESM_
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.2.0",
"version": "0.2.1",
"type": "module",
"main": "lib/main.js",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.1.3

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/vitest%2Fv0.1.3)][[Diff](https://github.com/dubzzz/fast-check/compare/vitest%2Fv0.1.2...vitest%2Fv0.1.3)]

## Features



## Fixes
dubzzz marked this conversation as resolved.
Show resolved Hide resolved

- ([PR#5200](https://github.com/dubzzz/fast-check/pull/5200)) Refactor: Add missing types on exported

# 0.1.2

_Allow vitest v2 as a peer dependency_
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "0.1.3",
"type": "module",
"main": "lib/vitest-fast-check.js",
"exports": {
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/vitest#readme",
"dependencies": {
"fast-check": "^3.0.0"
"fast-check": "^3.22.0"
dubzzz marked this conversation as resolved.
Show resolved Hide resolved
},
"peerDependencies": {
"vitest": ">=0.28.1 <1.0.0 || ^1 || ^2"
Expand Down