Skip to content

Releases: ajevans99/swift-json-schema

v0.3.2

28 Jan 03:14
707fc4c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

04 Dec 02:42
0245656
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0 - Parsing and Validation

03 Dec 05:55
4a521db
Compare
Choose a tag to compare

Major changes in this version to support parsing and validation.

The bulk of the parsing changes were introduced in #13 and the validation changes were introduced in #29. See updated documentation and README for details.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.1

11 Sep 05:59
Compare
Choose a tag to compare
  • Adds missing RootSchema public initializers.

Full Changelog: v0.2.0...v0.2.1

v0.2.0 - Macros

23 Jul 01:16
acf7d88
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • JSONResultBuilders target renamed to JSONSchemaBuilders
  • JSONSchemaRepresentable protocol renamed to JSONSchemaComponent

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - Schema Generation

19 Jun 22:48
cab4904
Compare
Choose a tag to compare

JSON Schema is a powerful tool for defining the structure of JSON documents. Swift JSON Schema aims to make it easier to generate JSON schema documents directly in Swift.