Skip to content

Commit

Permalink
Merge pull request #209 from tangcent/release/stable
Browse files Browse the repository at this point in the history
release v1.4.2.183.0
  • Loading branch information
tangcent authored Dec 15, 2019
2 parents 6ba4b4b + 46d7ec1 commit 67876bd
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 9 deletions.
8 changes: 8 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,13 @@
4. enhance:import spring properties by recommend [(#181)](https://github.com/tangcent/easy-api/pull/181)
5. enhance:Auto reload the configuration while context switch [(#185)](https://github.com/tangcent/easy-api/pull/185)

* 1.4.0 ~
1. enhance:support new rule: `api.name` [(#200)](https://github.com/tangcent/easy-api/pull/200)
2. enhance:new method `contextType` for rule [(#201)](https://github.com/tangcent/easy-api/pull/201)
3. enhance:cache parsed additional `Header`/`Param` [(#205)](https://github.com/tangcent/easy-api/pull/205)
4. enhance:ignore param extend HttpServletRequest/HttpServletResponse [(#206)](https://github.com/tangcent/easy-api/pull/206)
5. enhance:new rule: `method.default.http.method` [(#207)](https://github.com/tangcent/easy-api/pull/207)



2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group 'com.itangcent'
version '1.4.1.183.0'
version '1.4.2.183.0'
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.daemon=true
org.gradle.workers.max=8
idea_version=2017.3.5
plugin_name=EasyApi
plugin_version=1.4.1.183.0
plugin_version=1.4.2.183.0

descriptionFile=parts/pluginDescription.html
changesFile=parts/pluginChanges.html
13 changes: 8 additions & 5 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<a href="https://github.com/tangcent/easy-api/releases/tag/v1.4.1">v1.4.1.183.0(2019-12-01)</a>
<a href="https://github.com/tangcent/easy-api/releases/tag/v1.4.2">v1.4.2.183.0(2019-12-15)</a>
<br/>
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
<li>support new rule: `api.name`<a
href="https://github.com/tangcent/easy-api/pull/200">(#200)</a>
<li>cache parsed additional `Header`/`Param`<a
href="https://github.com/tangcent/easy-api/pull/205">(#205)</a>
</li>
<li>new method `contextType` for rule<a
href="https://github.com/tangcent/easy-api/pull/201">(#201)</a>
<li>ignore param extend HttpServletRequest/HttpServletResponse<a
href="https://github.com/tangcent/easy-api/pull/206">(#206)</a>
</li>
<li>new rule: method.default.http.method<a
href="https://github.com/tangcent/easy-api/pull/207">(#207)</a>
</li>
</ul>
4 changes: 3 additions & 1 deletion idea-plugin/parts/pluginDescription.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ <h1>easy-api</h1>
<br/>
<br/>

<b>A plugin that simplifies API development</b>
<b>A plugin that simplifies API development.</b>
<br/>
<b>Elegant documentation comes from elegant code comments.</b>
<br/>
<br/>

Expand Down
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>1.4.1.183.0</version>
<version>1.4.2.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 67876bd

Please sign in to comment.