Releases: gbv/jskos-cli
Releases · gbv/jskos-cli
jskos-cli v0.7.0
- 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
- 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
- Breaking Change: Requires Node.js 18.12+.
- Breaking Change: Use
fromScheme
/toScheme
instead ofinScheme
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.
- In particular, replace deprecated
Full Changelog: v0.5.11...v0.6.0
jskos-cli v0.5.11
- jskos-convert: Fix issue related to interpretation of broaderNotation when converting concepts from CSV. (#34)
jskos-cli v0.4.4
- Fixed an issue with parsing command line options (flags like
-v
or-q
were additionally interpreted as arguments).
jskos-cli v0.4.3
jskos-validate
can now parse files and URLs either as JSON object, JSON array, or NDJSON (using json-anystream). (#21)- Updated dependencies.