Skip to content

Commit

Permalink
bump and build v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfalgout committed Jan 24, 2016
1 parent 36e94ff commit a99494a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#### 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

* Renamed `addTriggerRoute` to `addRouteTrigger`
* **BREAKING:** Renamed `addTriggerRoute` to `addRouteTrigger`
* Update to Node v4

#### v0.1.0
Expand Down
7 changes: 4 additions & 3 deletions dist/backbone.eventrouter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/backbone.eventrouter.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/backbone.eventrouter.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/backbone.eventrouter.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.eventrouter",
"version": "0.1.1",
"version": "0.2.0",
"description": "A highly opinionated, simplistic Backbone.Router coupled with a Backbone.Radio.Channel",
"main": "./dist/backbone.eventrouter.js",
"engine": "node >= 4.0.0",
Expand Down

0 comments on commit a99494a

Please sign in to comment.