We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929e067 commit 288e655Copy full SHA for 288e655
1 file changed
CHANGELOG.md
@@ -27,6 +27,7 @@
27
- Improved Flask route mapping to preserve static blueprint URL prefixes, thanks @rohitjavvadi.
28
- Improved Django route mapping to preserve literal `include()` route prefixes, thanks @rohitjavvadi.
29
- Added conservative Rails route mapping for literal root and HTTP verb routes, thanks @rohitjavvadi.
30
+- Fixed heuristic feature mapping to honor configured path include/exclude filters, thanks @schedawg74.
31
- Fixed Express route mapping for aliased Router imports that follow block comment banners, thanks @rohitjavvadi.
32
- Fixed Laravel route mapping to include array-style `Route::group` prefixes, thanks @rohitjavvadi.
33
- Fixed Fastify route-object mapping to emit static method arrays while ignoring dynamic entries, thanks @rohitjavvadi.
0 commit comments