File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# JB4JSON-LD Changelog
22
3+ ## 0.15.1 - 2024-12-17
4+ - Ensure datatype is output with numeric values to preserve their type on serialization (Enhancement #66 ).
5+ - Dependency updates: JOPA 2.2.1, build plugins.
6+
37## 0.15.0 - 2024-08-26
48- Support deserializing objects containing only identifier when ` ASSUME_TARGET_TYPE ` is enabled (Enhancement #69 ).
59- Cache deserialization type map (Enhancement #68 ).
Original file line number Diff line number Diff line change 66
77 <groupId >cz.cvut.kbss.jsonld</groupId >
88 <artifactId >jb4jsonld</artifactId >
9- <version >0.15.0 </version >
9+ <version >0.15.1 </version >
1010 <name >JB4JSON-LD</name >
1111 <description >Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD.
1212 This is the core implementation, which has to be integrated with Jackson, Jersey etc.
You can’t perform that action at this time.
0 commit comments