Skip to content

Releases: gbv/jskos-cli

jskos-cli v0.7.0

01 Oct 09:00
fbb726e
Compare
Choose a tag to compare
  • Convert to ESM.
  • Update dependencies.
  • Update linting.
  • Update GitHub workflows.
  • Adjust concept conversion from CSV. (#37)
  • jskos-convert: warn if scheme misses namespace/uriPattern. (#28)
  • jskos-convert: Support reading registry as ndjson. (#8)
  • Add npm package provenance. (#35)

Full Changelog: v0.6.2...v0.7.0

jskos-cli v0.6.1

01 Mar 13:15
61e55f8
Compare
Choose a tag to compare
  • Update jskos-validate to v0.6.0 with small fix.
  • Update dependencies.

Full Changelog: v0.6.0...v0.6.1

jskos-cli v0.6.0

29 Jan 09:48
30127d0
Compare
Choose a tag to compare
  • Breaking Change: Requires Node.js 18.12+.
  • Breaking Change: Use fromScheme/toScheme instead of inScheme when converting mappings from CSV.
  • Parse creator column when converting mappings from CSV.
  • Add option --creator <uri and/or name> to jskos-convert to add a creator to mappings.
  • Update dependencies.
    • In particular, replace deprecated request package to work around security issues.

Full Changelog: v0.5.11...v0.6.0

jskos-cli v0.5.11

29 Mar 09:25
2630c34
Compare
Choose a tag to compare
  • jskos-convert: Fix issue related to interpretation of broaderNotation when converting concepts from CSV. (#34)

jskos-cli v0.4.4

19 Oct 09:19
f49bf82
Compare
Choose a tag to compare
  • Fixed an issue with parsing command line options (flags like -v or -q were additionally interpreted as arguments).

jskos-cli v0.4.3

19 Oct 09:18
0e49e60
Compare
Choose a tag to compare
  • jskos-validate can now parse files and URLs either as JSON object, JSON array, or NDJSON (using json-anystream). (#21)
  • Updated dependencies.