Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 596 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
27 lines (18 loc) · 596 Bytes

v1.0.1

  • Updated underscore peer dependency
  • Updated babel-preset-es2015-rollup devDependency

v1.0.0

  • Updated dev deps to peer deps

v0.3.0

  • Updated tooling to babel 6
  • Updated dependencies and made them peers

v0.2.0

  • Test Coverage 100%
  • BREAKING: Moved translateRoute to a static method on Backbone.EventRouter
  • Fixed the arguments passed to noMatch event
  • Fixed the event name being passed on navigate (Thanks @Courey!)

v0.1.1

  • BREAKING: Renamed addTriggerRoute to addRouteTrigger
  • Update to Node v4

v0.1.0

  • Initial Commit