Skip to content

Releases: fsprojects/FSharp.Data.JsonSchema

v3.0.1

10 Feb 05:52

Choose a tag to compare

v3.0.0

07 Feb 18:39
e28a4ff

Choose a tag to compare

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

16 Mar 18:03
99e1eb6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.1.0

Bug fixes for DUs and Decimal

16 Apr 21:17
292adbc

Choose a tag to compare

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!