Releases: dubzzz/fast-check
Releases · dubzzz/fast-check
Type assert on assertions linked to `fc.pre`
Features
- (PR#4709) Make
fc.pre
an assertion function
Fixes
- (PR#4736) Bug: Wrong logo ratio on small screen
- (PR#4747) CI: Deploy website on Netlify
- (PR#4751) CI: Drop configuration of GitHub Pages
- (PR#4756) CI: Make CI fail on invalid deploy
- (PR#4776) CI: Drop Google Analytics
- (PR#4769) Clean: Drop legacy patch on React 17
- (PR#4677) Doc: Add
jsonwebtoken
to track record - (PR#4712) Doc: Fix console errors of website
- (PR#4713) Doc: Add extra spacing on top of CTA
- (PR#4730) Doc: Optimize image assets on homepage
- (PR#4732) Doc: Optimize SVG assets
- (PR#4735) Doc: Less layout shift with proper sizes
- (PR#4750) Doc: Add link to Netlify
- (PR#4754) Doc: Better assets on the homepage of the website
- (PR#4768) Doc: Add new contributors ej-shafran and gruhn
- (PR#4771) Doc: Blog post for 3.15.0
- (PR#4753) Security: Configure CSP for fast-check.dev
- (PR#4761) Security: Enforce Content-Security-Policy on our website
- (PR#4772) Security: Relax CSP policy to support Algolia
Prepare the monorepo for ESM build-chain
Fixes
- (PR#4591) CI: Move build chain to ESM for root of monorepo
- (PR#4598) CI: Add
onBrokenAnchors
'check on Docusaurus - (PR#4606) CI: Configuration files for VSCode
- (PR#4650) CI: Move examples build chain to ESM
- (PR#4554) Doc: Add
idonttrustlikethat-fast-check
in ecosystem.md - (PR#4563) Doc: Add new contributor nielk
- (PR#4669) Doc: Add
@effect/schema
in ecosystem - (PR#4665) Test: Fix
isCorrect
check on double - (PR#4666) Test: Stabilize flaky URL-related test
Declare root of the package as ESM
Declare root of the package as ESM
Declare root of the package as ESM
Declare root of the package as ESM
Declare root of the package as ESM
Add support for `depthIdentifier` to `dictionary`
Features
- (PR#4548) Add support for
depthIdentifier
todictionary
Fixes
- (PR#4502) Bug: Also produce null-prototype at root level of generated
object
when requested to - (PR#4481) CI: Migrate configuration of Docusaurus to TS
- (PR#4463) Doc: Blog post for 3.14.0
- (PR#4464) Doc: Prefer import notation over require for README
- (PR#4482) Doc: Rework section on
waitAll
in the tutorial - (PR#4477) Doc: Fix typo in date.md
- (PR#4494) Doc: Add new contributor bennettp123
- (PR#4541) Refactor: Rely on
dictionary
forobject
instead of inlined reimplementation - (PR#4469) Test: More stable snapshot tests on stack traces
- (PR#4470) Test: Add cause flag onto snapshot tests checking stack traces
- (PR#4478) Test: Better snapshots tests implying stacktraces
- (PR#4483) Test: Wrap async no-regression snapshots within a sanitizer for stacktraces