@flourish/interpreter
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@flourish/interpreter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Does a best guess at the type of data supplied", | ||
"main": "src/index.js", | ||
"main": "interpreter.js", | ||
"module": "src/index.js", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "build": "rollup -c", |
@@ -0,8 +1,11 @@ | ||
# 1.0.1 | ||
Make work with `require` import | ||
# 1.0.0 | ||
* Made createInterpreter the default export. | ||
* Optionally specify allowed types in interpreter creation. | ||
* Methods for specifying how many failures are allowed and how many different failing values. | ||
* Optionally (on by default) sort by descending failure fraction (with string always last). | ||
* Max number of array elements to interpret now set at method of interpreter. | ||
* Drop coordinate types. Intend to resurrect as properties or methods of number types in the future. | ||
* Made createInterpreter the default export | ||
* Optionally specify allowed types in interpreter creation | ||
* Methods for specifying how many failures are allowed and how many different failing values | ||
* Optionally (on by default) sort by descending failure fraction (with string always last) | ||
* Max number of array elements to interpret now set at method of interpreter | ||
* Drop coordinate types. Intend to resurrect as properties or methods of number types in the future | ||
@@ -9,0 +12,0 @@ # 0.2.1 |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
58002
12
1395
1