Releases: fscheck/FsCheck
2.10.7
Fix FsCheck.NUnit issue - failure output was not shown. (by adj123)
Add C# Implies extension method. (by adj123)
3.0.0-alpha3
NuGet packaging: relax FSharp.Core constraint to 4.0 and higher for .NET Desktop.
2.10.6
NuGet packaging: relax FSharp.Core constraint to 4.0 and higher for .NET Desktop and PCL targets.
2.10.5
NuGet Packaging updates. (by Enrico Sada)
Small performance improvements in Gen.apply and mapN.
2.10.4
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
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
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
Don't escape newline and tab characters.
2.10.2
Fix stack overflow in Gen.piles, listOf and arrayOf when generating long collections.
2.10.1
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.