Skip to content

Commit 5e9225c

Browse files
kezhenxu94wuseal
authored andcommitted
Update change log (#162)
* 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
1 parent b568aeb commit 5e9225c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/main/kotlin/wu/seal/jsontokotlin/ui/AdvancedAnnotationTab.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ class AdvancedAnnotationTab(layout: LayoutManager?, isDoubleBuffered: Boolean) :
9494
annotationImportClassTextArea.addFocusListener(object : FocusListener {
9595
override fun focusLost(e: FocusEvent?) {
9696
ConfigManager.customAnnotationClassImportdeclarationString = annotationImportClassTextArea.text
97-
9897
}
9998

10099
override fun focusGained(e: FocusEvent?) {

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,13 @@
4747

4848

4949
<change-notes><![CDATA[
50-
<br>Update User Interface</br>
51-
<br>Optimize User Experience</br>
52-
<br> Fix bugs </br>
50+
<br>[feature] Support Json Schema </br>
51+
<br>[bugfix] Json Format change the value of Json Content</br>
52+
<br>[enhancement] Change `Settings` to `Advanced` in the popup dialog</br>
53+
<br>[bugfix] File Already Exists</br>
54+
<br>[bugfix] wu.seal.jsontokotlin.UnSupportJsonException: Unsupported Json String</br>
55+
<br>[bugfix] Kotlin Data Class don't generated as expected</br>
56+
<br>[Bugfix] Incorrect properties orders bug</br>
5357
]]>
5458
</change-notes>
5559

0 commit comments

Comments
 (0)