v2.0.0
If you are upgrading, please see UPGRADING.md.
Changed
- Breaking: remove callbacks in favor of promises (#50) (
f97dbae) (Vincent Weevers) - Breaking: use
undefinedinstead of error for non-existing entries (#49) (1e08b30) (Vincent Weevers) - Breaking: add hooks and deprecate
batch,put&delevents (#45, #53, #81) (bcb4192,bee1085,dbcf7d7) (Vincent Weevers) - Breaking: require snapshots to be created synchronously (#54) (
d89e68e) (Vincent Weevers).
Added
- Add experimental support of
AbortSignal(#55, #59) (b075a25,e3fba20) (Vincent Weevers) - Expose path of sublevel (#78) (
20974f6) (Vincent Weevers).
Removed
- Breaking: drop Node.js < 16 (
9e8f561) (Vincent Weevers) - Breaking: remove deferred chained batch (#51, #58) (
fc7be7b,e119cad) (Vincent Weevers) - Breaking: remove
readyalias ofopenevent (#48) (5f7b923) (Vincent Weevers) - Remove compatibility checks for
levelup& friends (#52) (def791f) (Vincent Weevers).