Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update change log #162

Merged
merged 27 commits into from
Apr 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fe2bf84
Set theme jekyll-theme-cayman
wuseal Mar 28, 2019
92748da
Add acknowledgement to JetBrains
kezhenxu94 Mar 29, 2019
1395e62
Merge pull request #124 from kezhenxu94/doc/acknowledgement
wuseal Mar 29, 2019
420a387
refactored 'settings' to 'advanced'
SuuSoJeat Mar 29, 2019
812497e
Fix typo in README.md
codeteo Mar 30, 2019
6761f69
Merge pull request #129 from codeteo/typo-readme
kezhenxu94 Mar 30, 2019
8bb5736
Merge branch 'master' into master
kezhenxu94 Mar 30, 2019
df12f03
Rename 'settings' to 'advanced' in Pop Up Dialog (#127)
kezhenxu94 Mar 30, 2019
5e5acee
fix JsonArray.onlyHasOneSubArrayAndAllItemsAreObjectElementRecursive …
nanjingboy Apr 2, 2019
346f35b
add local.properties to .gitignore
nanjingboy Apr 2, 2019
7d4fb49
add test
nanjingboy Apr 2, 2019
43f8568
add issue test
nanjingboy Apr 2, 2019
f5b98c4
Merge pull request #132 from nanjingboy/fix/generate
wuseal Apr 2, 2019
1f16045
Rename test method name in Issue121Test
nanjingboy Apr 3, 2019
542f119
Merge pull request #133 from nanjingboy/fix/method
kezhenxu94 Apr 3, 2019
e891146
[Fix] disable gson html escaping to fix format error (#137)
nanjingboy Apr 10, 2019
eee852c
add gradle.properties to git ignore
sealkingking Apr 14, 2019
38f7c96
add saveAndReadExceptionInfo unit test and saveAndReadActionInfo unit…
sealkingking Apr 14, 2019
a1f82ae
Merge pull request #143 from wuseal/optimize/add-gradle-properties-to…
kezhenxu94 Apr 14, 2019
1f54304
Fix #139 Folder .jsontokotlin in $HOME (#141)
IRus Apr 15, 2019
3cf2c15
Merge branch 'master' into optimize/add-unit-test-case-persist-cache
kezhenxu94 Apr 15, 2019
3d10548
Merge pull request #144 from wuseal/optimize/add-unit-test-case-persi…
kezhenxu94 Apr 15, 2019
3b1b25f
Change Action tip #135 (#145)
commanderpepper Apr 16, 2019
3a11e8c
Fix Issue #123 - File Already exists (#157)
Karthik2007 Apr 21, 2019
698a5f6
Merge branch 'master' into 3.2.0
kezhenxu94 Apr 22, 2019
3fb4298
Update changelog
kezhenxu94 Apr 22, 2019
b1fd2d5
Merge branch '3.2.0' of github.com:kezhenxu94/JsonToKotlinClass into …
kezhenxu94 Apr 22, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ class AdvancedAnnotationTab(layout: LayoutManager?, isDoubleBuffered: Boolean) :
annotationImportClassTextArea.addFocusListener(object : FocusListener {
override fun focusLost(e: FocusEvent?) {
ConfigManager.customAnnotationClassImportdeclarationString = annotationImportClassTextArea.text

}

override fun focusGained(e: FocusEvent?) {
Expand Down
10 changes: 7 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@


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

Expand Down