Skip to content

Commit 41b23a8

Browse files
committed
Update Changelog for 0.7.0 release
1 parent b900b2f commit 41b23a8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v0.7.0
2+
- Bump version to 0.7.0
3+
- Initial support for ES6 import/export (with CommonJS interop)
4+
- Updates to CSS/CSSOM interface definitions
5+
- propTypes in React components now dictate the concrete type signature for this.props
6+
- Show errors in type-at-pos output
7+
- Flow now watches include paths specified in .flowconfig for file changes
8+
- Interpret `x != undefined` and `x != null` as the same refinement
9+
- Use Object.prototype.hasOwnProperty() calls as a refinement
10+
- Updates to Element and HTMLElement interface definitions
11+
112
v0.6.0
213

314
- Bump version to 0.6.0

0 commit comments

Comments
 (0)