- Set version from
package.json. - BREAKING: Update dependencies.
commanderrequires Node.js >= 16.
- BREAKING: Update dependencies. Likely behavior changes since last release.
- BREAKING: Change
--nquadsoption to--n-quads. - BREAKING: Requre Node.js >=14.
- BREAKING:
basenow defaults tonull. Use-b <base>or `--base ` to set `base` explicitly. Use `-B/--auto-base` to set `base` automatically based on the source file, URL, or stdin. - BREAKING: Primary input can be stdin, file, HTTP, or HTTPS resources.
Secondary input can only be HTTP or HTTPS for security reasons unless the
-a/--allowoption is used. - BREAKING: Change
normalizecommand tocanonize.
- Add
toRdfcommand. - Add
lintcommand. Note that this uses currently private unstable jsonld.js APIs. - Add
-s/--safesafemode to commands. - Add
-l/--lintlintmode to commands. - Add
-a/--allowoption to change allowed secondary resource loaders.
- BREAKING: Update dependencies. Includes update to jsonld.js 1.x which fixes bugs but could also cause some behavior changes. Future updates will include more processing control flags.
- Updated dependencies.
- Command line interface tool from jsonld.js.