Releases: RMLio/rmlmapper-java-wrapper-js
Releases · RMLio/rmlmapper-java-wrapper-js
v2.1.2
Fixed
- Added a random number to the generated temporary process path to reduce the chance of collisions when more than one call happens in a millisecond.
- Fixed the 'Invalid mapping' test which checked for an old error message of RMLMapper.
v2.1.1
Fixed
- Updated dependencies. The update of
fs-extra
fixes a bug when removing a file or directory with rm(path, options)
.
v2.1.0
Added
- Optional parameters to specify where state will be kept and for how long.
Some functions used by RMLMapper keep state.
v2.0.3
Fixed
- Support data source files that in are not in the root folder
v2.0.2
Fixed
- Bug causing invalid paths in RML on windows
- Better error handling when stderr is non-empty but also doesn't contain errors
v2.0.1
2021-07-02
Addedd
Fixed
- DCAT and VoID Datasets expect an IRI for
{dcat, void}:dataDump
v1.2.0
2021-05-03
Added
- Possibility to provide functions information
v1.1.0
2021-02-25
Added
- Possibility to set Java VM option
v1.0.1
2020-05-13
Fixed
- Fails when asking for metadata as N-Quads (see issue 10)