- Ensure installation works correctly on 0.8
- No more API changes
- Allow keys parameter to be omitted
- Code coverage badge
- Updated readme
- Attach keys to the generated regexp
- Add MIT license
- A passed in trailing slash in non-strict mode will become optional
- In non-end mode, the optional trailing slash will only match at the end
- Fixed a major capturing group regexp regression
- Improved support for arrays
- Improved support for regexps
- Better support for non-ending strict mode matches with a trailing slash
- Travis CI support
- Block using regexp special characters in the path
- Removed support for the asterisk to match all
- New support for parameter suffixes -
*
,+
and?
- Updated readme
- Provide delimiter information with keys array
- Move testing dependencies to
devDependencies
- Match entire substring with
options.end
- Properly handle ending and non-ending matches
- Add
options.end
- Update to match current express
- Add .license property to component.json