Skip to content

Commit 33be080

Browse files
author
Tom Ashworth
committed
v1.5.1
1 parent 6981645 commit 33be080

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.1 (10/6/2015)
2+
3+
* debug.warn like console.log https://github.com/flightjs/flight/commit/70dd4a3
4+
* Fix component logging in debug mode. https://github.com/flightjs/flight/commit/c741a6a
5+
* Punctuation fix https://github.com/flightjs/flight/commit/7bb5310
6+
* Rename define to defineComponent https://github.com/flightjs/flight/commit/65d5b0e
7+
* Warn on use of defaultAttrs in debug mode https://github.com/flightjs/flight/commit/04fb2eb
8+
19
## v1.5.0 (1/23/2015)
210

311
* Shows warning for reference types in attributes https://github.com/flightjs/flight/commit/66164d95e72d26dee1ab39e9edd4f8c26147972c

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.5.0",
5+
"version": "1.5.1",
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.5.0",
3+
"version": "1.5.1",
44
"main": "build/flight.js",
55
"files": [
66
"build/flight.js"

0 commit comments

Comments
 (0)