Hey,
Currently when there is a slash at the end of a route, the match function returns false.
For example:
routeParser('/test').match('/test/') // false
Is this the expected behavior? Shouldn't the above return a truthful value, since the slash at the end doesn't have a real meaning?