Releases: dubzzz/fast-check
Releases · dubzzz/fast-check
Increase range validity for worker
New options for floating point arbitraries
Features
- (PR#4917) Add option to produce non-integer on
double
- (PR#4923) Add option to produce non-integer on
float
- (PR#4935) Produce "//" in web paths
Fixes
- (PR#4924) CI: Enable more advanced TS flags
- (PR#4925) CI: Explicitly test against Node 22
- (PR#4926) CI: Stabilize tests of
double
on small ranges - (PR#4921) Performance: More optimal
noInteger
ondouble
- (PR#4933) Script: Switch on more eslint rules
- (PR#4922) Test: Cover
noInteger
ondouble
via integration layers
Adapt code to new lint rules
Adapt code to new lint rule
Better error handling in script
Directly reference the official documentation from NPM
Fixes
- (PR#4853) CI: Build doc with full git history
- (PR#4872) CI: Stop caching Jest on CI
- (PR#4852) Doc: Show last update time on doc
- (PR#4851) Doc: Add last modified date to sitemap
- (PR#4868) Doc: Enhance SEO for homepage
- (PR#4888) Doc: Add tutorial for PBT with Jest
- (PR#4901) Doc: Use official doc for npm homepage
- (PR#4866) Test: Safer rewrite of Poisoning E2E
- (PR#4871) Test: Move tests to Vitest
- (PR#4863) Test: Explicitely import from Vitest
- (PR#4873) Test: Move to v8 for coverage
- (PR#4875) Test: Better mock/spy cleaning