-
Notifications
You must be signed in to change notification settings - Fork 35
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
2 changed files
with
16 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<idea-plugin> | ||
<name>GsonFormatPlus</name> | ||
<version>1.5.9</version> | ||
<version>1.6.0</version> | ||
<description><![CDATA[ | ||
<!doctype html> | ||
<html> | ||
|
@@ -57,6 +57,13 @@ which is base on GsonFormat and more flexible and convenient. Welcome to issue a | |
<p> </p> | ||
<h2>Version Info</h2> | ||
<p>1.6.0 by wangzhejun</p> | ||
<ul> | ||
<li>support auto format</li> | ||
<li>fix comment position</li> | ||
<li>fix camel convert</li> | ||
</ul> | ||
<p>1.5.8 by wangzhejun</p> | ||
<ul> | ||
<li>fix json camel bug</li> | ||
|
@@ -114,6 +121,13 @@ which is base on GsonFormat and more flexible and convenient. Welcome to issue a | |
<vendor email="[email protected]">mars-men</vendor> | ||
<idea-version since-build="107.121"/> | ||
<change-notes><![CDATA[ | ||
<p>1.6.0</p> | ||
<ul> | ||
<li>support auto format</li> | ||
<li>fix comment position</li> | ||
<li>fix camel convert</li> | ||
</ul> | ||
<p>1.5.6</p> | ||
<ul> | ||
<li>fix several bug</li> | ||
|