now detects trailing slashes, if somewhat brittle (#8)

This commit is contained in:
Ryan Brink
2021-04-14 07:29:44 -04:00
committed by GitHub
parent fbf8c15694
commit 1839d0e36f
6 changed files with 223 additions and 3 deletions

View File

@ -1,3 +1,9 @@
## [0.0.4] - April 14th, 2021
### Changed
- Added fix to route selector matching that accounts for trailing slash selection
## [0.0.3] - April 13th, 2021
### Added