Skip to content

Commit 386ef6b

Browse files
committed
cut 0.9.19
1 parent dbd87c6 commit 386ef6b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.9.19
2+
* changed cfg class name to hashcode based
3+
* fix static codegen
4+
* fix #133 NPE when no extra
5+
* fix #132 MaybeEmptyArrayDecoder
6+
* fix #130 @JsonCreator not compatible with @JsonIgnore
7+
* fix #126 surrogate unicode
8+
19
# 0.9.18
210
* fix of overflow detection for numeric primitive types
311
* fix of method prefix of error message

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.jsoniter</groupId>
6-
<version>0.9.19-SNAPSHOT</version>
6+
<version>0.9.19</version>
77
<artifactId>jsoniter</artifactId>
88
<name>json iterator</name>
99
<description>jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go</description>

0 commit comments

Comments
 (0)