Skip to content

Commit

Permalink
release v2.5.4 (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Feb 27, 2023
1 parent c7be7b1 commit 15c004a
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 8 deletions.
14 changes: 14 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
* 2.5.4

* feat: provide aliases for several rule tools [(#925)](https://github.com/tangcent/easy-yapi/pull/925)

* chore: update version of intellij-kotlin to 1.4.5 [(#924)](https://github.com/tangcent/easy-yapi/pull/924)

* fix: fix api response in postman [(#923)](https://github.com/tangcent/easy-yapi/pull/923)

* feat: new rule tool: runtime [(#922)](https://github.com/tangcent/easy-yapi/pull/922)

* feat: support jakarta.validation [(#918)](https://github.com/tangcent/easy-yapi/pull/918)

* feat: support export apis from groovy [(#912)](https://github.com/tangcent/easy-yapi/pull/912)

* 2.5.3

* chore: update swagger config [(#904)](https://github.com/tangcent/easy-yapi/pull/904)
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.5.3.191.0'
version '2.5.4.191.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.5.3.191.0
plugin_version=2.5.4.191.0
org.gradle.jvmargs=-Dfile.encoding=UTF-8
systemProp.file.encoding=UTF-8
org.gradle.daemon=true
Expand Down
19 changes: 14 additions & 5 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.5.3">v2.5.3.191.0(2023-01-16)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.5.4">v2.5.4.191.0(2023-02-27)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
<li> feat: new script method `class.toObject` <a
href="https://github.com/tangcent/easy-yapi/pull/903">(#903)</a>
<li> feat: provide aliases for several rule tools <a
href="https://github.com/tangcent/easy-yapi/pull/925">(#925)</a>
</li>
<li> feat: new rule tool: runtime <a
href="https://github.com/tangcent/easy-yapi/pull/922">(#922)</a>
</li>
<li> feat: support jakarta.validation <a
href="https://github.com/tangcent/easy-yapi/pull/918">(#918)</a>
</li>
<li> feat: support export apis from groovy <a
href="https://github.com/tangcent/easy-yapi/pull/912">(#912)</a>
</li>
</ul>
<ul>fix:
<li> fix: fix helper.resolveLink(s) <a
href="https://github.com/tangcent/easy-yapi/pull/900">(#900)</a>
<li> fix: fix api response in postman <a
href="https://github.com/tangcent/easy-yapi/pull/923">(#923)</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.5.3.191.0</version>
<version>2.5.4.191.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 15c004a

Please sign in to comment.