Releases: dubzzz/fast-check
Releases · dubzzz/fast-check
Export missing types
Support customisable versions on `uuid`
Features
- (PR#5172) Support UUID versions [1-15] on
uuidV
- (PR#5189) Deprecate
uuidV
in favor ofuuid
- (PR#5188) Customize versions directly from
uuid
Fixes
- (PR#5190) CI: Support npm publish on other tags
- (PR#5124) Doc: Publish release note for 3.20.0
- (PR#5137) Doc: Add missing options in the documentation for
float
anddouble
- (PR#5142) Doc: Better width for stargazer badge in the documentation
- (PR#5143) Doc: Document Faker integration
- (PR#5144) Doc: Add support us page in our documentation
Document minimum requirements of 2.x
Document minimum requirements of 2.x
ES Module version by default
ES Module version by default
New arbitraries to alter shrinking capabilities
Features
- (PR#5047) Introduce new
fc.noShrink
arbitrary - (PR#5050) Introduce new
fc.noBias
arbitrary - (PR#5006) Add ability to limit shrink path
- (PR#5112) Simplify
limitShrink
before releasing
Fixes
- (PR#5013) CI: Drop verbosity flag at unpack step in CI
- (PR#5074) CI: Check types with multiple TypeScript
- (PR#5015) Doc: Release note for 3.19.0
- (PR#5016) Doc: Fix typo in the PR template
- (PR#4858) Doc: Update Getting Started section in docs
- (PR#5035) Doc: Remove duplicate paragraph in
your-first-race-condition-test.mdx
- (PR#5048) Doc: Add new contributors cindywu and nmay231
- (PR#5097) Doc: Add warning on
noShrink
- (PR#5121) Doc: Document integration with other test runners