-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
35 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,28 @@ | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.1.9">v2.1.9.183.0(2021-03-28)</a> | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.0">v2.2.0.183.0(2021-04-11)</a> | ||
<br/> | ||
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a> | ||
<ul>fix: | ||
<li> fix: DefaultMethodDocHelper#appendDesc <a | ||
href="https://github.com/tangcent/easy-yapi/pull/406">(#406)</a> | ||
<ul>enhancement: | ||
<li> feat: [methodDoc-yapi] parse params as query for `GET` <a | ||
href="https://github.com/tangcent/easy-yapi/pull/432">(#432)</a> | ||
</li> | ||
<li> feat: support yapi json5 <a | ||
href="https://github.com/tangcent/easy-yapi/pull/430">(#430)</a> | ||
</li> | ||
<li> feat: init dbBeanBinderFactory by lazy <a | ||
href="https://github.com/tangcent/easy-yapi/pull/426">(#426)</a> | ||
</li> | ||
<li> opti: add the specified sqlite dependency <a | ||
href="https://github.com/tangcent/easy-yapi/pull/427">(#427)</a> | ||
</li> | ||
<li> fix: block recursive call getValue <a | ||
href="https://github.com/tangcent/easy-yapi/pull/395">(#395)</a> | ||
<li> feat: init dao by lazy <a | ||
href="https://github.com/tangcent/easy-yapi/pull/423">(#423)</a> | ||
</li> | ||
</ul> | ||
<ul>fix: | ||
<li> fix: alway split tags with \n <a | ||
href="https://github.com/tangcent/easy-yapi/pull/431">(#431)</a> | ||
</li> | ||
<li> fix: parse `Header`&`Param` by `ExtensibleKit.fromJson` <a | ||
href="https://github.com/tangcent/easy-yapi/pull/384">(#384)</a> | ||
<li> fix: fromJson compatible with the old version <a | ||
href="https://github.com/tangcent/easy-yapi/pull/422">(#422)</a> | ||
</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.9.183.0</version> | ||
<version>2.2.0.183.0</version> | ||
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor> | ||
|
||
<description><![CDATA[ Description will be added by gradle build]]></description> | ||
|