- Add target .NET Framework 4.5 (#210, @bender2k14)
- Add target .NET Standard 2.0 (#209, @bender2k14)
- Improve UInt32 and UInt64 value generation (avoid overflows) (#173, @jwChung)
- Improve DateTime value generation (include milliseconds) (#165, @jwChung)
- Verify that Seed.from 'fixes' the γ-value (#161, @moodmosaic)
- Sync F# version of Seed with Haskell (#160, @moodmosaic)
- Correct mixGamma oddness check (#142, @moodmosaic)
- Add ToBigInt overload for System.Double (#136, @moodmosaic)
- Increase size in Discard case (#129, @moodmosaic)
- XML-documentation improvements (#122, @moodmosaic)
- Typo fix in doc/tutorial.md (#121, @frankshearar)
- Render exceptions so they get added to the journal (#119, @moodmosaic)
- Exclude FSharp.Core NuGet dependency (#109, @ploeh)
- Add Range exponential combinators (#105, @moodmosaic)
- Change Gen.double and Gen.float so that they take a Range type (#104, @moodmosaic)
- Shrink floating binary point types similar to the Haskell version (#103, @moodmosaic)
- Add F# interactive examples to the Shrink module (#102, @moodmosaic)
- Test F# interactive examples with Doctest (#99, @moodmosaic)
- Add ASCII, Latin-1, and Unicode character generators (#96, @moodmosaic)
- Add doc/tutorial, make smaller README (#94, @moodmosaic)
- Modify Gen combinators so that they take a Range (#92, @moodmosaic)
- Add Range type and combinators (#91, @moodmosaic)
- Improve the Visual Studio dev experience (#90, @porges)
- First release of Hedgehog (@jystic, @moodmosaic)