Skip to content

Commit bb5328d

Browse files
committed
Merge pull request #223 from flightjs/v1_1_3
v1.1.3
2 parents 7514a91 + 9f9a6f9 commit bb5328d

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v1.1.3 (2/18/2014)
2+
3+
###features
4+
* `on` now optionally accepts an event to trigger instead of a callback
5+
https://github.com/flightjs/flight/pull/217
6+
7+
* logger now shows trigger payload
8+
https://github.com/flightjs/flight/pull/213
9+
10+
* `getBoundRequests` addes to registry as a convenience
11+
https://github.com/flightjs/flight/pull/214
12+
13+
###bug fixes and tweaks
14+
15+
* correct clean-up when 'off' callback is a bound function
16+
https://github.com/flightjs/flight/pull/222
17+
118
## v1.1.2 (1/14/2014)
219

320
###features

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flight",
33
"description": "Clientside component infrastructure",
44
"main": "lib/index.js",
5-
"version": "1.1.2",
5+
"version": "1.1.3",
66
"ignore": [
77
"doc",
88
"tools",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flight",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"devDependencies": {
55
"karma": "~0.10.1",
66
"karma-jasmine": "~0.1.0",

0 commit comments

Comments
 (0)