2.0.0 - 2018-06-21
- Update README style (@ralphtheninja)
- Rewrite CHANGELOG (@ralphtheninja)
- Upgrade
abstract-leveldown
from~2.6.2
to~5.0.0
(@ralphtheninja) - Upgrade
prebuild
devDependency from^6.2.1
to^7.0.0
(@ralphtheninja) - Upgrade
tape
devDependency from~4.8.0
to~4.9.0
(@ralphtheninja) - Add
iota-array
to devDependencies (@ralphtheninja) - Add
lexicographic-integer
to devDependencies (@ralphtheninja) - Enable multiple seeks with buffers (level/leveldown#323) (@peakji, @ralphtheninja)
- Implement iterator fast seek (level/leveldown#329) (@peakji, @ralphtheninja)
- Add node 9 and 10 to Travis (@ralphtheninja)
- Add
standard
(@ralphtheninja) - Add
UPGRADING.md
(@ralphtheninja) - Add
remark
tooling (@ralphtheninja)
- Remove node 0.12, 4, 5 and 7 from Travis (@ralphtheninja)
- Remove g++-4.8 addon from Travis (@ralphtheninja)
- Make native code run on node 10 (level/leveldown#452) (@ralphtheninja)
- Implement iterator memory leak fix from leveldown (level/leveldown#264) (@chjj, @ralphtheninja)
- Release iterator snapshots (level/leveldown#267) (@chjj, @ralphtheninja)
- Closing db with open iterator should not crash (level/leveldown#368) (@peakji, @ralphtheninja)
1.1.3 - 2017-08-15
- Upgrade
abstract-leveldown
from~2.2.1
to~2.6.2
(@greenkeeper) - Upgrade
bindings
from~1.2.1
to~1.3.0
(@greenkeeper) - Upgrade
prebuild
from^4.1.1
to^6.2.1
(@greenkeeper) - Upgrade
mkfiletree
devDependency from~0.0.1
to~1.0.1
(@greenkeeper) - Upgrade
rimraf
devDependency from~2.2.8
to~2.6.1
(@greenkeeper) - Upgrade
tape
devDependency from~4.0.0
to~4.8.0
(@greenkeeper) - Update copyright in README (@ralphtheninja)
- Move
prebuild
to devDependencies (@ralphtheninja)
- Add node 6, 7 and 8 to Travis (@ralphtheninja)
- Add osx to Travis (@ralphtheninja)
- Add
prebuild-install
(@ralphtheninja) - Add
prebuild-ci
(@ralphtheninja)
- Remove node 0.10 from Travis (@ralphtheninja)
- Remove global CXX env from Travis (@ralphtheninja)
1.1.2 - 2017-05-05
- Upgrade
nan
from~2.2.1
to^2.6.2
(@kessler)
1.1.1 - 2016-04-19
- Upgrade
nan
from~2.0.0
to~2.2.1
(@hxoht) - Upgrade
prebuild
from^2.5.0
to^4.1.1
(@ralphtheninja)
- Add node 5 to Travis (@mafintosh)
1.1.0 - 2015-09-23
- Upgrade
nan
from~1.8.4
to~2.0.0
(@ralphtheninja) - Update c++ code with
nan
changes fromleveldown
(@ralphtheninja) - Patch iterator functionality with
iterator.seek()
(@ralphtheninja) - Update
.liveBackup()
to work with latestnan
(@ralphtheninja)
- Add
prebuild
(@ralphtheninja)
Historical Note This release was not the first, but marks the version where leveldown-hyper
was extracted from the leveldown
repository.