Changelog
[0.11.0] - 2013-07-17
data
argument (@pgte)Changelog
[0.10.0] - 2013-06-14
LevelDOWN@0.6.0
which upgrades to LevelDB@1.11.0
, some important bugfixes: https://groups.google.com/forum/#!topic/leveldb/vS1JvmGlp4E (@rvagg)Changelog
[0.9.0] - 2013-05-21
leveldown@0.5.0
, see https://github.com/level/leveldown/blob/master/CHANGELOG.md for details (@rvagg)db
property on LevelUP instance (e.g. db.db.approximateSize()) (@rvagg)leveldown@0.5.0
) (@rvagg)Changelog
[0.8.0] - 2013-04-17
.options
property on LevelUP instances. (@rvagg)level
package now published to npm that bundles LevelUP
and LevelDOWN
and exposes LevelUP
directly; for planned shift to detaching LevelDOWN as a direct-dependency of LevelUP. (@rvagg)Changelog
[0.7.0] - 2013-04-08
LevelDOWN@0.2.0
(@rvagg)repair()
and destroy()
aliases for LevelDOWN implementations (@rvagg)valueEncoding
only, keyEncoding
defaults to 'utf8'
and must be changed explicitly (@rvagg)close
emit in WriteStream (@rvagg)Changelog
[0.6.2] - 2013-03-04
xtend
package instead of internal util._extend
(@ralphtheninja)callback
argument detection (@ralphtheninja)this._db
wrapper rather than make them call public .get()/.put() etc. for a second time (@dominictarr)