Requestmapper Versions Save

🔍 Request mapper is a plugin for IntelliJ IDEA for quick navigation to URL mapping declarations

v1.0.0

3 years ago

0.18.0

4 years ago

Bugfix: Fix NoSuchElementException PsiExpressionExtractor

0.16.0

4 years ago

Add Micronaut support

0.15.0

5 years ago
  • 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

6 years ago
  • 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

6 years ago

0.12.0

6 years ago
  • 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

6 years ago
  • Add support for JAX-RS path params
  • Path.kt:14: rewrite isSimilarTo method
  • Search pattern should be case insensitive

0.10.0

6 years ago

0.9.0

6 years ago
  • Improvement: add type for PathVariables
  • Improvement: update documentation