- Update to support Lodash v4
- Updated dependencies to include the latest Backbone versions.
- Updated dependencies to include the latest Backbone versions.
- New feature: The
routeData
Object now returns the original query string underqueryString
- New feature: Splat values are now included in
routeData.params
- Updated dependencies to include the latest Backbone and Underscore versions.
- Enhancement: Adds support for multiple query parameters of the same name. They are returned as an array.
- Updated Backbone dependency
- Tests against multiple versions of Backbone/Underscore
- Bug fix: Uses the constructor on the Router's prototype
- Refactor: No longer override
_routeToRegExp
- Refactor: Simplified method to parse query parameters
- Bug fix:
routeParams
was removed from the prototype