Levelup Versions Save

A wrapper for abstract-leveldown compliant stores, for Node.js and browsers.

v4.0.2

5 years ago

Changed

Added

Removed

Fixed

v4.0.1

5 years ago

Changed

v4.0.0

5 years ago

If you are upgrading: please see UPGRADING.md.

Changed

  • Upgrade nyc devDependency from ~12.0.2 to ~13.1.0 (@ralphtheninja)
  • Upgrade deferred-leveldown dependency from ~4.0.0 to ~5.0.0 (@vweevers)
  • Upgrade concat-stream devDependency from ~1.6.0 to ~2.0.0 (@ralphtheninja)
  • Upgrade level-iterator-stream dependency from ~3.0.0 to ~4.0.0 (@ralphtheninja)
  • Replace remark-cli with hallmark (#621) (@vweevers)
  • Upgrade standard devDependency from ^11.0.0 to ^12.0.0 (@ralphtheninja)
  • Add .nyc_output/ to .npmignore (@ralphtheninja)

Removed

v3.1.1

5 years ago

Changed

Added

Removed

Fixed

v3.1.0

5 years ago

Changed

Added

Removed

Fixed

v3.0.1

6 years ago

Changed

  • Update airtap to 0.0.6 (@ralphtheninja)

Removed

  • Remove .jshintrc (@ralphtheninja)
  • Remove brfs and use Buffer.from() in favor of fs.readFileSync() (@ralphtheninja)

v3.0.0

6 years ago

Added

  • Add node 10 to Travis (@ralphtheninja)
  • Add browser support to test suite (@vweevers)
  • Add airtap for browser tests in Sauce Labs (@vweevers)

Changed

  • Update memdown to ^3.0.0 (@vweevers)
  • Update encoding-down to ^5.0.0 (@ralphtheninja)
  • Update deferred-leveldown to ~4.0.0 (@ralphtheninja)
  • Update standard to ^11.0.0 (@ralphtheninja)
  • Update level-errors to ~2.0.0 (@ralphtheninja)
  • Update bl to ^2.0.0 (@ralphtheninja)
  • README: tweak api sub sections (@ralphtheninja)

Fixed

  • Fix defunct keyEncoding in inject-encoding-test.js (@vweevers)

Removed

  • Remove irrelevant leveldown-substitution-test.js (@ralphtheninja)
  • Remove node 4 from Travis (@ralphtheninja)
  • Remove batch operations defaulting to put (@vweevers)
  • Remove compiler toolchain from Travis (@vweevers)

v2.0.2

6 years ago

Added

  • Add 9 to Travis (@ralphtheninja)

Changed

  • Update browserify to 16.0.0 (@ralphtheninja)
  • Update leveldown to 3.0.0 (@ralphtheninja)
  • Update deferred-leveldown to 3.0.0 (@ralphtheninja)
  • README: normalize readme style (@ralphtheninja)
  • README: use markdown links instead of <a href></a> (@ralphtheninja)
  • Clarify 'must provide db' error message (@adityapurwa)
  • Update copyright year to 2018 (@adityapurwa)

Removed

  • Remove abstract-leveldown devDependency (@ralphtheninja)

v2.0.1

6 years ago

Changed

  • README: clarify that options are specific to the underlying store (@ralphtheninja)
  • Update abstract-leveldown to 3.0.0 (@ralphtheninja)
  • Update encoding-down to 3.0.0 (@ralphtheninja)

Fixed

  • Restore support for node 4 (@farskipper)

v2.0.0-rc3

6 years ago

Changed

  • Refactor typings, use abstract-leveldown types (@MeirionHughes)
  • Update leveldown (@MeirionHughes)

Fixed

  • Correct bad encoding options in tests (@MeirionHughes)