You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Jsononbuddy is on maven central. Add to your pom
34
34
<dependency>
35
35
<groupId>org.jsonbuddy</groupId>
36
36
<artifactId>jsonbuddy</artifactId>
37
-
<version>0.15</version>
37
+
<version>0.17</version>
38
38
</dependency>
39
39
```
40
40
@@ -207,10 +207,12 @@ Version | Description
207
207
0.14.1 | Bugfix
208
208
0.14.2 | Bugfix parse exponential number
209
209
0.15 | Better support for reading and writing to the network, e.g. `JsonObject.parse(HttpURLConnection)`. Bugfix on parsing `"[ ]"`
210
+
0.16 | Bugfix
211
+
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
0 commit comments