Skip to content

Releases: epoberezkin/json-schema-traverse

v1.0.0

13 Dec 10:56
Compare
Choose a tag to compare

Add $defs to known keywords to support JSON Schema draft-2019-09

v0.5.0

13 Dec 10:41
Compare
Choose a tag to compare

Add keywords if/then/else and not
Add types

v0.4.1

24 Nov 10:38
Compare
Choose a tag to compare

Fix: do not traverse values of default keyword as it is NOT a schema (#5)

v0.4.0

08 May 19:35
Compare
Choose a tag to compare

[Backwards compatible] API change to support pre/post callback (@jwalton, #3).

v0.3.0

08 May 19:35
Compare
Choose a tag to compare

Option allKeys

v0.2.0

14 Jun 21:23
Compare
Choose a tag to compare

Additional parameter passed to callback - JSON pointer of the parent schema

v0.1.0

05 Jun 20:18
Compare
Choose a tag to compare

Traverse schemas, only schema objects are passed to callback