All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.1.2 - 2024-09-19
- 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.
2.1.1 - 2023-09-18
- Updated dependencies. The update of
fs-extra
fixes a bug when removing a file or directory withrm(path, options)
.
2.1.0 - 2023-09-11
- Optional parameters to specify where state will be kept and for how long. Some functions used by RMLMapper keep state.
2.0.3 - 2022-02-22
- Support data source files that in are not in the root folder
2.0.2 - 2021-08-31
- Bug causing invalid paths in RML on windows
- Better error handling when stderr is non-empty but also doesn't contain errors
2.0.1 - 2021-07-02
- DCAT Target support
- DCAT and VoID Datasets expect an IRI for {dcat, void}:dataDump
2.0.0 - 2021-06-28
- Support Target
1.2.0 - 2021-05-03
- Possibility to provide functions information
1.1.1 - 2021-03-25
- Use latest version of n3.js
- Use async/await where possible
1.1.0 - 2021-02-25
- Possibility to set Java VM option
1.0.1 - 2020-05-13
- Fails when asking for metadata as N-Quads (see issue 10)
1.0.0 - 2020-01-06
- Provide the RML rules as quads (see issue 6).
- Require in example in README (see issue 5).
- Updated dependency: mocha.
0.1.1 - 2019-07-16
- Default serialization is NQuads when serialization is not provided.
0.1.0 - 2019-07-16
- Select serialization of the RDF.
- Add options of execute() as object instead of separate arguments.
0.0.5 - 2019-05-20
- Make paths work for Windows.
- Increase time out of tests.
0.0.4 - 2019-05-20
- Script to download latest RMLMapper jar.
0.0.3 - 2019-05-16
- Return log as part of an error when RMLMapper execution fails.
0.0.2 - 2019-05-13
- Make wrapper available via require.