Skip to content

Release 0.6.0

Compare
Choose a tag to compare
@dalito dalito released this 09 Aug 08:52
· 95 commits to main since this release

New features:

  • New command line interface voc4cat that uses sub-commands transform, convert, check and docs. This was added as preview in Release 0.5.1 and is now the default. With the new CLI conversion and validation are no longer coupled but can be run separately. #140, #141
  • New options for sub-command transform: --split to split a large SKOS/rdf file to a directory of files with one file per concept/collection. --join for the reverse operation of transforming the directory of files back to a single turtle vocabulary. #139

Changes:

  • As part of the CLI changes the vocexcel CLI was removed. #141
  • Consistent use and handling of exceptions. #136