[Pkg-javascript-commits] [node-leveldown] 206/492: added changelog for 0.4.0+
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:13:59 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 9e3b56c4117be54e3539bc46d6815708945f6383
Author: Rod Vagg <rod at vagg.org>
Date: Sat Feb 16 09:02:40 2013 +1100
added changelog for 0.4.0+
---
CHANGELOG.md | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 76 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..95045d9
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,76 @@
+0.5.4 (wip)
+===========
+ * explicit namespaces in C++ @rvagg
+ * memory leak, Persistent<Function> callback not Dispose()d for `readStream()` @rvagg
+ * allow one next() at a time, improve end() handling @rvagg
+ * ensure iterator end & next don't conflict @rvagg
+ * Merge pull request #70 from rvagg/feature/rm-close-error
+ * remove CloseError @ralphtheninja
+ * fix put/batch bug in WriteStream#_process() @ralphtheninja
+ * remove `useBatch` in `copy()` @rvagg
+ * move encodingOpts levelup.js -> util.js @ralphtheninja
+
+0.5.3-1 @ Feb 5 2013
+====================
+ * non-shrinkwrapped release @rvagg
+
+0.5.3 @ Jan 28 2013
+===================
+ * `location` exposed as read-only property on db object @rvagg
+ * swap bufferstream dependency for simple-bufferstream, remove unnecessary compile @rvagg
+ * comment out all sqlite3 benchmarks @ralphtheninja
+ * put LevelUP() into closure @ralphtheninja
+
+0.5.2 @ Jan 24 2013
+===================
+ * fix: incorrect scope in approximateSize function @sandfox
+
+0.5.1 @ Jan 10 2013
+===================
+ * change `createIfMissing` option default to `true` @rvagg
+ * use util._extend instead of local variant @rvagg
+ * adjust copyright & contributors @rvagg
+ * idempotent open and close, and emit _state as events @dominictarr
+ * fix: check that UINT32_OPTION_VALUE is a Uint32 @kesla
+ * feature: Support setting size of LRU-cache @kesla
+ * use util.inherits() from node core @ralphtheninja
+
+0.4.4 @ Jan 1 2013
+==================
+ * set maxListeners to Infinity to prevent warnings when using deferred open @juliangruber
+
+0.4.3 @ Dec 31 2012
+===================
+ * added @kesla to contributors list @rvagg
+ * feature: added approximateSize() @kesla
+
+0.4.2 @ Dec 30 2012
+===================
+ * process.nextTick->setImmediate with polyfill Node 0.9.5 compat @rvagg
+ * added @ralphtheninja to contributors list @rvagg
+
+0.4.1 @ Dec 20 2013
+===================
+ * remove `useBatch` option on `writeStream()` @rvagg
+
+0.4.0 @ Dec 18 2013
+===================
+ * remove old, unused util functions @rvagg
+ * speed up batch() & allow non-Strings to C++ @rvagg
+ * fix batch() benchmarks @rvagg
+ * improved compression test @rvagg
+ * added SQLite3 to test suite @rvagg
+ * remove compile warnings on osx @rvagg
+ * return Strings not Buffers from C++ when possible @rvagg
+ * optimised encoders & decoders @rvagg
+ * added basic get() benchmarks @rvagg
+ * revamped benchmark suite @rvagg
+ * allow JS Strings through to native layer @rvagg
+ * cleaner build for osx @rvagg
+ * remove compile warnings for solaris @rvagg
+ * LevelDB 1.7 @rvagg
+ * added `compress` boolean on open() @rvagg
+
+0.3.x and prior
+===============
+ * stuff
\ 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