Skip to content

Tags: APIDevTools/json-schema-ref-parser

Tags

v15.1.3

Toggle v15.1.3's commit message

Verified

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

v15.1.2

Toggle v15.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
prettier ignore

v15.1.1

Toggle v15.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add main property back to package.json (#400)

v15.1.0

Toggle v15.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
feat(callback): pass additional parameters to canRead

v15.0.1

Toggle v15.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
fix(port): dont override port

v15.0.0

Toggle v15.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Respect RFC 6901, use ESM output, add new mergeKeys dereference optio…

…n. (#398)

This changes the URL parsing behavior to actually respect RFC 6901. Previously we were URL encoding too often. This will be considered a breaking change, as it will change how previously parsed documents are bundled and dereferenced.

This also adds a new mergeKey option.

Additionally, the new output will be ESM.

Should fix #383, #356, and makes progress on #370

BREAKING CHANGE: Change URL encoding to use strict RFC 6901, add new mergeKeys dereference option

v14.2.1

Toggle v14.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
fix(yaml): support non standard yaml as a fallback

v14.2.0

Toggle v14.2.0's commit message

Verified

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

v14.1.1

Toggle v14.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(bundle): don't look for a `$ref` pointer on a null value (#393)

v14.1.0

Toggle v14.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add `onBundle` callback (#391)