Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for fast-check@3.20.0, @fast-check/vitest@0.1.2 (
Browse files Browse the repository at this point in the history
…#5123)

Resulting CHANGELOG at:
-
https://github.com/dubzzz/fast-check/blob/changelog-3acdf92ed09eb/packages/fast-check/CHANGELOG.md
-
https://github.com/dubzzz/fast-check/blob/changelog-3acdf92ed09eb/packages/vitest/CHANGELOG.md

Got the following errors:
- ℹ️ Scanned 159 PRs for @fast-check/vitest:
- ℹ️ • accepted: 0,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 159,
- ℹ️ • failed: 0

---------

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 Jul 12, 2024
1 parent ed3dd61 commit 6a2ca8b
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 47 deletions.
8 changes: 0 additions & 8 deletions .yarn/versions/10482a59.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

_New arbitraries to alter shrinking capabilities_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.20.0)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.19.0...v3.20.0)]

## Features

- ([PR#5047](https://github.com/dubzzz/fast-check/pull/5047)) Introduce new `fc.noShrink` arbitrary
- ([PR#5050](https://github.com/dubzzz/fast-check/pull/5050)) Introduce new `fc.noBias` arbitrary
- ([PR#5006](https://github.com/dubzzz/fast-check/pull/5006)) Add ability to limit shrink path
- ([PR#5112](https://github.com/dubzzz/fast-check/pull/5112)) Simplify `limitShrink` before releasing

## Fixes

- ([PR#5013](https://github.com/dubzzz/fast-check/pull/5013)) CI: Drop verbosity flag at unpack step in CI
- ([PR#5074](https://github.com/dubzzz/fast-check/pull/5074)) CI: Check types with multiple TypeScript
- ([PR#5015](https://github.com/dubzzz/fast-check/pull/5015)) Doc: Release note for 3.19.0
- ([PR#5016](https://github.com/dubzzz/fast-check/pull/5016)) Doc: Fix typo in the PR template
- ([PR#4858](https://github.com/dubzzz/fast-check/pull/4858)) Doc: Update Getting Started section in docs
- ([PR#5035](https://github.com/dubzzz/fast-check/pull/5035)) Doc: Remove duplicate paragraph in `your-first-race-condition-test.mdx`
- ([PR#5048](https://github.com/dubzzz/fast-check/pull/5048)) Doc: Add new contributors cindywu and nmay231
- ([PR#5097](https://github.com/dubzzz/fast-check/pull/5097)) Doc: Add warning on `noShrink`
- ([PR#5121](https://github.com/dubzzz/fast-check/pull/5121)) Doc: Document integration with other test runners

---

# 3.19.0

_New options to generate unicode strings on objects_
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.19.0",
"version": "3.20.0",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.1.2

_Allow vitest v2 as a peer dependency_
[[Code](https://github.com/dubzzz/fast-check/tree/vitest%2Fv0.1.2)][[Diff](https://github.com/dubzzz/fast-check/compare/vitest%2Fv0.1.1...vitest%2Fv0.1.2)]

## Fixes

- ([PR#5108](https://github.com/dubzzz/fast-check/pull/5108)) Bump: Update vitest monorepo to v2 (major)

# 0.1.1

_Adapt code to new lint rules_
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.1.1",
"version": "0.1.2",
"type": "module",
"main": "lib/vitest-fast-check.js",
"exports": {
Expand Down

0 comments on commit 6a2ca8b

Please sign in to comment.