Skip to content

Releases: zweidenker/JSONSchema

JSONSchema Testsuite active and pharo9

06 Aug 10:19
997e84d
Compare
Choose a tag to compare

From this release on JSONSchema will be checked with the official test suite to check completeness of JSONSchema. Current state is over 400 hundred tests of over 1100 tests suceed. From here we can work towards completing the spec. Builds for pharo9 have been enabled

Added support for small missing things

05 Aug 14:36
1d072bd
Compare
Choose a tag to compare
0.3

a lot of little tweaks

Basic functionality

22 Nov 15:36
Compare
Choose a tag to compare

This version includes reading a spec, writing a spec and processing basic types like numbers, strings (with formats), objects and arrays. Constraints model has been added to limit the values of some primitive types.

Factored out of OpenAPI

10 Oct 20:59
Compare
Choose a tag to compare

This release is moved from OpenAPI and refactored to meet JSON Schema requirements