Skip to content

Commit

Permalink
release v2.1.9 (#413)
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 Mar 28, 2021
1 parent 6eec304 commit 8e7d38d
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 7 deletions.
54 changes: 54 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
* 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)

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

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

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

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

* chore: update ApacheHttpClientTest [(#400)](https://github.com/tangcent/easy-yapi/pull/400)

* chore: update workflows [(#399)](https://github.com/tangcent/easy-yapi/pull/399)

* chore: update KVUtilsTest [(#398)](https://github.com/tangcent/easy-yapi/pull/398)

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

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

* 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

* fix: use `asKV` instead of `as KV<>` [(#364)](https://github.com/tangcent/easy-yapi/pull/364)
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.8.183.0'
version '2.1.9.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.8.183.0
plugin_version=2.1.9.183.0
org.gradle.jvmargs=-Dfile.encoding=UTF-8
systemProp.file.encoding=UTF-8
org.gradle.daemon=true
Expand Down
14 changes: 10 additions & 4 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.1.8">v2.1.8.183.0(2021-03-07)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.1.9">v2.1.9.183.0(2021-03-28)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>fix:
<li> fix: use `asKV` instead of `as KV<>` <a
href="https://github.com/tangcent/easy-yapi/pull/364">(#364)</a>
</li>
<li> fix: DefaultMethodDocHelper#appendDesc <a
href="https://github.com/tangcent/easy-yapi/pull/406">(#406)</a>
</li>
<li> fix: block recursive call getValue <a
href="https://github.com/tangcent/easy-yapi/pull/395">(#395)</a>
</li>
<li> fix: parse `Header`&`Param` by `ExtensibleKit.fromJson` <a
href="https://github.com/tangcent/easy-yapi/pull/384">(#384)</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.8.183.0</version>
<version>2.1.9.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 8e7d38d

Please sign in to comment.