Skip to content

Latest commit

 

History

History
141 lines (73 loc) · 2.97 KB

File metadata and controls

141 lines (73 loc) · 2.97 KB

Change Log

All notable changes to this project will be documented in this file.

Old Changes from RocketRML repo

[1.14.1] - 2022.07.07

[1.14.0] - 2022.07.06

[1.13.0] - 2022.05.02

  • add option csv.delimiter
  • add option ignoreValues to ignore values from the input (e.g. ignoreValues: ["-"])

[1.12.1] - 2022.04.28

  • update dependencies

[1.12.0] - 2021.11.30

  • may contain breaking changes:
  • update packages to latest: jsonpath-plus (breaking), xmldom (@xmldom/xmldom), jsonld (breaking), ...
  • fix bug with jsonpath [] selectors

[1.11.3] - 2021.09.03

  • fix jsonpath for null values

[1.11.2] - 2021.08.30

  • fix ts declarations file

[1.11.1] - 2021.08.17

[1.11.0] - 2021.08.11

[1.10.2] - 2021.07.19

  • fix ignoreEmptyStrings for CSV

[1.10.1] - 2021.05.25

  • fix ignoreEmptyStrings not being used everywhere

[1.10.0] - 2021.05.21

  • support rml:LanguageMap
  • add option to disable mapping of empty strings (ignoreEmptyStrings)

[1.9.4] - 2021.04.16

  • update package-lock.json

[1.9.3] - 2021.03.16

  • change typings

[1.9.2] - 2021.03.15

  • add Typescript typings

[1.9.1] - 2021.03.15

  • remove sync-request, add axios

[1.9.0] - 2021.03.15

  • update dependencies, remove safe-eval

[1.8.2] - 2020.09.06

  • fixed rdf:type constant IRIs

[1.8.1] - 2020.09.06

  • fixed constant IRIs

[1.8.0] - 2020.07.17

  • support function as range of subjectMap

[1.7.3] - 2020.07.17

  • removed console.log

[1.7.2] - 2020.07.16

  • Fixed xpath-iterator opt dependency usage

[1.7.1] - 2020.06.30

[1.7.0] - 2020.04.29

  • Add support for async functions

[1.6.1] - 2020.04.29

  • Fix templates that don't contain any templates, e.g. rr:template "foo"

[1.6.0] - 2020.04.22

  • Support multiple join conditions per single parentTriplesMap

[1.5.0] - 2020.04.14

[1.4.1] - 2020.04.06

  • pugixml throws error if constructor fails (previously silently exited)

[1.4.0] - 2020.04.06

  • new xpath library: fontoxpath. Supports xpath 3.1. Use with {xpathLib: 'fontoxpath'}

[1.3.0] - 2020.04.06

  • new jsonld & n3 versions
  • fixed jsonld compacting bug

[1.2.0] - 2020.02.04

  • important performance improvements

[1.1.0] - 2020.02.04

  • Add PATH~ option option to JSONpath/xpath/csv (not for xpath-cpp/performance mode) (check /tests/path(Json|Xml|Csv)Join/ for examples)
  • performance improvements