dubzzz/fast-check
### [`v2.25.0`](https://togithub.com/dubzzz/fast-check/compare/v2.24.0...v2.25.0)
[Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.24.0...v2.25.0)
### [`v2.24.0`](https://togithub.com/dubzzz/fast-check/releases/tag/v2.24.0)
[Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.23.2...v2.24.0)
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v2.24.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v2.23.2...v2.24.0)]
#### Features
- ([PR#2807](https://togithub.com/dubzzz/fast-check/pull/2807)) Add ability to wait until the end of a given task from `fc.scheduler`
#### Fixes
- ([PR#2826](https://togithub.com/dubzzz/fast-check/pull/2826)) Bug: Narrow return type of readConfigureGlobal
- ([PR#2819](https://togithub.com/dubzzz/fast-check/pull/2819)) Doc: Corrected uniqueArray signatures
- ([PR#2813](https://togithub.com/dubzzz/fast-check/pull/2813)) Doc: Add examples based on supertest
### [`v2.23.2`](https://togithub.com/dubzzz/fast-check/compare/v2.23.1...v2.23.2)
[Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.23.1...v2.23.2)
### [`v2.23.1`](https://togithub.com/dubzzz/fast-check/compare/v2.23.0...v2.23.1)
[Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.23.0...v2.23.1)
### [`v2.23.0`](https://togithub.com/dubzzz/fast-check/compare/v2.22.0...v2.23.0)
[Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.22.0...v2.23.0)
### [`v2.22.0`](https://togithub.com/dubzzz/fast-check/compare/v2.21.0...v2.22.0)
[Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.21.0...v2.22.0)
### [`v2.21.0`](https://togithub.com/dubzzz/fast-check/compare/v2.20.0...v2.21.0)
[Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.20.0...v2.21.0)
### [`v2.20.0`](https://togithub.com/dubzzz/fast-check/compare/v2.19.0...v2.20.0)
[Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.19.0...v2.20.0)
### [`v2.19.0`](https://togithub.com/dubzzz/fast-check/releases/tag/v2.19.0)
[Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.18.1...v2.19.0)
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v2.19.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v2.18.0...v2.19.0)]
#### Features
- ([PR#2391](https://togithub.com/dubzzz/fast-check/pull/2391)) Automatically shrink user defined examples
- ([PR#2393](https://togithub.com/dubzzz/fast-check/pull/2393)) Support shrink on examples with unshrinkable parts
- ([PR#2395](https://togithub.com/dubzzz/fast-check/pull/2395)) Better shrinker for arrays requested minLength
- ([PR#2423](https://togithub.com/dubzzz/fast-check/pull/2423)) Make fixed sized arrays as biased as tuples
#### Fixes
- ([PR#2371](https://togithub.com/dubzzz/fast-check/pull/2371)) Refactor: Declare API and converters for the next gen property
- ([PR#2372](https://togithub.com/dubzzz/fast-check/pull/2372)) Refactor: Migrate runners to rely on next gen properties
- ([PR#2373](https://togithub.com/dubzzz/fast-check/pull/2373)) Refactor: Migrate UnbiasedProperty to next gen property
- ([PR#2374](https://togithub.com/dubzzz/fast-check/pull/2374)) Refactor: Migrate IgnoreEqualValuesProperty to next gen property
- ([PR#2375](https://togithub.com/dubzzz/fast-check/pull/2375)) Refactor: Migrate TimeoutProperty to next gen property
- ([PR#2376](https://togithub.com/dubzzz/fast-check/pull/2376)) Refactor: Migrate SkipAfterProperty to next gen property
- ([PR#2387](https://togithub.com/dubzzz/fast-check/pull/2387)) Refactor: Produce next gen properties via decorateProperty
- ([PR#2388](https://togithub.com/dubzzz/fast-check/pull/2388)) Refactor: Migrate property builders to produce next gen
- ([PR#2377](https://togithub.com/dubzzz/fast-check/pull/2377)) Typo: Typo in error thrown when invalid arguments passed to frequency
- ([PR#2394](https://togithub.com/dubzzz/fast-check/pull/2394)) Bug: Properly re-wrap values on shrink in properties
- ([PR#2399](https://togithub.com/dubzzz/fast-check/pull/2399)) Test: Ensure correct min/max for float32/64Arrays in tests
- ([PR#2402](https://togithub.com/dubzzz/fast-check/pull/2402)) Test: Reduce the maximal minLength requested in tests
- ([PR#2415](https://togithub.com/dubzzz/fast-check/pull/2415)) Refactor: Update the way we use flags for mixedCase
- ([PR#2416](https://togithub.com/dubzzz/fast-check/pull/2416)) Refactor: Do not favor numeric values over others in json arbitraries
- ([PR#2403](https://togithub.com/dubzzz/fast-check/pull/2403)) Test: Better asserts of shrinks by going deeper in path
- ([PR#2417](https://togithub.com/dubzzz/fast-check/pull/2417)) Bug: Unmapper function of hexa was not unmapping properly
- ([PR#2421](https://togithub.com/dubzzz/fast-check/pull/2421)) Bug: Accept already cloneable values as output of .map
- ([PR#2424](https://togithub.com/dubzzz/fast-check/pull/2424)) CI: Run tests with verbose flag enabled
- ([PR#2426](https://togithub.com/dubzzz/fast-check/pull/2426)) Doc: Document shrink of user definable values
- ([PR#2427](https://togithub.com/dubzzz/fast-check/pull/2427)) Test: Stop flakiness on legacy tests of float/double
### [`v2.18.1`](https://togithub.com/dubzzz/fast-check/compare/v2.18.0...v2.18.1)
[Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.18.0...v2.18.1)
### [`v2.18.0`](https://togithub.com/dubzzz/fast-check/compare/v2.17.1...v2.18.0)
[Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.17.1...v2.18.0)
### [`v2.17.1`](https://togithub.com/dubzzz/fast-check/compare/v2.17.0...v2.17.1)
[Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.17.0...v2.17.1)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.17.0
->2.25.0
Release Notes
dubzzz/fast-check
### [`v2.25.0`](https://togithub.com/dubzzz/fast-check/compare/v2.24.0...v2.25.0) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.24.0...v2.25.0) ### [`v2.24.0`](https://togithub.com/dubzzz/fast-check/releases/tag/v2.24.0) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.23.2...v2.24.0) \[[Code](https://togithub.com/dubzzz/fast-check/tree/v2.24.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v2.23.2...v2.24.0)] #### Features - ([PR#2807](https://togithub.com/dubzzz/fast-check/pull/2807)) Add ability to wait until the end of a given task from `fc.scheduler` #### Fixes - ([PR#2826](https://togithub.com/dubzzz/fast-check/pull/2826)) Bug: Narrow return type of readConfigureGlobal - ([PR#2819](https://togithub.com/dubzzz/fast-check/pull/2819)) Doc: Corrected uniqueArray signatures - ([PR#2813](https://togithub.com/dubzzz/fast-check/pull/2813)) Doc: Add examples based on supertest ### [`v2.23.2`](https://togithub.com/dubzzz/fast-check/compare/v2.23.1...v2.23.2) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.23.1...v2.23.2) ### [`v2.23.1`](https://togithub.com/dubzzz/fast-check/compare/v2.23.0...v2.23.1) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.23.0...v2.23.1) ### [`v2.23.0`](https://togithub.com/dubzzz/fast-check/compare/v2.22.0...v2.23.0) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.22.0...v2.23.0) ### [`v2.22.0`](https://togithub.com/dubzzz/fast-check/compare/v2.21.0...v2.22.0) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.21.0...v2.22.0) ### [`v2.21.0`](https://togithub.com/dubzzz/fast-check/compare/v2.20.0...v2.21.0) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.20.0...v2.21.0) ### [`v2.20.0`](https://togithub.com/dubzzz/fast-check/compare/v2.19.0...v2.20.0) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.19.0...v2.20.0) ### [`v2.19.0`](https://togithub.com/dubzzz/fast-check/releases/tag/v2.19.0) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.18.1...v2.19.0) \[[Code](https://togithub.com/dubzzz/fast-check/tree/v2.19.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v2.18.0...v2.19.0)] #### Features - ([PR#2391](https://togithub.com/dubzzz/fast-check/pull/2391)) Automatically shrink user defined examples - ([PR#2393](https://togithub.com/dubzzz/fast-check/pull/2393)) Support shrink on examples with unshrinkable parts - ([PR#2395](https://togithub.com/dubzzz/fast-check/pull/2395)) Better shrinker for arrays requested minLength - ([PR#2423](https://togithub.com/dubzzz/fast-check/pull/2423)) Make fixed sized arrays as biased as tuples #### Fixes - ([PR#2371](https://togithub.com/dubzzz/fast-check/pull/2371)) Refactor: Declare API and converters for the next gen property - ([PR#2372](https://togithub.com/dubzzz/fast-check/pull/2372)) Refactor: Migrate runners to rely on next gen properties - ([PR#2373](https://togithub.com/dubzzz/fast-check/pull/2373)) Refactor: Migrate UnbiasedProperty to next gen property - ([PR#2374](https://togithub.com/dubzzz/fast-check/pull/2374)) Refactor: Migrate IgnoreEqualValuesProperty to next gen property - ([PR#2375](https://togithub.com/dubzzz/fast-check/pull/2375)) Refactor: Migrate TimeoutProperty to next gen property - ([PR#2376](https://togithub.com/dubzzz/fast-check/pull/2376)) Refactor: Migrate SkipAfterProperty to next gen property - ([PR#2387](https://togithub.com/dubzzz/fast-check/pull/2387)) Refactor: Produce next gen properties via decorateProperty - ([PR#2388](https://togithub.com/dubzzz/fast-check/pull/2388)) Refactor: Migrate property builders to produce next gen - ([PR#2377](https://togithub.com/dubzzz/fast-check/pull/2377)) Typo: Typo in error thrown when invalid arguments passed to frequency - ([PR#2394](https://togithub.com/dubzzz/fast-check/pull/2394)) Bug: Properly re-wrap values on shrink in properties - ([PR#2399](https://togithub.com/dubzzz/fast-check/pull/2399)) Test: Ensure correct min/max for float32/64Arrays in tests - ([PR#2402](https://togithub.com/dubzzz/fast-check/pull/2402)) Test: Reduce the maximal minLength requested in tests - ([PR#2415](https://togithub.com/dubzzz/fast-check/pull/2415)) Refactor: Update the way we use flags for mixedCase - ([PR#2416](https://togithub.com/dubzzz/fast-check/pull/2416)) Refactor: Do not favor numeric values over others in json arbitraries - ([PR#2403](https://togithub.com/dubzzz/fast-check/pull/2403)) Test: Better asserts of shrinks by going deeper in path - ([PR#2417](https://togithub.com/dubzzz/fast-check/pull/2417)) Bug: Unmapper function of hexa was not unmapping properly - ([PR#2421](https://togithub.com/dubzzz/fast-check/pull/2421)) Bug: Accept already cloneable values as output of .map - ([PR#2424](https://togithub.com/dubzzz/fast-check/pull/2424)) CI: Run tests with verbose flag enabled - ([PR#2426](https://togithub.com/dubzzz/fast-check/pull/2426)) Doc: Document shrink of user definable values - ([PR#2427](https://togithub.com/dubzzz/fast-check/pull/2427)) Test: Stop flakiness on legacy tests of float/double ### [`v2.18.1`](https://togithub.com/dubzzz/fast-check/compare/v2.18.0...v2.18.1) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.18.0...v2.18.1) ### [`v2.18.0`](https://togithub.com/dubzzz/fast-check/compare/v2.17.1...v2.18.0) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.17.1...v2.18.0) ### [`v2.17.1`](https://togithub.com/dubzzz/fast-check/compare/v2.17.0...v2.17.1) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v2.17.0...v2.17.1)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.