We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3ceef commit d06b0a7Copy full SHA for d06b0a7
FsCheck Release Notes.md
@@ -1,10 +1,16 @@
1
### 2.14.0 - 17 April 2019
2
* Add shrinker for data transfer objects. (by Carlo Zancanaro)
3
+
4
* Add shrinker for Interval type. (by Nazar Vinnichuk)
5
6
* Add shrinker for flags enums. (by Nazar Vinnichuk)
7
8
* Add new Arbitrary instances for Numerics.Complex and ConsoleKeyInfo. (by Nazar Vinnichuk)
9
10
* Fix float, int32 and int64 generators so their distribution is uniform. This also improves downstream generators. (by Nazar Vinnichuk)
11
12
* Fix decimal generator so size is respected. (by Nazar Vinnichuk)
13
14
* Add Gen.scale and ScaleSize extension method which can remove some boilerplate. (by Nazar Vinnichuk)
15
16
### 2.13.0 - 11 November 2018
0 commit comments