Releases: chharvey/requirejson
Releases · chharvey/requirejson
v2.0.0
Breaking:
- Remove deprecated types. See @types/json-schema and @types/jsonld for replacement types.
- JSONSchema
- JSONSchemaObject
- JSONLDDocument
- JSONLDObject
v1.2.1
- add deprecation warnings:
JSONLDObject
andJSONLDDocument
are deprecated — install @types/jsonld instead. - update peerDep
v1.2.0
- add peerDependency
typescript@^3.8.0 || ~4.0.0
- fix recursive type alias
JSONArray
- type-only imports (
import type ...
) - internal optimizations
v1.1.0
- deprecate local definition of JSONSchemaObject and use imported definition from @types/json-schema