Skip to content

Commit 25ad186

Browse files
author
Tom Ashworth
committed
v1.5.0
1 parent 82a4562 commit 25ad186

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.5.0 (1/23/2015)
2+
3+
* Shows warning for reference types in attributes https://github.com/flightjs/flight/commit/66164d95e72d26dee1ab39e9edd4f8c26147972c
4+
* Add Gitter room button https://github.com/flightjs/flight/commit/66164d95e72d26dee1ab39e9edd4f8c26147972c
5+
* Remove debug-mode serializable event data restrction https://github.com/flightjs/flight/commit/66164d95e72d26dee1ab39e9edd4f8c26147972c
6+
* Update Advice API doc for event and data params, multiple advice https://github.com/flightjs/flight/pull/330
7+
* Document function-in-attributes behaviour https://github.com/flightjs/flight/commit/82a45623f3954e5831503317b0e716b9fe5b8bb1
8+
19
## v1.4.0 (1/14/2015)
210

311
### 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": "index.js",
5-
"version": "1.4.0",
5+
"version": "1.5.0",
66
"ignore": [
77
".*",
88
"doc",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flightjs",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"main": "build/flight.js",
55
"files": [
66
"build/flight.js"

0 commit comments

Comments
 (0)