Skip to content

Commit

Permalink
release v2.2.3 (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent committed Feb 5, 2023
1 parent c5519ea commit ddc840a
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 8 deletions.
12 changes: 12 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
* 2.2.3

* fix: fix helper.resolveLink(s) [(#478)](https://github.com/tangcent/easy-api/pull/478)

* feat: new script method `class.toObject` [(#477)](https://github.com/tangcent/easy-api/pull/477)

* feat: support swagger3 [(#476)](https://github.com/tangcent/easy-api/pull/476)

* feat: refresh button in [EasyApi > Remote] [(#475)](https://github.com/tangcent/easy-api/pull/475)

* fix: wrap annotation array parameter in script rule execute [(#474)](https://github.com/tangcent/easy-api/pull/474)

* 2.2.2

* fix: support ConfigurationProperties("prefix") [(#472)](https://github.com/tangcent/easy-api/pull/472)
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.2.2.183.0'
version '2.2.3.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=EasyApi
plugin_version=2.2.2.183.0
plugin_version=2.2.3.183.0
org.gradle.jvmargs=-Dfile.encoding=UTF-8
systemProp.file.encoding=UTF-8
org.gradle.daemon=true
Expand Down
21 changes: 16 additions & 5 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.2.2">v2.2.2.183.0(2022-12-25)</a>
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.2.3">v2.2.3.183.0(2023-01-30)</a>
<br/>
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
<li> feat: new script method `class.toObject` <a
href="https://github.com/tangcent/easy-api/pull/477">(#477)</a>
</li>
<li> feat: support swagger3 <a
href="https://github.com/tangcent/easy-api/pull/476">(#476)</a>
</li>
<li> feat: refresh button in [EasyApi > Remote] <a
href="https://github.com/tangcent/easy-api/pull/475">(#475)</a>
</li>
</ul>
<ul>fix:
<li> fix: support ConfigurationProperties("prefix") <a
href="https://github.com/tangcent/easy-api/pull/472">(#472)</a>
<li> fix: fix helper.resolveLink(s) <a
href="https://github.com/tangcent/easy-api/pull/478">(#478)</a>
</li>
<li> fix: Gson no longer always parse number to double <a
href="https://github.com/tangcent/easy-api/pull/471">(#471)</a>
<li> fix: wrap annotation array parameter in script rule execute <a
href="https://github.com/tangcent/easy-api/pull/474">(#474)</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-api</id>
<name>EasyApi</name>
<version>2.2.2.183.0</version>
<version>2.2.3.183.0</version>
<vendor email="pentatangcent@gmail.com" url="https://github.com/tangcent">Tangcent</vendor>

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

0 comments on commit ddc840a

Please sign in to comment.