dbjs-level
Version:
leveldb driver for dbjs
73 lines (52 loc) • 1.87 kB
Plain Text
v0.0.21 -- 2016.07.01
* Use batch for cumulated saves
* Fix searchComputed id pass
v0.0.20 -- 2016.05.04
* Improve performance of search, where many multiple calls are involved
v0.0.19 -- 2016.03.18
* Update up to changes in dbjs-persistence
v0.0.18 -- 2016.03.02
* Update up to changes in dbjs-persistence
v0.0.17 -- 2016.02.15
* Fix handling of stream closure ('end' event was not reliable in that)
v0.0.16 -- 2016.02.06
* Fix handling of drop/clear calls in case of empty storage
* Fix support for custom level constructor in reduced storage
v0.0.15 -- 2016.02.06
* Support custom level constructor
* Make storage folder names not use capital letters (they're hyphen separated now)
* Update dbjs-persistence dependency
v0.0.14 -- 2016.01.28
* Update up to changes in dbjs-persistence
(implementation of global reduced storage)
v0.0.13 -- 2016.01.22
* Update up to changes in dbjs-persistence
(driver & storage split)
v0.0.12 -- 2015.12.30
* Update up to changes in dbjs-persistence
v0.0.11 -- 2015.12.29
* Update up to changes in dbjs-persistence
v0.0.10 -- 2015.12.01
* Update to use v0.0.12 of dbjs-persistence
v0.0.9 -- 2015.12.01
* Update up to changes in dbjs-persistence
v0.0.8 -- 2015.11.18
* Update up to changes in dbjs-persistence
* Use three different databases (direct, computed, reduced) instead of one
v0.0.7 -- 2015.10.25
* Upgrade up to changes in dbjs-persistence
v0.0.6 -- 2015.10.22
* Fix progress logging on loadAll
* Update dbjs-persistence dependency
v0.0.5 -- 2015.10.17
* Update up to changes in dbjs-persistence
v0.0.4 -- 2015.10.15
* Update up to changes in dbjs-persistence
v0.0.3 -- 2015.10.14
* Fix custom keys handling
* Fix computed properties handling
* Update up to changes in dbjs-persistence
v0.0.2 -- 2015.10.02
* Update dependencies
v0.0.1 -- 2015.10.02
* Initial