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.