Skip to content

Commit c8ef710

Browse files
committed
[update]update change log
1 parent e33f32c commit c8ef710

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'kotlin'
2020
apply plugin: 'org.jetbrains.intellij'
2121

2222
group 'wu.seal'
23-
version '3.6.0-EAP'
23+
version '3.6.0-EAP-1'
2424

2525
intellij {
2626
version '2017.1'

src/main/resources/META-INF/plugin.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
1111
<b><br>Features:</br></b>
1212
13-
<br>Generating Kotlin data class from any legal JSON string or any URLs that returns a JSON string as response
14-
<br>Generating Kotlin data class from any legal JSON text when right click on directory and select New -> Kotlin data class File from JSON</br>
13+
<br>Generating Kotlin class from any legal JSON string/JSONSchema or any URLs that returns a JSON string/JSONSchema as response
14+
<br>Generating Kotlin class from any legal JSON text when right click on directory and select New -> Kotlin class File from JSON</br>
1515
<br>Supporting (almostly) all kinds of JSON libs' annotation(Gson, Jackson, Fastjson, MoShi and LoganSquare, kotlinx.serialization(default custom value))</br>
1616
<br>Customizing your own annotations</br>
1717
<br>Initializing properties with default values</br>
1818
<br>Allowing properties to be nullable(?)</br>
1919
<br>Determining property nullability automatically</br>
2020
<br>Renaming property names to be camelCase style when selecting a target JSON lib annotation.</br>
21-
<br>Generating Kotlin data class as individual classes</br>
22-
<br>Generating Kotlin data class as inner classes</br>
21+
<br>Generating Kotlin class as individual classes</br>
22+
<br>Generating Kotlin class as inner classes</br>
2323
<br>Formatting any legal JSON string</br>
2424
<br>Generating Map Type when json key is primitive type</br>
2525
<br>Only create annotation when needed</br>
2626
<br>Custom define data class parent class</br>
27-
<br>Sort property order by Alphabetical</br>
27+
<br>Sort property order by Alphabetical</br>
2828
<br>Make keyword property valid</br>
2929
<br>Support Loading JSON From Paster/Local File/Http URL</br>
3030
<br>Support customize your own plugin by Extension Module</br>
@@ -48,9 +48,13 @@
4848

4949
<change-notes><![CDATA[
5050
<br>Bugs fix </br>
51+
<br>Please see github milestone for detail bug description</br>
52+
<br></br>
5153
<br>New Features </br>
5254
<br>1. Normal Class support</br>
5355
<br>2. Dynamic plugin load support</br>
56+
<br>3. Suppport generating ListClass from JSONArray</br>
57+
<br>4. Complex json schema supporting</br>
5458
<br>Note:</br>
5559
<a href="https://github.com/wuseal/JsonToKotlinClass/milestone/10"> detail update</a></br>
5660
]]>

0 commit comments

Comments
 (0)