Skip to content

Commit a3ac4f7

Browse files
committed
Version 0.17
1 parent 443d0ae commit a3ac4f7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Jsononbuddy is on maven central. Add to your pom
3434
<dependency>
3535
<groupId>org.jsonbuddy</groupId>
3636
<artifactId>jsonbuddy</artifactId>
37-
<version>0.15</version>
37+
<version>0.17</version>
3838
</dependency>
3939
```
4040

@@ -207,10 +207,12 @@ Version | Description
207207
0.14.1 | Bugfix
208208
0.14.2 | Bugfix parse exponential number
209209
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
210212

211213

212214
# Licence
213215

214-
Copyright © 2015-2019 Anders Karlsen
216+
Copyright © 2015-2020 Anders Karlsen
215217

216218
Distributed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

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.17-SNAPSHOT</version>
7+
<version>0.17</version>
88

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

0 commit comments

Comments
 (0)