Bug fixes
- Fixes an issue that resulted into no request parameters being returned when matched against a URL with query parameters (#130, #141).
- Fixes an issue that resulted into
SyntaxError: Invalid regular expression: invalid group specifier name
exception in Safari and Firefox due to the usage of a negative lookbehind token in RegExp internally (#142, #143)