Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.5 KB

File metadata and controls

50 lines (38 loc) · 1.5 KB

jsonld-cli ChangeLog

2.0.0 - 2024-01-04

Changed

  • Set version from package.json.
  • BREAKING: Update dependencies.
    • commander requires Node.js >= 16.

1.0.0 - 2022-09-01

Changed

  • BREAKING: Update dependencies. Likely behavior changes since last release.
  • BREAKING: Change --nquads option to --n-quads.
  • BREAKING: Requre Node.js >=14.
  • BREAKING: base now defaults to null. 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/--allow option is used.
  • BREAKING: Change normalize command to canonize.

Added

  • Add toRdf command.
  • Add lint command. Note that this uses currently private unstable jsonld.js APIs.
  • Add -s/--safe safe mode to commands.
  • Add -l/--lint lint mode to commands.
  • Add -a/--allow option to change allowed secondary resource loaders.

0.3.0 - 2018-07-06

Changed

  • 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.

0.2.0 - 2017-12-18

Changed

  • Updated dependencies.

0.1.0 - 2015-09-12

Added

  • Command line interface tool from jsonld.js.