Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.51 KB

File metadata and controls

48 lines (33 loc) · 1.51 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

Fixed

  • remove check on common attributes in union method of SolutionMapping

2.0.2 - 2025-10-02

Fixed

  • TempateSerializer and TargetOperator: check for null values (and ignore them)

2.0.1 - 2025-10-01

Fixed

  • Use DataIO's JSONSourceIterator instead of "manual" parsing; it already handles exceptions.
  • Update dependency on DataIO to 2.1.5 for fix in handling empty XML and CSV records and address some vulnerabilities

2.0.0 - 2025-09-16

Changed

  • Operators now each have a set of input- and output fragments.
  • RDFNode: remove method getStringRepr(); use toString().
  • TargetOperator works in Strings now

Removed

  • Operator builders; use their constructors.

Fixed

  • Generation of fields for CSV source, if not given.
  • Removed unused code
  • LiteralNode value - datatype - language stuff
  • Updated Jena to version 5.5.0

1.0.0 - 2025-09-03

Added

  • A set of operators