Level / rocksdb

Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
MIT License
230 stars 54 forks source link

Update abstract-leveldown to the latest version 🚀 #136

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency abstract-leveldown was updated from 6.0.3 to 6.1.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.


Publisher: vweevers License: MIT

Release Notes for v6.1.0

Changed

  • Upgrade hallmark devDependency from ^0.1.0 to ^1.0.0 (#343) (@vweevers)
  • Upgrade standard devDependency from ^12.0.0 to ^13.0.1 (#341) (@vweevers)

Added

  • Add clear() method to delete all entries or a range (#310) (@vweevers).

Historical Note The clear() method is experimental and optional for the time being. Please see the README for details.

Commits

The new version differs by 5 commits.

  • 895e007 6.1.0
  • 4e36949 Prepare 6.1.0
  • d102ad0 Add clear() method to delete all entries or a range (#310)
  • 9d107d0 Upgrade hallmark devDependency from ^0.1.0 to ^1.0.0 (#343)
  • c0fba94 Upgrade standard devDependency from ^12.0.0 to ^13.0.1 (#341)

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v6.1.1

Fixed

  • Remove process.emitWarning because it breaks AppVeyor builds (8e963c3) (@vweevers)
Commits

The new version differs by 3 commits.

  • fb6eb6a 6.1.1
  • c48602c Prepare 6.1.1
  • 8e963c3 Remove process.emitWarning because it breaks AppVeyor builds

See the full diff

vweevers commented 5 years ago

Can cherry-pick from https://github.com/Level/leveldown/pull/660.