All notable changes to this project will be documented in this file. See versionize for commit guidelines.
0.8.0 (2022-10-25)
- BREAKING CHANGE: support only net6 (ec42cc6)
- do not throw when value is absolute IRI (11.2 in spec) (d973d54)
- query endpoint cannot be null
- writing to console as n-quad stream
- assume UTC date/times by default
- add option to write directly to triple store over sparql
- write output only mapping succeeds
- add flag to preserve duplicate rows
- write to standard output when no out file is specified
- direct mapping would not save out file
- not all characters were correctly %-encoded
- added base URI option to commands
- do not run direct on rml command
- select triples map by subjectMap
- added direct mapping options
- add some useful logging to CLI
- very first draft of CLI