Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Ashworth committed Jan 23, 2015
1 parent 82a4562 commit 25ad186
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.5.0 (1/23/2015)

* Shows warning for reference types in attributes https://github.com/flightjs/flight/commit/66164d95e72d26dee1ab39e9edd4f8c26147972c
* Add Gitter room button https://github.com/flightjs/flight/commit/66164d95e72d26dee1ab39e9edd4f8c26147972c
* Remove debug-mode serializable event data restrction https://github.com/flightjs/flight/commit/66164d95e72d26dee1ab39e9edd4f8c26147972c
* Update Advice API doc for event and data params, multiple advice https://github.com/flightjs/flight/pull/330
* Document function-in-attributes behaviour https://github.com/flightjs/flight/commit/82a45623f3954e5831503317b0e716b9fe5b8bb1

## v1.4.0 (1/14/2015)

### 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": "index.js",
"version": "1.4.0",
"version": "1.5.0",
"ignore": [
".*",
"doc",
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": "flightjs",
"version": "1.4.0",
"version": "1.5.0",
"main": "build/flight.js",
"files": [
"build/flight.js"
Expand Down

0 comments on commit 25ad186

Please sign in to comment.