@@ -13,128 +13,117 @@ Authors:
13
13
14
14
Contributors :
15
15
16
+ # 2 .13 .NEXT
17
+
16
18
Stefan Schmid (schmist @github )
17
19
* #519 : Contributed test for #518 (null should deserialize to _the_ Unit instance)
18
20
19
21
wrongwrong (k163377 @github )
20
22
* #456 : Refactor KNAI.findImplicitPropertyName()
21
23
* #449 : Refactor AnnotatedMethod.hasRequiredMarker()
22
- (2.13 .NEXT )
23
24
24
25
Dmitri Domanine (novtor @github )
25
26
* Contributed fix for #490 : Missing value of type JsonNode? is deserialized as NullNode instead of null
26
- (2.13 .NEXT )
27
+
28
+ # 2 .13.0
27
29
28
30
Fedor Bobin (Fuud @github )
29
31
* #496 , #45: Fix treeToValue extension function should not have type erasure
30
- (2.13 )
31
32
32
33
Mikhael Sokolov (sokomishalov @github )
33
34
* #489 : JsonNode, ArrayNode and ObjectNode extension functions
34
- (2.13 )
35
35
36
36
Max Wiechmann (MaxMello @github )
37
37
* #494 : ProGuard ProTips in the README
38
- (2.13 )
39
38
40
39
Róbert Papp (TWiStErRob @github )
41
40
* #477 : KotlinFeature documentation & deprecation replacements
42
- (2.13 )
43
41
44
42
wrongwrong (k163377 @github )
45
43
* #468 : Improved support for value classes
46
- (2.13 )
47
44
48
45
wrongwrong (k163377 @github )
49
46
* #460 : Test for GitHub #451 (`-` in property name handling)
50
- (2.13 )
51
47
52
48
wrongwrong (k163377 @github )
53
49
* #447 : Fix edge case when dealing with sealed classes
54
- (2.13 )
55
50
56
51
wrongwrong (k163377 @github )
57
52
* Contributed #438 : Fixed mapping failure when `private` `companion object` is named
58
- (2.13 )
53
+
54
+ # 2 .12.5
59
55
60
56
Marshall Pierce (marshallpierce @github )
61
57
* #474 : Reported disrespect for @JsonProperty on parent class
62
- (2.12 .5 )
63
58
64
59
Christopher Mason (masoncj @github )
65
60
* #194 : Contributed test case for @JsonIdentityInfo usage
66
- (2.12 .5 )
67
61
68
62
Martin Häusler (MartinHaeusler @github )
69
63
* Reported #194 : @JsonIdentityInfo bug
70
- (2.12 .5 )
64
+
65
+ # 2 .12.2
71
66
72
67
Eric Fenderbosch (efenderbosch @github )
73
68
* Fixed #182 : Serialize unsigned numbers
74
- (2.12 .2 )
75
69
76
70
Elisha Peterson (triathematician @github )
77
71
* Reported #409 : `module-info.java` missing "exports"
78
- (2.12 .2 )
72
+
73
+ # 2 .12.1
79
74
80
75
Wolfgang Jung (elektro - wolle @github )
81
76
* Fixed inline class serialization
82
- (2.12 .1 )
77
+
78
+ # 2 .12.0
83
79
84
80
John Flynn (Neuman968 @github )
85
81
* Contributed extension methods for SimpleModule to add serializer and deserializer
86
82
extension functions for KClass #322
87
- (2.12 .0 )
88
83
89
84
Mateusz Stefek (MateuszStefek @github )
90
85
* Reported #321 : Make MissingKotlinParameterException a descendant of MismatchedInputException
91
- (2.12 .0 )
92
86
93
87
Hideaki Tanabe (tanabe @github )
94
88
* Brought README .md into the modern world of Gradle (compile - > implementation )
95
- (2.12 .0 )
96
89
97
90
Hidde Wieringa (hiddewie @github )
98
91
* Contributed test case for issue 308
99
92
* Contributed Kotlin DSL constructor
100
- (2.12 .0 )
101
93
102
94
David Riggleman (DavidRigglemanININ @github )
103
95
* Wrote strict null checking for collection values
104
- (2.12 .0 )
96
+
97
+ # 2 .11 .0
105
98
106
99
Drew Stephens (dinomite @github )
107
100
* Contributed fix for #281 : KotlinObjectSingletonDeserializer fails to deserialize
108
101
previously serialized JSON as it doesn 't delegate deserializeWithType
109
- (2.11 .0 )
102
+
103
+ # 2 .10 .2
110
104
111
105
Patrick Strawderman (kilink @github )
112
106
* Reported #279 : 2.10 introduces another binary compatibility issue in `KotlinModule`
113
107
constructor
114
- (2.10 .2 )
115
108
116
109
Vladimir Petrakovich (frost13it @github )
117
110
* Contributed fix for #279 : 2.10 introduces another binary compatibility issue in
118
111
`KotlinModule ` constructor
119
- (2.10 .2 )
112
+
113
+ # 2 .10.1
120
114
121
115
Stéphane B (StephaneBg @github )
122
116
* Submitted fix for #176 : Version 2.9.7 breaks compatibility with Android minSdk < 24
123
- (2.10 .1 )
124
117
125
118
Alain Lehmann (ciderale @github )
126
119
* Contributed fix for #225 : Don't instantiate new instances of Kotlin singleton objects
127
- (2.10 .1 )
128
120
129
121
Andrey Lipatov (LipatovAndrey @github )
130
122
* Contributed fix for #80 : Boolean property name starting with 'is' not serialized /
131
123
deserialized properly
132
- (2.10 .1 )
133
124
134
125
Konstantin Volivach (kostya05983 @github )
135
126
* Contributed fix for #254 : Add serializers for Sequences
136
- (2.10 .1 )
137
127
138
128
Laimonas Turauskas (Laimiux @github )
139
129
* Contributed fix for #180 : handle nullable method parameters correctly (for creator methods)
140
- (2.10 .1 )
0 commit comments