Level / level-browserify

No longer maintained: superseded by level v5.0.0.
MIT License
63 stars 16 forks source link

Update level-js to the latest version 🚀 #54

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 3.0.0 of level-js was just published.

Dependency [level-js](https://github.com/Level/level-js)
Current Version 3.0.0-rc1
Type dependency

The version 3.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of level-js.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.0.0

Changed

Added

Fixed

Removed

Commits

The new version differs by 30 commits.

  • 296cfe0 3.0.0
  • ef64509 Prepare 3.0.0 (#147)
  • 97c464f Add UPGRADING.md (#143)
  • 9d93fda Binary tests (#146)
  • 9d5ec5c Docs (#141)
  • 7017edd Tweak copyright years for less maintenance
  • 43a702b Fix wrong release date for 3.0.0-rc1
  • 89c8034 Test illegal and stringified key types (#139)
  • 8db16c1 Replace util.inherits with inherits module
  • 9f0e2e5 Remove levelup from destroy tests (#136)
  • 249f3e8 Remove test/levelup-test.js :fire: (#134)
  • 2666a50 Merge pull request #130 from Level/key-types
  • 4eaa630 test that iterator yields Buffer keys
  • b3a2240 test all valid key types
  • 184ad0a fix conversion of binary cursor key (which is an ArrayBuffer) to Buffer

There are 30 commits in total.

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:

ralphtheninja commented 6 years ago

@vweevers The release notes can be seen in this PR!

vweevers commented 6 years ago

Only because greenkeeper was slower than me ;)

vweevers commented 6 years ago

See https://github.com/Level/level-test/pull/83, which came first