Releases: stoplightio/json-schema-tree
Releases · stoplightio/json-schema-tree
v2.1.3
2.1.3 (2021-12-01)
Bug Fixes
- mergers: be a tad smarter re $ref resolving (132a299)
- mergers: unmerged $ref pointing at allOf (ba3ec94)
v2.1.2
2.1.2 (2021-11-05)
Bug Fixes
v2.1.1
2.1.1 (2021-06-30)
Bug Fixes
v2.1.0
2.1.0 (2021-06-21)
Features
v2.0.1
2.0.1 (2021-05-19)
Bug Fixes
v2.0.0
2.0.0 (2021-04-27)
Features
- accept newer JSON Schema drafts (dd45b48)
- move around const & annotations (57033af)
BREAKING CHANGES
- meta is removed
- const is no longer a part of annotations
- drop OAS-ish validation keywords
v1.1.3
1.1.3 (2021-04-07)
Bug Fixes
- walker: reuse allOfs correctly (#7) (29fa570)
v1.1.2
1.1.2 (2021-03-31)
Performance Improvements
- deps: require @stoplight/json-schema-merge-allof@^0.7.5 (4c95bda)
v1.1.1
1.1.1 (2021-03-31)
Bug Fixes
- walker: processedFragments should always contain non-mirrored nodes (6edf57f)
Performance Improvements
- walker: fragment retrieval is missed after resolving (ddcaa13)