Skip to content

Commit

Permalink
Merge pull request #209 from flightjs/v_1_1_2
Browse files Browse the repository at this point in the history
v1.1.2
  • Loading branch information
angus-c committed Jan 14, 2014
2 parents af707ba + f53abb8 commit c4bb8b7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v1.1.2 (10/15/2013)

###features
* new `once` method can be used to mimick jQuery's $node.once behavior (PR 186)
* prevent subsequent event delegations by calling stopPropagation on the event (PR 202)

###bug fixes and tweaks
* prevent component.off from closing all event bindings for a given event and node (PR 192)
* clean up debugger and logger code (PR 193)
* ensure nested teardown support (PR 194)
* documentation improvements

## v1.1.1 (10/15/2013)

###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.1",
"version": "1.1.2",
"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.1",
"version": "1.1.2",
"devDependencies": {
"karma": "~0.10.1",
"karma-jasmine": "~0.1.0",
Expand Down

0 comments on commit c4bb8b7

Please sign in to comment.