Skip to content

Releases: APIDevTools/json-schema-ref-parser

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)

v11.2.3

06 Mar 02:20
510112e
Compare
Choose a tag to compare

11.2.3 (2024-03-06)

Bug Fixes

  • exports: export types (48e4f03)
  • null-ref: Fix references to existing but null values fail as missing #310 (c6d21ec)
  • win32: use optional win32 for apis where it is not available (c9da8a4)
  • windows: fix windows paths not passed in as absolute by using cwd - #303 (510112e)

v11.2.2

05 Mar 20:49
a4f02d2
Compare
Choose a tag to compare

11.2.2 (2024-03-05)

Bug Fixes

  • fetch: remove reference to node-fetch (a4f02d2)

v11.2.1

05 Mar 18:39
e20a35f
Compare
Choose a tag to compare

11.2.1 (2024-03-05)

Bug Fixes

  • clone: remove lodash dependency, unused dependencies (52ab2f8)

v11.2.0

05 Mar 17:52
6db025a
Compare
Choose a tag to compare

11.2.0 (2024-03-05)

Bug Fixes

  • prototype: prevent prototype pollution (8cad7f7)

Features

  • add object and propName to onDereference callback (#324) (4db8afe)

v11.1.1

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

11.1.1 (2024-03-05)

Bug Fixes