File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
# 0.9.18
2
10
* fix of overflow detection for numeric primitive types
3
11
* fix of method prefix of error message
Original file line number Diff line number Diff line change 3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.jsoniter</groupId >
6
- <version >0.9.19-SNAPSHOT </version >
6
+ <version >0.9.19</version >
7
7
<artifactId >jsoniter</artifactId >
8
8
<name >json iterator</name >
9
9
<description >jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go</description >
You can’t perform that action at this time.
0 commit comments