-
Notifications
You must be signed in to change notification settings - Fork 182
Commit 7e3809c
3.2.0 (#168)
* Set theme jekyll-theme-cayman
* Add acknowledgement to JetBrains
* refactored 'settings' to 'advanced'
* Fix typo in README.md
* fix JsonArray.onlyHasOneSubArrayAndAllItemsAreObjectElementRecursive logic error
* add local.properties to .gitignore
* add test
* add issue test
* Rename test method name in Issue121Test
* [Fix] disable gson html escaping to fix format error (#137)
* disable html escaping to fix format error
* fix typo
* add gradle.properties to git ignore
* add saveAndReadExceptionInfo unit test and saveAndReadActionInfo unit test
* Fix #139 Folder .jsontokotlin in $HOME (#141)
Added additional class to provide cache directory.
It used directly, because not approach for IoC presented here.
* Change Action tip #135 (#145)
Changed "Convert Json Into Kotlin Class" to "Kotlin data classes from JSON"
* Fix Issue #123 - File Already exists (#157)
* 3.2.0 is released, merge it back to master branch (#160)
* upgrade version to 3.1.0-EAP
* Move adding property Annotation function implement into interceptor.
* move init with default value function into interceptor
* move isPropertyVar config function into interceptor
* move order by alphabetical config function into interceptor
* move property nullable or not config function into interceptor
* adjust unit test to make it to test pass, now only one still not be pass, will fix later
* fix unit test failed case
* Fixed issue #119
* Optimize the way to get PsiDirectory
* re-optimize the way to get PsiDirectory
* Optimize method addProperty
* Optimize getPrimitiveType and getArrayType methods
* Optimize adjustPropertyNameForGettingArrayChildType method
* replace "if statement" with "take if"
* Optimize removeDuplicateClassCode method
* Simplify "generateSingleDataClassFile" method
* Optimize "appendCodeMember" method
* re-Optimize "adjustPropertyNameForGettingArrayChildType" method
* 3.2.0 optimize/code optimize (#138)
* Optimize some recursive methods with "tailrec"
* add String.containsAnyOf(List) method
* Optimize method couldGetAndReuseClassNameInCurrentEditFileForInsertCode
* Optimize http request
* make up send data function logic when send failed
* 3.2.0 (#151)
* Set theme jekyll-theme-cayman
* Add acknowledgement to JetBrains
* refactored 'settings' to 'advanced'
* Fix typo in README.md
* fix JsonArray.onlyHasOneSubArrayAndAllItemsAreObjectElementRecursive logic error
* add local.properties to .gitignore
* add test
* add issue test
* Rename test method name in Issue121Test
* [Fix] disable gson html escaping to fix format error (#137)
* disable html escaping to fix format error
* fix typo
* add gradle.properties to git ignore
* add saveAndReadExceptionInfo unit test and saveAndReadActionInfo unit test
* Fix #139 Folder .jsontokotlin in $HOME (#141)
Added additional class to provide cache directory.
It used directly, because not approach for IoC presented here.
* Change Action tip #135 (#145)
Changed "Convert Json Into Kotlin Class" to "Kotlin data classes from JSON"
* [GH-108] Generate Kotlin classes from JSON Schema (#126)
* support generating class from JsonSchema
* Sync
* support generating class from JsonSchema
* Sync
* Remove checking properties order
* Add unit test
* Support array
* Add more UT
* Update Kotlin version
* Fix UT
* Fix UT
* Add UT
* Reduce stacktrace
* Default value
* Simpify type name
* Default value
* Fix CI
* fix issue #122:just catch UnSupportJsonException like MakeKotlinClassAction do. (#154)
* Polish code and remove deprecated plugin.id (#155)
* 3.2.0 (#159)
* Set theme jekyll-theme-cayman
* Add acknowledgement to JetBrains
* refactored 'settings' to 'advanced'
* Fix typo in README.md
* fix JsonArray.onlyHasOneSubArrayAndAllItemsAreObjectElementRecursive logic error
* add local.properties to .gitignore
* add test
* add issue test
* Rename test method name in Issue121Test
* [Fix] disable gson html escaping to fix format error (#137)
* disable html escaping to fix format error
* fix typo
* add gradle.properties to git ignore
* add saveAndReadExceptionInfo unit test and saveAndReadActionInfo unit test
* Fix #139 Folder .jsontokotlin in $HOME (#141)
Added additional class to provide cache directory.
It used directly, because not approach for IoC presented here.
* Change Action tip #135 (#145)
Changed "Convert Json Into Kotlin Class" to "Kotlin data classes from JSON"
* Fix Issue #123 - File Already exists (#157)
* Update changelog
* Update version1 parent 600549a commit 7e3809cCopy full SHA for 7e3809c
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments