Releases: RMLio/yarrrml-parser
Releases · RMLio/yarrrml-parser
v1.3.6
Fixed
- No more unneeded parentTermMap generation (fixing #171)
v1.3.5
Changed
- Allow datatype: rdf:langString in case language: is given (see issue 160)
v1.3.4
Added
- CI: automatic run tests and create releases.
- CI: enforce CHANGELOG updates.
- CI: correct Gitlab access token variable name.
Fixed
- Lock Graphy version to 4.3.3 (see issue 149).
v1.3.3
Fixed
- sqlVersion is added correctly
- language tag on condition is correctly parsed (see issue 142)
Changed
- Made all RML test results pretty, for easier inspection of the examples
- Added multiple conditions test
v1.3.2
Added
pretty
parameter for pretty output
Fixed
- Help text of CLI
- Object type 'iri' discarded as of second source in a mapping that has multiple sources (see issue 137)
v1.3.1
Changed
- Update
rdf-serializer-jsonld-ext
dependency (see issue 128)
v1.3.0
2021-07-05
Added
- Web of Things support
- Target support
v1.2.3
2021-05-31
Fixed
- Fix N3 outdated constructor (see issue 115)
- updated commander
v1.2.2
2021-02-23
Added
- Logger to catch convert errors (see issue 102)
Fixed
- Fix invalid input argument type array, in fs.watchFile()
- Fix N3 addTriples() is not a function, in fs.watchFile()
- Cannot find module rml2yarrrml when running yarrrml-generator (see issue 106)
- Language with template not converted to Language Map (see issue 107)
Changed
- Update dev deps
- Update deps
v1.2.1
2020-09-04
Fixed
- Fix docker build command in README (see issue 91)
- Test example5 is invalid YARRRML (see issue 93)
- Mapping TSV files (see issue 95)
Changed