[Pkg-javascript-commits] [node-leveldown] 238/492: add changelog

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.

commit 16b75134c9842ed86b8e479bbab2c499f049e683
Author: Rod Vagg <rod at vagg.org>
Date:   Mon Feb 25 09:50:48 2013 +1100

    add changelog
---
 CHANGELOG.md | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..d3d9fd0
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,28 @@
+0.1.2 @ Jan 25 2013
+===================
+  * upgrade to LevelDB 1.9.0, fairly minor changes since 1.7.0 (@rvagg)
+  * upgrade to Snappy 1.1.0, changes block size to improve compression ~3%, slight decrease in speed (@rvagg)
+
+0.1.1 @ Jan 25 2013
+===================
+  * compile error on Mac OS (@kesla / @rvagg)
+
+0.1.0 @ Jan 24 2013
+===================
+  * change API to export single function `levelup()` (@rvagg)
+  * move `createIterator()` to `levelup#iterator()` (@rvagg)
+  * make all `options` arguments optional (@rvagg)
+  * argument number & type checking on all methods (@rvagg)
+  * stricter checking on key & value types, String/Object.toString()/Buffer, non-zero-length (@rvagg)
+  * remove `use namespace` and add `namespace leveldown` everywhere (@rvagg)
+  * race condition in Iterator end()/next() fix, merged from LevelUP (@ralphtheninja / @rvagg)
+  * add complete, independent test suite (@rvagg)
+
+0.0.1 & 0.0.2 @ Jan 2013
+========================
+  * finalise rename of internal components to LevelDOWN, removing LevelUP references (@rvagg)
+  * complete documentation of current API (@rvagg)
+
+0.0.0 @ Jan 06 2013
+===================
+  * extracted from LevelUP as stand-alone package (@rvagg)
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git



More information about the Pkg-javascript-commits mailing list