Comparing version 1.0.2 to 1.1.0
1.1.0 / 2015-08-26 | ||
================== | ||
* appveyor: 2.5 + 3 added | ||
* appveyor: attempt to fix v0.8 and v0.10 | ||
* int64 conversion works with debug mode iojs runtime | ||
* persistent size fixed | ||
* better automated testing | ||
* package: update "weak" to v1 | ||
* package: add "MIT" license field | ||
* NAN 2.0 support (#33, @unbornchikken) | ||
1.0.2 / 2015-05-09 | ||
@@ -3,0 +15,0 @@ ================== |
@@ -20,3 +20,4 @@ { | ||
], | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)", | ||
@@ -33,5 +34,5 @@ "repository": { | ||
"dependencies": { | ||
"bindings": "~1.2.0", | ||
"bindings": "1", | ||
"debug": "2", | ||
"nan": "~1.8.4" | ||
"nan": "2" | ||
}, | ||
@@ -41,7 +42,7 @@ "devDependencies": { | ||
"highlight.js": "1", | ||
"jade": "0.35.0", | ||
"marked": "0.3.2", | ||
"jade": "^0.35.0", | ||
"marked": "^0.3.2", | ||
"mocha": "*", | ||
"weak": "0.3.2" | ||
"weak": "1" | ||
} | ||
} |
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
427492
38
2915
+ Addedbindings@1.5.0(transitive)
+ Addedfile-uri-to-path@1.0.0(transitive)
+ Addednan@2.22.0(transitive)
- Removedbindings@1.2.1(transitive)
- Removednan@1.8.4(transitive)
Updatedbindings@1
Updatednan@2