Skip to content

Releases: mattt/JSONSchema

1.3.1

28 Aug 15:37
4c6f246

Choose a tag to compare

What's Changed

  • Add test to ensure schemas can be round-tripped through JSONEncoder and JSONDecoder by @mattt in #10
  • Transfer project from Loopwork by @mattt in #13
  • Bump minimum Swift Collections version to 1.1.0 by @kateinoigakukun in #14

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

14 Jun 12:52
e17c9e1

Choose a tag to compare

What's Changed

  • Fix regression in encoding of properties and provide affordances for stable ordering by @mattt in #12

Full Changelog: 1.2.0...1.3.0

1.2.0

28 May 22:58
23915e7

Choose a tag to compare

What's Changed

  • Preserve ordering of object properties by @mattt in #9

Full Changelog: 1.1.0...1.2.0

1.1.0

05 May 22:35
1c3b710

Choose a tag to compare

What's Changed

  • Add convenience properties for accessing associated values in JSONSchema cases by @mattt in #6
  • Add convenience method for checking compatibility of value against schema by @mattt in #7
  • Change typeName to return JSON Schema type name, not capitalized by @mattt in #8

Full Changelog: 1.0.0...1.1.0

1.0.0

18 Mar 23:02
c502ddc

Choose a tag to compare

Initial release