LevelUP v5.0.0 Release Notes

Release Date: 2021-04-17 // about 3 years ago
  • โฌ†๏ธ If you are upgrading: please see [UPGRADING.md](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