What's new in fast-check 3.11.0?
This release comes with a new arbitrary called ulid
. This arbitrary is responsible to generate ULID strings
Continue reading to explore the detailed updates it brings.
This release comes with a new arbitrary called ulid
. This arbitrary is responsible to generate ULID strings
Continue reading to explore the detailed updates it brings.
This release comes with a new arbitrary called stringMatching
. This arbitrary is responsible to generate strings matching the provided regex. It should ease the creation of new arbitraries dealing with strings by providing an easy way to build them.
Continue reading to explore the detailed updates it brings.
In this release, our primary focus has been to enhance the race condition detection mechanisms, making them stronger and more effective. Additionally, we did significant updates of the documentation, ensuring it provides comprehensive and up-to-date information.
Continue reading to explore the detailed updates it brings.
The story of fast-check's documentation: from markdown files accessible in the repository to a proper website available at fast-check.dev.