Comparing version 1.0.0 to 1.0.1
1.0.1 / 2015-03-22 | ||
================== | ||
* package: update "nan" to v1.7.0 | ||
* appveyor: test node v0.12, don't test v0.11 | ||
* travis: test node v0.12, don't test v0.11 | ||
* README: add link to Known Types page | ||
1.0.0 / 2015-01-20 | ||
@@ -3,0 +11,0 @@ ================== |
@@ -20,3 +20,3 @@ { | ||
], | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)", | ||
@@ -35,3 +35,3 @@ "repository": { | ||
"debug": "2", | ||
"nan": "~1.5.1" | ||
"nan": "~1.7.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
@@ -85,2 +85,6 @@ ref | ||
Be sure to check out the Wiki page of ["Known | ||
Types"](https://github.com/TooTallNate/ref/wiki/Known-%22types%22), for the list | ||
of built-in ref types, as well as known external type implementations. | ||
For example, you could define a "bigint" type that dereferences into a | ||
@@ -87,0 +91,0 @@ [`bigint`](https://github.com/substack/node-bigint) instance: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
425992
166
+ Addednan@1.7.0(transitive)
- Removednan@1.5.3(transitive)
Updatednan@~1.7.0