Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "interpo", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "piecewise cubic hermite interpolating polynomials (pchip) for node", | ||
@@ -34,10 +34,10 @@ "main": "index.js", | ||
"bindings": "^1.2.0", | ||
"nan": "^1.2.0" | ||
"nan": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.9.1", | ||
"chai": "^4.0.2", | ||
"chai-stats": "^0.3.0", | ||
"jshint": "^2.5.1", | ||
"mocha": "^1.20.1" | ||
"jshint": "^2.9.5", | ||
"mocha": "^3.4.2" | ||
} | ||
} |
@@ -82,2 +82,12 @@ # interpo | ||
## Changelog | ||
### v1.0.1 | ||
*July 1, 2017.* Support for Node v0.12, v4, v5, v6, v7, and v8. | ||
### v1.0.0 | ||
*June 24, 2017.* First release. | ||
[homebrew]: http://brew.sh | ||
@@ -84,0 +94,0 @@ [node.js]: http://nodejs.org |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
110879
31
56
97
+ Addednan@2.22.2(transitive)
- Removednan@1.9.0(transitive)
Updatednan@^2.6.2