Releases: fsprojects/FSharp.Data.JsonSchema
Releases · fsprojects/FSharp.Data.JsonSchema
v2.1.0
What's Changed
- Make the generated schema be more consistent with the serializer behaviour by @moinessim in #21
- Update version of FSharp.SystemTextJson to 1.1.23 by @moinessim in #20
- Add a usage example to the readme by @kurt-mueller-osumc in #24
New Contributors
- @moinessim made their first contribution in #21
- @kurt-mueller-osumc made their first contribution in #24
Full Changelog: v2.0.2...v2.1.0
Bug fixes for DUs and Decimal
New in 2.0.2:
- Fix Multi Case DUs should set 'additionalProperties' to false (#16)
- Fix DUs with decimals cause the 'Decimal' type to get redefined (#18)
Thank you, @blakeSaucier, for the issues and fixes!