Skip to content

Releases: viartemev/requestmapper

v1.0.0

02 Jun 10:20
2757adb
Compare
Choose a tag to compare
Update README.md

v0.18.0

03 Feb 07:51
Compare
Choose a tag to compare

Bugfix: Fix NoSuchElementException PsiExpressionExtractor

Release 0.16.0

02 Dec 12:35
7825fbe
Compare
Choose a tag to compare

Add Micronaut support

Release 0.15.0

04 Dec 12:06
52c5c98
Compare
Choose a tag to compare
  • Bug fix (#127): No match root GET url if exist least one method with same PathVariable
  • Improvements: Move to Kotlin 1.3

0.14.0 release

02 May 06:50
73c6af7
Compare
Choose a tag to compare
  • Feature: add PATCH mapping for JAX-RS
  • Feature: add support for variables in @PathParam annotation (JAX-RS)
  • Feature: add support for variables in @PathVariable annotation (Spring)
  • Feature: add support for PsiPolyadicExpression mapping annotation (Spring, JAX-RS)
  • Bug fix: JAX-RS annotations issue

0.13.0 release

06 Apr 12:01
a363e64
Compare
Choose a tag to compare
Merge pull request #101 from viartemev/release-0.13.0

release 0.13.0

0.12.0 release

28 Mar 12:07
b7cbcf3
Compare
Choose a tag to compare
  • Feature: Add regex handling for path variables in Spring
  • Feature: Add regex handling for path variables in JAX-RS
  • Improvement: the Object type is used for unknown path variables (instead of String)
  • Bug fix: fix the issue with handling path variables without @PathVariables annotation

0.11.0 release

19 Mar 07:31
e335ed4
Compare
Choose a tag to compare
  • Add support for JAX-RS path params
  • Path.kt:14: rewrite isSimilarTo method
  • Search pattern should be case insensitive

0.10.0 improve path search algorithm

23 Feb 11:47
b6e3abf
Compare
Choose a tag to compare
Merge pull request #65 from viartemev/release-0.10

release 0.10

0.9.0 add type for PathVariables

08 Feb 13:29
Compare
Choose a tag to compare
  • Improvement: add type for PathVariables
  • Improvement: update documentation