Skip to content

Commit

Permalink
Merge pull request #223 from flightjs/v1_1_3
Browse files Browse the repository at this point in the history
v1.1.3
  • Loading branch information
angus-c committed Feb 19, 2014
2 parents 7514a91 + 9f9a6f9 commit bb5328d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v1.1.3 (2/18/2014)

###features
* `on` now optionally accepts an event to trigger instead of a callback
https://github.com/flightjs/flight/pull/217

* logger now shows trigger payload
https://github.com/flightjs/flight/pull/213

* `getBoundRequests` addes to registry as a convenience
https://github.com/flightjs/flight/pull/214

###bug fixes and tweaks

* correct clean-up when 'off' callback is a bound function
https://github.com/flightjs/flight/pull/222

## v1.1.2 (1/14/2014)

###features
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flight",
"description": "Clientside component infrastructure",
"main": "lib/index.js",
"version": "1.1.2",
"version": "1.1.3",
"ignore": [
"doc",
"tools",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flight",
"version": "1.1.2",
"version": "1.1.3",
"devDependencies": {
"karma": "~0.10.1",
"karma-jasmine": "~0.1.0",
Expand Down

0 comments on commit bb5328d

Please sign in to comment.