Skip to content

Tags: APIDevTools/json-schema-ref-parser

Tags

v11.9.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: allow `$ref` pointers to point to a `null` value (#374)

* fix: allow `$ref` pointers to point to a `null` value

* fix: removing a `.only()` test designation

* fix: pr feedback

v11.9.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: `http.timeout` default does not match the documentation (#373)

* fix: `http.timeout` default does not match the documentation

* fix: changing the default in the docs to match what the default is

v11.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: incorrect argument name (#371)

v11.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: `dereference.preservedProperties` for preserving data during de…

…referencing (#369)

* feat: `dereference.preservedProperties` for preserving data during dereferencing

* fix: typo

* fix: wrapping logic in a conditional

v11.8.2

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
fix(lints): fix lints and unused params

v11.8.1

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
chore(deps): bump deps

v11.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: creation of a new `onCircular` hook for accumulating circular r…

…efs (#366)

* feat: creation of a new `onCircular` hook for accumulating circular refs

* fix: removing a test `.only`

v11.7.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: release missing pointer error message improvements (#361)

Signed-off-by: Dan Hudlow <dhudlow@us.ibm.com>

v11.7.2

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
fix: dont cache on circular references to prevent overwriting externa…

…l ref resolutions

v11.7.1

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
fix: remove exports test