Release v1.0.0
Highlights
- .NET 8 is a base line now
Hedgehog.Experimentalis merged in, andHedgehognow providesGen.autoandGen.autoWithHedgehog.Xunitis added into the repo- Uses
xUnit v3now - Better error reposting
- Uses
- C# and F# names for generators and combinators are unified (except the ones that are required for LINQ)
- C# support is polished
- Performance optimisations
- Documentation generation
Detailed change log
- Targeted only netstandard2.0 in Hedgehog.fsproj by @LyndonGingerich in #417
- Fix introductory examples by @bmitc in #421
- up deps by @dharmaturtle in #435
- Speed up recheck by @TysonMN in #433
- Fix dead end message by @TysonMN in #436
- Efficient falseToFailure by @TysonMN in #437
- Fix decimal inline conversion by @njlr in #441
- Add function Gen.timeSpan by @njlr in #442
- Add Gen.bigint by @njlr in #443
- use vite and new fable compiler by @ThisFunctionalTom in #444
- add workaround for fable decimal bug by @ThisFunctionalTom in #445
- Anchor works in the website too by @arialdomartini in #446
- Linq xml comments by @JohnEffo in #447
- Specify the YoloDev.Expecto.TestSdk package version to 0.14.3 by @jwChung in #452
- Cleanup round 1 by @AlexeyRaga in #453
- Perf optimisation by @AlexeyRaga in #456
- Merge autogen by @AlexeyRaga in #454
- Add docs by @AlexeyRaga in #457
- Install .NET 8 by @AlexeyRaga in #458
- Merge hedgehog xunit by @AlexeyRaga in #459
- Update Hedgehog.fsproj to remove quick start link by @moodmosaic in #460
- Better errors by @AlexeyRaga in #461
- Enrich and polish by @AlexeyRaga in #462
New Contributors
- @bmitc made their first contribution in #421
- @njlr made their first contribution in #441
- @arialdomartini made their first contribution in #446
- @JohnEffo made their first contribution in #447
- @AlexeyRaga made their first contribution in #453
Full Changelog: v0.13.0...v1.0.0