Skip to content

Releases: RMLio/matey

v1.2.0

24 Sep 07:30
Compare
Choose a tag to compare

Added

  • IncRML + LDES generation examples, the new way of generating basic LDES.
  • Release script

Changed

  • Updated dependency on yarrrml-parser to v1.7.2
  • Updated dev dependency on jest to 29.7.0
  • Added dev dependency to jest-dom version 6.5.0
  • Added dev dependency to jest-environment-jsdom version 29.7.0

Removed

  • Old LDES generation example, since not supported by yarrrml-parser anymore.

v1.1.1

19 Sep 08:24
Compare
Choose a tag to compare

Changed

  • Updated dependency on yarrrml-parser to v1.6.1
  • Downgraded dev dependency on gulp to 3.9.1 due to security issue
  • Updated dev dependency on node-fetch to 2.6.7
  • Removed dependency on Gulp
  • Updated contributor list

v1.1.0

13 Sep 09:46
Compare
Choose a tag to compare

Changed

  • Updated dependency on yarrrml-parser to v1.5.4
  • Pass new function state ID to the RML Web API when a user refreshes the browser.

Added

  • A minimal LDES example in the web GUI.
  • A button Reset state in the web GUI, so next call to RMLMapper web API uses a clean state.

v1.0.5

25 Nov 09:07
Compare
Choose a tag to compare

Added

  • Add Tutorial example for KG4DI

v1.0.4

02 Feb 09:38
Compare
Choose a tag to compare

Fixed

  • CI: fix changelog retrieval

v1.0.3

02 Feb 09:37
Compare
Choose a tag to compare

Fixed

  • Typo: getAmountOfDateEditors renamed to getNumberOfDataEditors (see issue 3).
  • Make download buttons work again (see issue 2)

v1.0.2

02 Feb 09:37
Compare
Choose a tag to compare

Fixed

  • Fix Bootstrap CSS import path when embedding Matey in other projects with a common node_modules folder.
  • Regenerate package-lock.json with integrity checks and new name.

v1.0.1

24 Jan 08:16
Compare
Choose a tag to compare

Added

  • CI jobs to automate releases, tests & deployment
  • Fix CHANGELOG formatting
  • Enforce CHANGELOG updates for merge requests

v1.0.0

17 Aug 05:37
Compare
Choose a tag to compare

Changed

  • Updated all dependencies and necessary compatibility changes
  • Index.js split into several files
  • Support for target and multiple outputs (see issue 34)
  • Replaced uglify with terser

Fixed

  • Jest test for example outputs cannot load Worker object (see issue 13)
  • Missing require for brace XML mode
  • Outdated guides in README

Added

  • Test and example for targets in RML
  • Add license info (see issue 37)