Releases: RMLio/yarrrml-parser
Releases · RMLio/yarrrml-parser
v1.7.2
Fixed
- CI: NPM release.
- IncRML generation: changeDetection: subjects [] should remove all original subject mappings
- Shortkeys for targets only work for targets specified on document level.
Changed
- CI improvements: local deployment script.
- IDLab functions prefix (
idlab-fn
) now resolves to https://w3id.org/imec/idlab/function#
instead the old IRI http://example.com/idlab/function/
Added
v1.6.2
Fixed
- target disappears when it is used in combination with condition on po
(see issue 11).
v1.6.1
1.6.1 - 2023-09-18
Fixed
- Mapping with multiple sources linked to another mapping with multiple sources only resulted in half of
Referencing Objects Maps.
- Override
rmlt
and comp
namespaces.
v1.6.0
Added
- abstract-generator: Create IRI constant if term type is IRI, in line with the specs
Fixed
- (r2)rml-generator: Log error when a source tag has no definition
v1.5.4
1.5.4 - 2023-06-23
Fixed
- Dockerfile: faster and node v18
v1.5.3
1.5.3 - 2023-06-23
Fixed
- Common prefixes + namespaces are initialized once, in line with old code
v1.5.2
Fixed
- LDES: when
versionOfPath
is empty or has just one value, incorrect default predicate-object mappings were generated (internal issue 6).
- (Common) prefixes + namespaces are initialized once, in line with old code
v1.5.1
Fixed
- LDES: when
versionOfPath
is empty or has just one value, incorrect default predicate-object mappings were generated (internal issue 6).
- (Common) prefixes + namespaces are initialized once, in line with old code
v1.5.0
CHANGELOG: release v1.5.0
v1.4.0
Added
- Support joins when doing RML2YARRRML
Fixed
- abstract-generator: ignore str1 & str2 param for equal (see issue 152)
- improved testing code
- updated dependencies