Releases: fsprojects/FSharp.Data.JsonSchema
Releases · fsprojects/FSharp.Data.JsonSchema
v3.0.1
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- feat: Core IR extraction, OpenAPI support, and package restructuring by @panesofglass in #26
- feat: Extended Types Support (Choice, Anonymous Records, DU Encodings) by @panesofglass in #27
- feat: add support for recursive type schema generation by @panesofglass in #28
Full Changelog: v2.1.0...v3.0.0
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!