Skip to content

Releases: fscheck/FsCheck

2.10.7

29 Jan 21:02
Compare
Choose a tag to compare

Fix FsCheck.NUnit issue - failure output was not shown. (by adj123)
Add C# Implies extension method. (by adj123)

3.0.0-alpha3

30 Dec 21:06
Compare
Choose a tag to compare
3.0.0-alpha3 Pre-release
Pre-release

NuGet packaging: relax FSharp.Core constraint to 4.0 and higher for .NET Desktop.

2.10.6

30 Dec 20:48
Compare
Choose a tag to compare

NuGet packaging: relax FSharp.Core constraint to 4.0 and higher for .NET Desktop and PCL targets.

2.10.5

28 Dec 18:53
Compare
Choose a tag to compare

NuGet Packaging updates. (by Enrico Sada)
Small performance improvements in Gen.apply and mapN.

2.10.4

08 Nov 21:46
Compare
Choose a tag to compare

Change NuGet dependency of FsCheck.Xunit and FsCheck.NUnit on FsCheck to strict equality constraint.
Add specific dependency group to nuspec for net45 so that NuGet does not download a bunch of packages needlessly.

3.0.0-alpha2

20 Oct 20:47
Compare
Choose a tag to compare
3.0.0-alpha2 Pre-release
Pre-release

Remove PCL builds. NET Standard is the way forward. Latest FSharp.Core builds don't even include PCL versions. As a result of the FSharp.Core dependency, FsCheck targets NET Standard 1.6.
Remove Prop.within.
Remove tuple and list testables.
Bug fix: Tasks that were faulted or canceled were not detected as test failures (by chrisoverzero)

3.0.0-alpha1

26 Sep 21:34
Compare
Choose a tag to compare
3.0.0-alpha1 Pre-release
Pre-release

Update random number generator to SplitMix algorithm. (with thanks to Jack Pappas for making it fast)
Add support for parallel and async testing. (by Sergey - great effort!)
Simplify sampling data: Gen.sample et al.

2.10.3

26 Sep 21:21
Compare
Choose a tag to compare

Don't escape newline and tab characters.

2.10.2

25 Sep 20:17
Compare
Choose a tag to compare

Fix stack overflow in Gen.piles, listOf and arrayOf when generating long collections.

2.10.1

23 Sep 11:01
Compare
Choose a tag to compare

Make Gen.variant thread safe.
Allow registration of Arbitrary instances that are defined as properties, in addition to methods.
Show control characters, which are unprintable, as escaped ascii codes in the output.