Skip to content

2.14.0

Compare
Choose a tag to compare
@kurtschelfthout kurtschelfthout released this 17 Apr 16:10
· 297 commits to master since this release

Add shrinker for data transfer objects. (by Carlo Zancanaro)
Add shrinker for Interval type. (by Nazar Vinnichuk)
Add shrinker for flags enums. (by Nazar Vinnichuk)
Add new Arbitrary instances for Numerics.Complex and ConsoleKeyInfo. (by Nazar Vinnichuk)
Fix float, int32 and int64 generators so their distribution is uniform. This also improves downstream generators. (by Nazar Vinnichuk)
Fix decimal generator so size is respected. (by Nazar Vinnichuk)
Add Gen.scale and ScaleSize extension method which can remove some boilerplate. (by Nazar Vinnichuk)