leveldown
Advanced tools
Changelog
[0.4.1] - 2013-05-17
new char[]
but wasn't being disposed. Buffers are automatically disposed (reported by @kylegetson levelup/#140) (@rvagg)Changelog
[0.4.0] - 2013-05-15
LevelDB@1.10.0
, fairly minor changes, mostly bugfixes see https://groups.google.com/forum/#!topic/leveldb/O2Zdbi9Lrao for more info (@rvagg)Changelog
[0.3.0] - 2013-05-14
In the early days minor versions were looked upon as major versions. Semver practices we use today was not adopted fully at this time. This is why the history might look a bit confusing.
AbstractLevelDOWN
, require it to run the tests. AbstractLevelDOWN
can now be used to test LevelDOWN
-compliant API's (@maxogden).get()
(@deanlandolt)Changelog
[0.2.0] - 2013-03-30
leveldown.destroy(location, cb)
to delete an existing LevelDB
store, exposes LevelDB.DestroyDB()
(@rvagg)leveldown.repair(location, cb)
to repair an existing LevelDB
store, exposes LevelDB.RepairDB()
(@rvagg)writeBufferSize
, blockSize
, maxOpenFiles
, blockRestartInterval
, exposes LevelDB
options (@rvagg)db.batch()
will return a new Batch
object that can .put()
and .del()
and then .write()
. API in flux so not documented yet. (@juliangruber / @rvagg)Changelog
[0.1.4] - 2013-03-11
null
or undefined
(@rvagg / @ralphtheninja / @dominictarr)