Comparing version 0.6.0-rc1 to 0.6.0
@@ -0,1 +1,8 @@ | ||
0.6.0 @ Feb 25 2013 | ||
=================== | ||
* complete transition to LevelDOWN for the LevelDB binding. No native code left in LevelUP @rvagg | ||
- LevelDOWN now keeps its own ChangeLog at: https://github.com/rvagg/node-leveldown/blob/master/CHANGELOG.md | ||
- LevelDB@1.9.0 and Snappy@1.1.0 are included in LevelDOWN@0.1.2 | ||
* simplify callback signature (remove extra, undocumented properties from some callbacks) @rvagg / @dominictarr | ||
0.5.4 @ Feb 16 2013 | ||
@@ -2,0 +9,0 @@ =================== |
@@ -24,6 +24,6 @@ { | ||
] | ||
, "version" : "0.6.0-rc1" | ||
, "version" : "0.6.0" | ||
, "main" : "lib/levelup.js" | ||
, "dependencies" : { | ||
"leveldown" : "~0.1.0" | ||
"leveldown" : "~0.1.2" | ||
, "errno" : "~0.0.3" | ||
@@ -30,0 +30,0 @@ , "concat-stream" : "~0.1.1" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152504
Updatedleveldown@~0.1.2