Skip to content

Commit

Permalink
release 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent committed Nov 26, 2023
1 parent c99474e commit 28d56d7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
7 changes: 7 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* 2.2.9
* feat: Enhance support for enum fields in 'field' [(#527)](https://github.com/tangcent/easy-api/pull/527)

* amend: refactor ResolveMultiPath enum to encapsulate url selection logic [(#526)](https://github.com/tangcent/easy-api/pull/526)

* amend: Restrict api selection to single item in ApiCall [(#524)](https://github.com/tangcent/easy-api/pull/524)

* 2.2.8

* feat: Add support for exporting APIs as .http files [(#522)](https://github.com/tangcent/easy-api/pull/522)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
- [Export API Doc To`Postman`](https://easyapi.itangcent.com/documents/export2postman.html)
- [Export API Doc To`Markdown`](https://easyapi.itangcent.com/documents/export2markdown.html)

| | Support | Additional |
|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------|
| language | java, kotlin | scala |
| web | [spring](https://spring.io/), [feign](https://spring.io/projects/spring-cloud-openfeign), [jaxrs](https://www.oracle.com/technical-resources/articles/java/jax-rs.html) ([quarkus](https://quarkus.io/) or [jersey](https://eclipse-ee4j.github.io/jersey/)) | [dubbo](https://dubbo.apache.org) |
| channels | [Postman](https://easyapi.itangcent.com/documents/export2postman.html), [Markdown](https://easyapi.itangcent.com/documents/export2markdown.html) , [Curl](https://curl.se/) | - |
| frameworks | javax.validation, Jackson, Gson | [swagger](https://swagger.io/) |
| | Support | Extended Support |
|------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------|
| language | java, kotlin | scala |
| web | [spring](https://spring.io/), [feign](https://spring.io/projects/spring-cloud-openfeign), [jaxrs](https://www.oracle.com/technical-resources/articles/java/jax-rs.html) ([quarkus](https://quarkus.io/) or [jersey](https://eclipse-ee4j.github.io/jersey/)) | [dubbo](https://dubbo.apache.org) |
| channels | [Postman](https://easyapi.itangcent.com/documents/export2postman.html), [Markdown](https://easyapi.itangcent.com/documents/export2markdown.html) , [Curl](https://curl.se/) , [HttpClient](https://plugins.jetbrains.com/plugin/13121-http-client) | - |
| frameworks | javax.validation, Jackson, Gson | [swagger](https://swagger.io/) |

## Navigation

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.8.212.0
plugin_version=2.2.9.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
Expand Down
13 changes: 4 additions & 9 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.2.8">v2.2.8(2023-11-19)</a><br>
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.2.9">v2.2.9(2023-11-26)</a><br>
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>

<ul>
<li style="list-style: none">enhancements:</li>
<li style="list-style: none">enhancements:</li>

<li>enhancements: feat: Add support for exporting APIs as .http files (<a
href="https://github.com/tangcent/easy-api/pull/522">#522</a>)
</li>
<li>enhancements: feat: Enhance support for enum fields in 'field' (<a href="https://github.com/tangcent/easy-api/pull/527">#527</a>)</li>

<li>enhancements: feat: support search in several dialogs (<a href="https://github.com/tangcent/easy-api/pull/521">#521</a>)
</li>

</ul>
</ul>

0 comments on commit 28d56d7

Please sign in to comment.