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.
- remove check on common attributes in union method of
SolutionMapping
2.0.2 - 2025-10-02
TempateSerializerandTargetOperator: check for null values (and ignore them)
2.0.1 - 2025-10-01
- Use DataIO's
JSONSourceIteratorinstead 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
- Operators now each have a set of input- and output fragments.
- RDFNode: remove method
getStringRepr(); usetoString(). - TargetOperator works in
Strings now
- Operator builders; use their constructors.
- 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
- A set of operators