Skip to content
Merged

3.2.0 #168

Changes from all commits
Commits
Show all changes
26 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
f30e762
3.2.0 is released, merge it back to master branch (#160)
kezhenxu94 Apr 25, 2019
e54e280
Merge branch 'master' into 3.2.0
kezhenxu94 Apr 26, 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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'kotlin'
apply plugin: 'org.jetbrains.intellij'

group 'wu.seal'
version '3.2.0-EAP'
version '3.2.0'

intellij {
version '2017.1'
Expand Down