Skip to content

Tags: APIDevTools/json-schema-ref-parser

Tags

v11.6.4

Toggle v11.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Improve DOM-less type exports (#352)

Usage of HeadersInit requires either a node-fetch dependency or to
include DOM in tsconfig libs for consumer projects. It is not exported
as a global type in @types/node v18 or v20. RequestInit is:

https://github.com/DefinitelyTyped/DefinitelyTyped/blob/aaf94a0a6431f52c46dab26182f1156d79720d29/types/node/v18/globals.d.ts#L341

Define headers in interface HTTPResolverOptions<> via
RequestInit['headers'] which will make it possible to depend on this
project without node-fetch.

v11.6.3

Toggle v11.6.3's commit message

Verified

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

v11.6.2

Toggle v11.6.2's commit message

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
fix: create release and bump deps

v11.6.1

Toggle v11.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
fix: fix path sep undefined #345

v11.6.0

Toggle v11.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
minimum repro of bundle error for bug with json schema validator site

v11.5.5

Toggle v11.5.5's commit message

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
chore: disable flaky tests

v11.5.4

Toggle v11.5.4's commit message

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
fix(types): make default type extend base object instead of JSONSchem…

…a to support non-spec compliant type overloads

v11.5.3

Toggle v11.5.3's commit message

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
fix(types): fix types of options, inheritance globally

v11.5.2

Toggle v11.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
fix(types): fix types to accept spread or list of strings

v11.5.1

Toggle v11.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
fix(types): add correct extends in all places, make all generic