Releases: hedgehogqa/fsharp-hedgehog
Releases · hedgehogqa/fsharp-hedgehog
Version 0.10.0
- Add
PropertyConfig(#288, @dharmaturtle) - Add
OptionTree.traverse(#282, @TysonMN) - Use fsdocs (#277, @adam-becker)
- Rearrange parameters for better chaining (#266, @adam-becker)
- Rearrange
Tree.bindparameters (#300, @adam-becker)
- Rearrange
- Add
ListGen.traverse(#260, @TysonMN) - Improve and extend DateTime/DateTimeOffset generation (#252, @cmeeren)
- Split Property.fs across multiple files (#247, @adam-becker)
- Add support for LINQ via Hedgehog.Linq namespace (#244, @adam-becker)
- Switch to Fable.Mocha (#196, @ThisFunctionalTom)
Version 0.9.0
- Add Gen.single and Gen.decimal.
- Add Property.recheck.
- Remove additional space in Tree.render.
- Improve Range documentation.
- Improve Gen.list.
- Add Tree.render.
- Improve Gen.frequency documentation.
- Mangle compiled name for functions that cannot be called from langs other than F#.
- Explicitly instantiate static inline functions for C# callers.
- Add missing internal conversions to bigint in Numeric.fs.
- Add LINQ support for Range.
Version 0.8.4
Target .NET Standard 2.0 and .NET Framework 4.5.
Version 0.8.3
Improve Int64 generator.
Version 0.8.2
Improve DateTime, UInt32 and UInt64 generators.
Version 0.8.1
Unicode generator no longer generates noncharacters '\65534' and '\65535'.
Version 0.8.0
Fix the SplitMix bugs described in http://www.pcg-random.org/posts/bugs-in-splitmix.html.
Version 0.7.0
Convert to .NET Standard.
Version 0.6.0
Make Journal store delayed strings, so they are computed on-demand.
Version 0.5.0
Support for LINQ queries.