This repository was archived by the owner on Mar 30, 2025. It is now read-only.
Releases: chharvey/requirejson
Releases · chharvey/requirejson
Release list
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:
JSONLDObjectandJSONLDDocumentare 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