What's new in fast-check 3.13.0?
This release introduces some new opt-in options on date
, dictionary
and record
. They open ways to detect new classes of bugs.
Continue reading to explore the detailed updates it brings.
This release introduces some new opt-in options on date
, dictionary
and record
. They open ways to detect new classes of bugs.
Continue reading to explore the detailed updates it brings.
This release introduces performance optimizations for float
, double
and ulid
, along with the ability to define ranges with excluded boundaries for float
and double
.
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.