We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b900b2f commit 41b23a8Copy full SHA for 41b23a8
Changelog
@@ -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
+
12
v0.6.0
13
14
- Bump version to 0.6.0
0 commit comments