Skip to content

Latest commit

 

History

History
132 lines (89 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

132 lines (89 loc) · 4.04 KB

Changelog

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.

Unreleased

2.1.2 - 2024-09-19

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.

2.1.1 - 2023-09-18

Fixed

  • Updated dependencies. The update of fs-extra fixes a bug when removing a file or directory with rm(path, options).

2.1.0 - 2023-09-11

Added

  • 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

Fixed

  • Support data source files that in are not in the root folder

2.0.2 - 2021-08-31

Fixed

  • 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

Added

  • DCAT Target support

Fixed

  • DCAT and VoID Datasets expect an IRI for {dcat, void}:dataDump

2.0.0 - 2021-06-28

Added

  • Support Target

1.2.0 - 2021-05-03

Added

  • Possibility to provide functions information

1.1.1 - 2021-03-25

Changed

  • Use latest version of n3.js
  • Use async/await where possible

1.1.0 - 2021-02-25

Added

  • Possibility to set Java VM option

1.0.1 - 2020-05-13

Fixed

  • Fails when asking for metadata as N-Quads (see issue 10)

1.0.0 - 2020-01-06

Added

  • Provide the RML rules as quads (see issue 6).

Fixed

  • Require in example in README (see issue 5).
  • Updated dependency: mocha.

0.1.1 - 2019-07-16

Fixed

  • Default serialization is NQuads when serialization is not provided.

0.1.0 - 2019-07-16

Added

  • Select serialization of the RDF.

Fixed

  • Add options of execute() as object instead of separate arguments.

0.0.5 - 2019-05-20

Fixed

  • Make paths work for Windows.
  • Increase time out of tests.

0.0.4 - 2019-05-20

Added

  • Script to download latest RMLMapper jar.

0.0.3 - 2019-05-16

Added

  • Return log as part of an error when RMLMapper execution fails.

0.0.2 - 2019-05-13

Fixed

  • Make wrapper available via require.