Hello, firstly I would like to thank you for this great library.
My pull request fix problem in checking if params are inside URL.
For example: country/:id/location/:locationId will fail due to splitting only by /: (resulting routeParts variable is ['country', 'id/location', 'locationId' ].
Hello, firstly I would like to thank you for this great library.
My pull request fix problem in checking if params are inside URL.
For example:
country/:id/location/:locationId
will fail due to splitting only by/:
(resultingrouteParts
variable is['country', 'id/location', 'locationId' ]
.