Changelog

1.4.3

  • iterative ids error fixed

1.4.1

Added:

  • minDigits attribute

1.4

Added:

  • mapping attribute values as content,
  • resetIds attribute,
  • mappingId and reuseMapping attributes.

1.3.8.2

Updated:

  • Project DTD.

1.3.8.1

Removed:

  • Default namespaces property.

1.3.8

Added:

  • Calculations.

1.3.7.3

Fixed:

  • A rare bug that occured when the following elements were combined: singleton path + non-unique path elements + instance path elements.

1.3.7.2

Fixed:

  • Default record tag solving while reading rules from a classpath location

1.3.7.1

Fixed:

  • Dependency issues
  • rdfFormat property documentation

1.3.7

Fixed:

  • Empty values in external value maps.

Added:

  • elementName="*" for iterable record level ids.

1.3.6

Fixed:

  • RDF triples serialization (some backward changes in triples were not considered)

Added:

  • resetOn attribute for iterable ids

Dependency changes

  • Moved to Sesame 2.6.8

1.3.5

Fixed:

  • some remaining multiple record-level ids issues

1.3.4

Added:

  • multiple record-level ids for the same element
    <pathElement recordLevelId = "id1;id2">...</pathElement>
    

1.3.3

Added:

  • simpler definition of elements that are mapped the same way
    <elementMapping elementName="same1|same2">
       ...
    
  • marking elements as ignored
    <elementMapping elementName="irrelevantContents" ignored="true" />              
    
  • using a captured group on more than one mapping path