Skip to content

Releases: hedgehogqa/fsharp-hedgehog

Version 0.10.0

06 Feb 11:18
5e98500

Choose a tag to compare

Version 0.9.0

17 Dec 14:23

Choose a tag to compare

  • 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

26 Jul 20:28
2767e24

Choose a tag to compare

Target .NET Standard 2.0 and .NET Framework 4.5.

Version 0.8.3

09 Jul 15:02
4731184

Choose a tag to compare

Improve Int64 generator.

Version 0.8.2

06 Aug 09:26
8c7f7c7

Choose a tag to compare

Improve DateTime, UInt32 and UInt64 generators.

Version 0.8.1

27 Jun 06:50
96a0dfc

Choose a tag to compare

Unicode generator no longer generates noncharacters '\65534' and '\65535'.

Version 0.8.0

04 Jun 11:56

Choose a tag to compare

Version 0.7.0

11 Feb 23:41
dc9be24

Choose a tag to compare

Convert to .NET Standard.

Version 0.6.0

07 Nov 04:41
5e6dc2d

Choose a tag to compare

Make Journal store delayed strings, so they are computed on-demand.

Version 0.5.0

06 Nov 08:47
db7c669

Choose a tag to compare

Support for LINQ queries.