Skip to content

Releases: APIDevTools/json-schema-ref-parser

v11.5.4

06 Mar 23:57
7a8806d
Compare
Choose a tag to compare

11.5.4 (2024-03-06)

Bug Fixes

  • types: make default type extend base object instead of JSONSchema to support non-spec compliant type overloads (7a8806d)

v11.5.3

06 Mar 23:39
482dff1
Compare
Choose a tag to compare

11.5.3 (2024-03-06)

Bug Fixes

  • types: fix types of options, inheritance globally (482dff1)

v11.5.2

06 Mar 23:14
a3d1801
Compare
Choose a tag to compare

11.5.2 (2024-03-06)

Bug Fixes

  • types: fix types to accept spread or list of strings (a3d1801)

v11.5.1

06 Mar 23:01
71ba6cc
Compare
Choose a tag to compare

11.5.1 (2024-03-06)

Bug Fixes

  • types: add correct extends in all places, make all generic (71ba6cc)

v11.5.0

06 Mar 22:50
565068b
Compare
Choose a tag to compare

11.5.0 (2024-03-06)

Features

  • generics: introduce generics for the input schema and the options (565068b)

v11.4.2

06 Mar 20:05
bdb426b
Compare
Choose a tag to compare

11.4.2 (2024-03-06)

Bug Fixes

  • types: add generics to the normalize args, clean up comments in index (bdb426b)

v11.4.1

06 Mar 18:58
51b0b0d
Compare
Choose a tag to compare

11.4.1 (2024-03-06)

Bug Fixes

  • exports: export more types for usage in other libraries, fix some types (56241ad)

v11.4.0

06 Mar 07:25
fb49854
Compare
Choose a tag to compare

11.4.0 (2024-03-06)

Bug Fixes

  • spaces: support trailing spaces in pointer names (5db51d8)

Features

  • cloning: add option to clone input schema, add notice to readme (5929a46)
  • hash: include hash in FileInfo #256 (48445fb)

v11.3.0

06 Mar 06:42
8a42204
Compare
Choose a tag to compare

11.3.0 (2024-03-06)

Features

  • bom: allow processing of json files with BOM (781c26f)
  • slash: support slashes in pointer names (8a42204)

v11.2.4

06 Mar 02:42
f9e83c0
Compare
Choose a tag to compare

11.2.4 (2024-03-06)

Bug Fixes

  • parsing: allow invalid decodeUriComponent parsing to occur #296 (f9e83c0)
  • types: export more types (4c7b681)