Skip to content

Commit 7e3809c

Browse files
kezhenxu94wuseal
authored andcommitted
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 version
1 parent 600549a commit 7e3809c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.2.0-EAP'
23+
version '3.2.0'
2424

2525
intellij {
2626
version '2017.1'

0 commit comments

Comments
 (0)