You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-19Lines changed: 33 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ I am a plugin for Kotlin generate Kotlin data class code from a json string
6
6
I am a plugin for Kotlin to convert Json String into Kotlin data class code (Json to Kotlin)
7
7
8
8
### Update Log
9
+
#### 1.3
10
+
* Add property init with default value option in property tab.(Recommend to select,with this selected you can avoid NullPointException in the following time,You can also unSelect the nullable option to avoid null check when use the data value).
11
+
* Add property could be nullable option in property tab.
12
+
* Fix a bug when the property name is 'list' and it's type is array then the plugin will broken.
13
+
* Beautify dialog layout.
9
14
10
15
#### 1.2.1
11
16
* Fix insert improt class code upon package declare
@@ -26,12 +31,12 @@ I am a plugin for Kotlin to convert Json String into Kotlin data class code (Jso
0 commit comments