Skip to content

v5.0.0

Compare
Choose a tag to compare
@vweevers vweevers released this 17 Apr 11:02
· 29 commits to master since this release

If you are upgrading: please see UPGRADING.md.

Changed

  • Breaking: modernize syntax and bump standard (Level/community#98) (e19cd54, 762d989) (Vincent Weevers)
  • Breaking: remove Batch._levelup property (cfce6bb) (Vincent Weevers).
  • Align nextTick behavior with abstract-leveldown (4b35716) (Vincent Weevers).
  • Add files to package.json and remove .npmignore (29d8b5d) (Vincent Weevers)
  • Replace xtend with Object.assign() (7bfc0d4) (Vincent Weevers)
  • Bump deferred-leveldown, level-errors, -iterator-stream and -supports (8b518b1, 1b0cfb8) (Vincent Weevers)
  • Refactor promisify() code by using catering module (#700) (Lars-Magnus Skog)

Added

  • Support encoding options on chained batch put() and del() (#717, #633) (0765808) (Vincent Weevers)

Removed