Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 370 Bytes

ReleaseNotes.md

File metadata and controls

7 lines (5 loc) · 370 Bytes

JOPA - Release Notes

0.7.5 - March 31, 2016

  • Use xsd:int for mapping Java Integer/int values to RDF. Most Java implementations (including JAXB) do it this way.

0.7.4 - March 21, 2016

  • Implemented support for typed @Properties fields (i.e. @Properties field can now be a Map<URI, Set<Object>>, where values have corresponding types instead of plain strings)