-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from viartemev/release-0.13.0
release 0.13.0
- Loading branch information
Showing
2 changed files
with
4 additions
and
7 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,7 +1,7 @@ | ||
<idea-plugin> | ||
<id>com.viartemev.requestmapper</id> | ||
<name>Request mapper</name> | ||
<version>0.12</version> | ||
<version>0.13</version> | ||
<vendor email="[email protected]" url="https://github.com/viartemev">Vyacheslav Artemyev</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -44,10 +44,7 @@ | |
|
||
<change-notes><![CDATA[ | ||
<ul> | ||
<li>Feature: Add regex handling for path variables in Spring</li> | ||
<li>Feature: Add regex handling for path variables in JAX-RS</li> | ||
<li>Improvement: the Object type is used for unknown path variables (instead of String)</li> | ||
<li>Bug fix: fix the issue with handling path variables without @PathVariables annotation</li> | ||
<li>Bug fix: No match path without slash at the begin</li> | ||
</ul> | ||
]]> | ||
</change-notes> | ||
|