We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc95865 commit 4e92960Copy full SHA for 4e92960
Changelog
@@ -1,3 +1,20 @@
1
+v0.10.0
2
+
3
+- Bump version to 0.10.0
4
+- Support import/export type
5
+- [PR #412] More fs implementation
6
+- Support for static overloads
7
+- Fix order of args matched with overloads
8
+- Allow methods to have properties
9
+- [PR #405] Make interface-defined modules work with CommonJS/ES6Module interop
10
+- Refine mixed
11
+- Fix typeof null === "object" refinement
12
+- [PR #397] Facilitate debug builds
13
+- [PR #401] Improve error message clarity in a few places
14
+- Remove 'everything is a bool' implicit cast
15
+- Fix issues with optional properties during InstanceT ~> ObjT
16
+- Fix abnormals in catch blocks
17
18
v0.9.2
19
20
- Fix lowercasing issue where "flow Path/To/Root" became "flow path/to/root"
0 commit comments