Releases: viartemev/requestmapper
Releases · viartemev/requestmapper
v1.0.0
v0.18.0
Release 0.16.0
Add Micronaut support
Release 0.15.0
- 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
- 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
Merge pull request #101 from viartemev/release-0.13.0 release 0.13.0
0.12.0 release
- 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
- 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
Merge pull request #65 from viartemev/release-0.10 release 0.10
0.9.0 add type for PathVariables
- Improvement: add type for PathVariables
- Improvement: update documentation