Releases: mattt/JSONSchema
Releases · mattt/JSONSchema
1.3.1
What's Changed
- Add test to ensure schemas can be round-tripped through
JSONEncoderandJSONDecoderby @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
- @kateinoigakukun made their first contribution in #14
Full Changelog: 1.3.0...1.3.1
1.3.0
1.2.0
1.1.0
What's Changed
- Add convenience properties for accessing associated values in
JSONSchemacases by @mattt in #6 - Add convenience method for checking compatibility of value against schema by @mattt in #7
- Change
typeNameto return JSON Schema type name, not capitalized by @mattt in #8
Full Changelog: 1.0.0...1.1.0