Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (23 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 1.53 KB
  • 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 under queryString
  • 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