- Update NuGet package with new project home.
- Add missing frequency overload.
- Added some more C# examples to documentation.
- Because apparently there there is some problem with FsCheck.Xunit and FsCheck.NUnit's NuGet dependencies to unstable versions.
- Improve asssert failure reporting in FsCheck.Xunit (by Mark Seemann)
- Add discard method (by Mauricio Scheffer)
- Fix capitalization of Fscheck.NUnit package
- Rename FsCheckTestCaseBuider to Builder. (potentially breaking change)
- Add RequireQualifiedAccess to TestResult and Outcome. (breaking change for IRunner implementations and test framework integrations)
- Remove Fluent API and SpecBuilder in favor of overloads in Prop and extension methods on Property (breaking change)
- Add extension methods to allow working with Arbitrary from C#/VB.
- Rename Any to Gen. Rename pretty much all methods on Any to match the existing methods they wrap on Gen module. (breaking change)
- Add missing Gen and Arbitrary extension methods and C#/VB wrappers.
- Make Property a real type instead of a type alias.
- Add discard (by Mauricio Scheffer)
- Various improvements and changes to Command interface for easier consumption, also from C#/VB (breaking change)
- Add explicit dependency on FSharp.Core Nuget package to hopefully reduce version confusion and make things easier for C#/VB users.
- Add NonNull.
- Add option to FsCheck.Xunit and FsCheck.Nunit to suppress output on success.
- Moved default Arb registration to Arb module. This should fix issues folks have been having with the default generators not being registered in time.
- Add XML docs, mostly in C# API and xUnit integration attributes.
- Document FsCheck.Xunit and FsCheck.NUnit properly.
- Start using FAKE to automate releases
- Release NUnit addin
- Start using semantic versioning, hence the jump to 1.0.0
- Start releasing all NuGet packages simultaneously and with the same version.
- Start using FSharp.Formatting and publish documentation to github.io
- Start building for mono on non-windows platforms.
- Start using CI (appveyor for windows, Travis CI for MacOS).
- Update to .NET4.5 to take advantage of ExceptionDispatchInfo.
- Fix: sbyte overflow bug in shrinker.
- Fix: CultureInfo generator and shrinker.
- Update to F# 3.1
- Hardened other generators against the new null-generating string generator.
- String generator now generates null