|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [3.7.3](https://github.com/wuseal/JsonToKotlinClass/tree/3.7.3) (2022-04-16) |
| 4 | +[View commits](https://github.com/wuseal/JsonToKotlinClass/compare/3.7.2...3.7.3) |
| 5 | + |
| 6 | +**Bugfix** |
| 7 | + |
| 8 | +- \(3.7.2\)Throwable: Assertion failed: Write access is allowed inside write\-action only [\#380](https://github.com/wuseal/JsonToKotlinClass/issues/380) |
| 9 | +- 特殊字符报错 [\#383](https://github.com/wuseal/JsonToKotlinClass/issues/383) |
| 10 | +- Fix Write access error when format json paste json/obtain json from net [\#378](https://github.com/wuseal/JsonToKotlinClass/pull/378) ([@wuseal](https://github.com/wuseal)) |
| 11 | +- Long values being generated as Int [\#295](https://github.com/wuseal/JsonToKotlinClass/issues/295) |
| 12 | + |
| 13 | +**Enhancement** |
| 14 | + |
| 15 | +- optimize code builder & bugfix: when enable \[Replace constructor parameters by member variables\], the annotation not go to next line. [\#373](https://github.com/wuseal/JsonToKotlinClass/pull/373) ([@Nstd](https://github.com/Nstd)) |
| 16 | + |
3 | 17 | ## [3.7.2](https://github.com/wuseal/JsonToKotlinClass/tree/3.7.2) (2021-07-31) |
4 | 18 | [View commits](https://github.com/wuseal/JsonToKotlinClass/compare/3.7.1...3.7.2) |
5 | 19 |
|
|
171 | 185 | - \[Feature request\]Generate Kotlin Data class init with default value = null when it's property is nullable [\#152](https://github.com/wuseal/JsonToKotlinClass/issues/152) |
172 | 186 |
|
173 | 187 | ## [v3.2.0](https://github.com/wuseal/JsonToKotlinClass/tree/v3.2.0) (2019-04-26) |
174 | | -[View commits](https://github.com/wuseal/JsonToKotlinClass/compare/V3.0.1...v3.2.0) |
| 188 | +[View commits](https://github.com/wuseal/JsonToKotlinClass/compare/v3.2.0-EAP...v3.2.0) |
| 189 | + |
| 190 | + |
| 191 | +## [V3.2.0](https://github.com/wuseal/JsonToKotlinClass/tree/V3.2.0) (2019-04-26) |
| 192 | +[View commits](https://github.com/wuseal/JsonToKotlinClass/compare/v3.2.0...V3.2.0) |
| 193 | + |
| 194 | + |
| 195 | +## [v3.2.0\-EAP](https://github.com/wuseal/JsonToKotlinClass/tree/v3.2.0-EAP) (2019-04-22) |
| 196 | +[View commits](https://github.com/wuseal/JsonToKotlinClass/compare/V3.0.1...v3.2.0-EAP) |
175 | 197 |
|
176 | 198 | **Bugfix** |
177 | 199 |
|
|
191 | 213 | - Fix typo in README.md [\#129](https://github.com/wuseal/JsonToKotlinClass/pull/129) ([@codeteo](https://github.com/codeteo)) |
192 | 214 | - Wrong background color with Darcula theme [\#109](https://github.com/wuseal/JsonToKotlinClass/issues/109) |
193 | 215 |
|
194 | | -## [V3.2.0](https://github.com/wuseal/JsonToKotlinClass/tree/V3.2.0) (2019-04-26) |
195 | | -[View commits](https://github.com/wuseal/JsonToKotlinClass/compare/v3.2.0...V3.2.0) |
196 | | - |
197 | | - |
198 | 216 | ## [V3.0.1](https://github.com/wuseal/JsonToKotlinClass/tree/V3.0.1) (2019-03-03) |
199 | 217 | [View commits](https://github.com/wuseal/JsonToKotlinClass/compare/V3.0.0...V3.0.1) |
200 | 218 |
|
|
210 | 228 | - JSON input from file [\#76](https://github.com/wuseal/JsonToKotlinClass/issues/76) |
211 | 229 |
|
212 | 230 | ## [V3.0.0](https://github.com/wuseal/JsonToKotlinClass/tree/V3.0.0) (2019-01-18) |
213 | | -[View commits](https://github.com/wuseal/JsonToKotlinClass/compare/V2.3.0...V3.0.0) |
214 | | - |
215 | | -**Bugfix** |
216 | | - |
217 | | -- java.lang.IndexOutOfBoundsException: Collection doesn't contain element at index 31. [\#35](https://github.com/wuseal/JsonToKotlinClass/issues/35) |
218 | | -- Lists with primitives/strings are throwing exceptions [\#62](https://github.com/wuseal/JsonToKotlinClass/issues/62) |
219 | | -- Nested list, generation fail [\#67](https://github.com/wuseal/JsonToKotlinClass/issues/67) |
220 | | -- Plugin crash while gernating pojo of wikipedia suggestion api json [\#68](https://github.com/wuseal/JsonToKotlinClass/issues/68) |
221 | | -- Generated default value dosen't match the property type [\#77](https://github.com/wuseal/JsonToKotlinClass/issues/77) |
222 | | - |
223 | | -**Enhancement** |
| 231 | +[View commits](https://github.com/wuseal/JsonToKotlinClass/compare/V3.0-EAP-2...V3.0.0) |
224 | 232 |
|
225 | | -- The Moshi converter option doesn't support moshi\-codegen [\#69](https://github.com/wuseal/JsonToKotlinClass/issues/69) |
|
0 commit comments