Update leveldown to the latest version 🚀 #108
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The optionalDependency leveldown was updated from
4.0.2
to5.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v5.0.0
If you are upgrading: please see
UPGRADING.md
.Changed
prebuildify
instead ofprebuild
(#549, #562, #571) (@ralphtheninja)1.1.4
to1.1.7
as a git submodule (#522, #535) (@filoozom)abstract-leveldown
from~5.0.0
to~6.0.0
(@ralphtheninja, @vweevers) (#511)_serializeKey()
and_serializeValue()
(#506) (@vweevers)_seek()
instead ofseek()
(#506) (@vweevers)suite.common()
intest/common.js
(7b0f6d9
) (@ralphtheninja)location
inLevelDOWN
constructor, aslocation
was removed fromabstract-leveldown
(#494) (@ralphtheninja)tempy
in tests, removing need for cleanup (#494) (@ralphtheninja)level-concat-iterator
in tests (#494) (@ralphtheninja)makeTest
an error-first callback (#518) (@vweevers)standard
devDependency from^11.0.1
to^12.0.0
(#503) (@ralphtheninja)slump
devDependency from~2.0.0
to~3.0.0
(#504) (@vweevers)98cbb4f
) (@ralphtheninja)remark-cli
withhallmark
(#548) (@vweevers).npmignore
(@vweevers)1c90e8f
) (@vweevers, @ralphtheninja)override
andfinal
keywords following C++ Core Guidelines (#600) (@vweevers)Added
linux-armv7
,linux-arm64
,android-armv7
andandroid-arm64
prebuilds (#584, #585, #587) (@ralphtheninja, @vweevers)nyc
andcoveralls
for code coverage (#497, #591) (@ralphtheninja, @vweevers)approximateSize()
tocompactRange()
(#517) (@vweevers)null
orundefined
(#511) (@vweevers)batch()
(array and chained form),sync
option anddb
references (#556) (@vweevers)download-prebuilds
npm script (#564) (@vweevers)Removed
0f5f554
, #562) (@ralphtheninja).jshintrc
(1d122b0
) (@ralphtheninja)508027d
) (@ralphtheninja)package.json
(8a29ecc
) (@ralphtheninja)g++-4.8
apt package from Travis (#489) (@ralphtheninja)key
argument fromChainedBatch#_clear
(#519) (@vweevers)db.close()
fromtest/approximate-size-test.js
(d04f233
) (@ralphtheninja)abstract-leveldown
(#508) (@vweevers)iota-array
andlexicographic-integer
devDependencies (#508) (@vweevers)xcacheSize
andxmaxOpenFiles
from leak tests (#569) (@ralphtheninja)bindings
dependency (#583) (@peakji)Fixed
compactRange()
arguments (#517) (@vweevers)iterator()
on non-open db (#514) (@vweevers)PriorityWorker
to defer closing untilput
is done (#597) (@vweevers)t.plan()
(#594) (@vweevers)Commits
The new version differs by 127 commits ahead by 127, behind by 7.
0bfa4cb
5.0.0
104dea2
Prepare v5.0.0 (#604)
1fbfe37
Introduce 'override' and 'final' keywords following C++ Core Guidelines (#600)
d84b084
Merge pull request #597 from Level/fix-segfaults-on-close-and-gc
195c78c
Add PriorityWorker to defer closing until put is done
ff5eaae
Fix leaking leveldb::ReadOptions
dbd0039
Keep persistent references to iterators until they are ended
3d567fb
Gitignore Debug builds of LevelDB and Snappy
3ff48f1
fix subtests by adding t.plan() (#594)
6d1804a
chore(package): update nyc to version 13.2.0 (#591)
f1d4c7c
Add linux-arm64, android-arm and android-arm64 prebuilds (#587)
77b1e30
Create explicit CI job matrix (#585)
1d3dae0
5.0.0-2
90b3c54
Cross compile armv7 (for RPI) (#584)
1c90e8f
Fix anchor links for destroy() and repair()
There are 127 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴