Skip to content

Commit dfe21ba

Browse files
committed
Version 0.18
1 parent fa6b96c commit dfe21ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ Version | Description
213213
0.15 | Better support for reading and writing to the network, e.g. `JsonObject.parse(HttpURLConnection)`. Bugfix on parsing `"[ ]"`
214214
0.16 | Bugfix
215215
0.17 | More flexible generation and mapping with POJOs. Automatically map to any parametrized type with PojoMapper#mapToType. Customize mapping and generation work JsonGenerator#addConverter, PojoMapper#addStringConverter and PojoMapper#addNumberConverter
216+
0.18 | Underscore serialization support, Include properties from superclass, Support for Optional types, Error handling for mapping of List and Maps
216217

217218

218219
# Licence

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.jsonbuddy</groupId>
66
<artifactId>jsonbuddy</artifactId>
7-
<version>0.18-SNAPSHOT</version>
7+
<version>0.18</version>
88

99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)