Comparing version 0.2.2 to 0.2.3
@@ -0,1 +1,5 @@ | ||
v0.2.3 2015-02-06 | ||
- it shouldn't die if requiring JSON, fix #12 | ||
v0.2.1 2015-01-23 | ||
@@ -2,0 +6,0 @@ |
@@ -8,2 +8,6 @@ 'use strict'; | ||
if (/\.json$/.test(file)) { | ||
return through(); | ||
} | ||
var data = ''; | ||
@@ -10,0 +14,0 @@ function write(chunk) { |
{ | ||
"name": "flowcheck", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Runtime type checking for Flow", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,2 +30,3 @@ # Why? | ||
- polymorphic types **are erased** | ||
- supports optional properties in objects (using `void` type) [#38](https://github.com/facebook/flow/issues/38) | ||
@@ -32,0 +33,0 @@ # Modules |
25013
579
55