Skip to content

Releases: stoplightio/json-schema-tree

v2.1.3

01 Dec 20:12
Compare
Choose a tag to compare

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

05 Nov 09:14
e759f29
Compare
Choose a tag to compare

2.1.2 (2021-11-05)

Bug Fixes

v2.1.1

30 Jun 11:17
Compare
Choose a tag to compare

2.1.1 (2021-06-30)

Bug Fixes

v2.1.0

21 Jun 16:04
06d94b2
Compare
Choose a tag to compare

2.1.0 (2021-06-21)

Features

v1.1.0-beta.1

21 Jun 15:39
09869ca
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

1.1.0-beta.1 (2021-06-21)

Features

v2.0.1

19 May 13:34
3b2083b
Compare
Choose a tag to compare

2.0.1 (2021-05-19)

Bug Fixes

v2.0.0

27 Apr 20:28
Compare
Choose a tag to compare

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

07 Apr 11:46
29fa570
Compare
Choose a tag to compare

1.1.3 (2021-04-07)

Bug Fixes

  • walker: reuse allOfs correctly (#7) (29fa570)

v1.1.2

31 Mar 11:35
Compare
Choose a tag to compare

1.1.2 (2021-03-31)

Performance Improvements

  • deps: require @stoplight/json-schema-merge-allof@^0.7.5 (4c95bda)

v1.1.1

31 Mar 09:46
Compare
Choose a tag to compare

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)