Skip to content

Releases: stoplightio/json-schema-tree

v4.0.0

23 Jan 10:23
8300b12
Compare
Choose a tag to compare

4.0.0 (2024-01-23)

Features

  • support booleanish schemas & represent additional{Items,Properties} (#31) (8300b12)

BREAKING CHANGES

  • additionalProperties/additionalItems keywords are now processed as schemas
  • true/false schemas are now represented

v3.0.0

14 Dec 18:54
44abda7
Compare
Choose a tag to compare

3.0.0 (2023-12-14)

Bug Fixes

  • json-schema-merge-allof: bump json-schema-merge-allOf version (#28) (44abda7)

BREAKING CHANGES

  • json-schema-merge-allof: description and summary reference siblings will not get overwritten by description
    and summary from the referenced object

v2.3.1

17 Nov 16:31
46d92ce
Compare
Choose a tag to compare

2.3.1 (2023-11-17)

Bug Fixes

  • walker: support circular JSON $refs with overrides (#26) (46d92ce)

v2.3.0

15 Nov 18:54
628627c
Compare
Choose a tag to compare

2.3.0 (2023-11-15)

Features

  • tree: account for resolveInlineRef behavior when $ref has siblings (#25) (628627c)

v2.2.5

09 Aug 16:28
5cf2801
Compare
Choose a tag to compare

2.2.5 (2023-08-09)

Bug Fixes

  • walker: show description for $ref in fragments of type array (#24) (5cf2801)

v2.2.4

02 Aug 20:56
c16711d
Compare
Choose a tag to compare

2.2.4 (2023-08-02)

Bug Fixes

  • gettypes.ts: add null type if nullable is true (#21) (c16711d)

v2.2.3

15 May 21:36
7d1bc9d
Compare
Choose a tag to compare

2.2.3 (2023-05-15)

Performance Improvements

  • improve handling of under compound keyword combo (#20) (7d1bc9d)

v2.2.2

02 Aug 20:12
a14a678
Compare
Choose a tag to compare

2.2.2 (2022-08-02)

Bug Fixes

v2.2.1

17 May 11:46
3fb8ae0
Compare
Choose a tag to compare

2.2.1 (2022-05-17)

Bug Fixes

  • mergeallof: make sure fragment is fully merged (#16) (3fb8ae0)

v2.2.0

20 Jan 19:31
c4395db
Compare
Choose a tag to compare

2.2.0 (2022-01-20)

Features

  • nodes: expose some positional info (#15) (c4395db)