Skip to content

Releases: APIDevTools/json-schema-ref-parser

v11.1.1

05 Mar 17:24
add5f77
Compare
Choose a tag to compare

11.1.1 (2024-03-05)

Bug Fixes

v11.1.0

20 Sep 01:12
26d824b
Compare
Choose a tag to compare

11.1.0 (2023-09-20)

Features

  • add reference resolution option to allow root level dereferencing (#305) (4d328fa)

v11.0.0

19 Sep 23:44
b9f91b2
Compare
Choose a tag to compare

11.0.0 (2023-09-19)

BREAKING CHANGES

  • Change the file path parsing logic (to be safe)

v10.1.0

01 Feb 22:55
a5b3946
Compare
Choose a tag to compare

10.1.0 (2023-02-01)

Features

  • Rewrite repo in typescript, change testing schema to vitest, fix package versions (#300) (a5b3946)

v9.1.2

25 Jan 12:24
e8053b5
Compare
Choose a tag to compare

9.1.2 (2023-01-25)

Bug Fixes

  • Revert breaking change introduced in v9.1.1 (3e47eaa)

v9.1.1

20 Jan 19:51
Compare
Choose a tag to compare

Manually created as semantic release has gone mad.

v10.0.1

23 Jan 08:46
12cb26a
Compare
Choose a tag to compare

10.0.1 (2023-01-23)

Bug Fixes

  • change type of onDereference to non-required (#299) (12cb26a)

v9.1.0

25 Jan 12:12
Compare
Choose a tag to compare

9.1.0 (2023-01-25)

Bug Fixes

  • force yaml loading to confirm to json-compatible types (402904c)

Features

v9.0.9

07 Jun 18:40
f6886ab
Compare
Choose a tag to compare

9.0.9 (2021-06-07)

Bug Fixes

  • add JSONSchema7 types, resolve option index signature & missing JSONSchema return type in resolver options read (39b7453)

v9.0.8

07 Jun 17:41
ce23669
Compare
Choose a tag to compare

Performance

  • Use ES6 collections for lookups in crawl(). (#212)

Bug Fixes

  • Stop infinite recursion w/ crawling external refs (#231)
  • Exception when options is undefined (#215)