Skip to content

Commit

Permalink
release v2.2.0 (#433)
Browse files Browse the repository at this point in the history
Co-authored-by: tangcent <[email protected]>
  • Loading branch information
github-actions[bot] and tangcent authored Apr 11, 2021
1 parent f3a7b67 commit 7cf5f19
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 51 deletions.
50 changes: 10 additions & 40 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,25 @@
* 2.1.9

* chore: add test case of [*RequestClassExporter] [(#412)](https://github.com/tangcent/easy-yapi/pull/412)

* chore: add test case of [CustomizedPsiClassHelper] [(#411)](https://github.com/tangcent/easy-yapi/pull/411)

* chore: add test case of [DefaultModuleHelper] [(#410)](https://github.com/tangcent/easy-yapi/pull/410)

* chore: add test case of [MarkdownApiExporter] [(#409)](https://github.com/tangcent/easy-yapi/pull/409)

* chore: add test case of [DefaultMethodInferHelper] [(#408)](https://github.com/tangcent/easy-yapi/pull/408)

* chore: add test case of implements of AutoSearchConfigReader [(#407)](https://github.com/tangcent/easy-yapi/pull/407)

* fix: DefaultMethodDocHelper#appendDesc [(#406)](https://github.com/tangcent/easy-yapi/pull/406)

* chore: add test case of [DefaultRequestHelper] [(#405)](https://github.com/tangcent/easy-yapi/pull/405)
* 2.2.0

* chore: add test cases [(#404)](https://github.com/tangcent/easy-yapi/pull/404)
* feat: [methodDoc-yapi] parse params as query for `GET` [(#432)](https://github.com/tangcent/easy-yapi/pull/432)

* chore: add test cases [(#403)](https://github.com/tangcent/easy-yapi/pull/403)
* fix: alway split tags with \n [(#431)](https://github.com/tangcent/easy-yapi/pull/431)

* chore: update ApacheHttpClientTest [(#402)](https://github.com/tangcent/easy-yapi/pull/402)
* feat: support yapi json5 [(#430)](https://github.com/tangcent/easy-yapi/pull/430)

* chore: add test cases [(#401)](https://github.com/tangcent/easy-yapi/pull/401)
* feat: init dbBeanBinderFactory by lazy [(#426)](https://github.com/tangcent/easy-yapi/pull/426)

* chore: update ApacheHttpClientTest [(#400)](https://github.com/tangcent/easy-yapi/pull/400)
* opti: add the specified sqlite dependency [(#427)](https://github.com/tangcent/easy-yapi/pull/427)

* chore: update workflows [(#399)](https://github.com/tangcent/easy-yapi/pull/399)
* feat: init dao by lazy [(#423)](https://github.com/tangcent/easy-yapi/pull/423)

* chore: update KVUtilsTest [(#398)](https://github.com/tangcent/easy-yapi/pull/398)
* fix: fromJson compatible with the old version [(#422)](https://github.com/tangcent/easy-yapi/pull/422)

* chore: update README.md [(#397)](https://github.com/tangcent/easy-yapi/pull/397)
* 2.1.9

* chore: add test cases [(#396)](https://github.com/tangcent/easy-yapi/pull/396)
* fix: DefaultMethodDocHelper#appendDesc [(#406)](https://github.com/tangcent/easy-yapi/pull/406)

* fix: block recursive call getValue [(#395)](https://github.com/tangcent/easy-yapi/pull/395)

* chore: add test case of [KVKit] [(#393)](https://github.com/tangcent/easy-yapi/pull/393)

* chore: support co [(#391)](https://github.com/tangcent/easy-yapi/pull/391)

* chore: add test cases [(#390)](https://github.com/tangcent/easy-yapi/pull/390)

* chore: add test case for [KVUtils] [(#389)](https://github.com/tangcent/easy-yapi/pull/389)

* chore: add test case for [KitUtils] [(#387)](https://github.com/tangcent/easy-yapi/pull/387)

* chore: ignore `chore` for patch release [(#386)](https://github.com/tangcent/easy-yapi/pull/386)

* chore: add test case for [ExtensibleKit] [(#385)](https://github.com/tangcent/easy-yapi/pull/385)

* fix: parse `Header`&`Param` by `ExtensibleKit.fromJson` [(#384)](https://github.com/tangcent/easy-yapi/pull/384)

* 2.1.8
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group 'com.itangcent'
version '2.1.9.183.0'
version '2.2.0.183.0'

@SuppressWarnings("GroovyAssignabilityCheck")
static def majorVersion(version) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin_name=EasyYapi
plugin_version=2.1.9.183.0
plugin_version=2.2.0.183.0
org.gradle.jvmargs=-Dfile.encoding=UTF-8
systemProp.file.encoding=UTF-8
org.gradle.daemon=true
Expand Down
30 changes: 22 additions & 8 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.1.9">v2.1.9.183.0(2021-03-28)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.0">v2.2.0.183.0(2021-04-11)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>fix:
<li> fix: DefaultMethodDocHelper#appendDesc <a
href="https://github.com/tangcent/easy-yapi/pull/406">(#406)</a>
<ul>enhancement:
<li> feat: [methodDoc-yapi] parse params as query for `GET` <a
href="https://github.com/tangcent/easy-yapi/pull/432">(#432)</a>
</li>
<li> feat: support yapi json5 <a
href="https://github.com/tangcent/easy-yapi/pull/430">(#430)</a>
</li>
<li> feat: init dbBeanBinderFactory by lazy <a
href="https://github.com/tangcent/easy-yapi/pull/426">(#426)</a>
</li>
<li> opti: add the specified sqlite dependency <a
href="https://github.com/tangcent/easy-yapi/pull/427">(#427)</a>
</li>
<li> fix: block recursive call getValue <a
href="https://github.com/tangcent/easy-yapi/pull/395">(#395)</a>
<li> feat: init dao by lazy <a
href="https://github.com/tangcent/easy-yapi/pull/423">(#423)</a>
</li>
</ul>
<ul>fix:
<li> fix: alway split tags with \n <a
href="https://github.com/tangcent/easy-yapi/pull/431">(#431)</a>
</li>
<li> fix: parse `Header`&`Param` by `ExtensibleKit.fromJson` <a
href="https://github.com/tangcent/easy-yapi/pull/384">(#384)</a>
<li> fix: fromJson compatible with the old version <a
href="https://github.com/tangcent/easy-yapi/pull/422">(#422)</a>
</li>
</ul>
2 changes: 1 addition & 1 deletion idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.itangcent.idea.plugin.easy-yapi</id>
<name>EasyYapi</name>
<version>2.1.9.183.0</version>
<version>2.2.0.183.0</version>
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor>

<description><![CDATA[ Description will be added by gradle build]]></description>
Expand Down

0 comments on commit 7cf5f19

Please sign in to comment.