Skip to content

Releases: fscheck/FsCheck

2.11.0

15 Jun 20:31
Compare
Choose a tag to compare

DateTime now also generates kind and milliseconds (by Matthew Peacock)
Removed EditorBrowsable.Never from all but the obsoleted methods. F# intellisense now also honors these attributes, and so they
were hiding a bunch of methods unnecessarily. The upshot is that C# users will see more of the API that is F# specific.

2.10.10

15 May 19:59
Compare
Choose a tag to compare

Gen.subListOf can now generate the entire given list, where previously it would always generate a strict sublist. (by Michał Niegrzybowski)

2.10.9

10 Apr 20:48
Compare
Choose a tag to compare

FsCheck.NUnit: Bugs fixed and added support for Ignore and Category attributes. (by Eirik Tsarpalis)

2.10.8

03 Mar 09:10
Compare
Choose a tag to compare

Add some C# extension members to combine boolean properties. (by Stijn Moreels)

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)