browser-level
browser-level copied to clipboard
Bump abstract-level from 1.0.4 to 2.0.0
Bumps abstract-level from 1.0.4 to 2.0.0.
Release notes
Sourced from abstract-level's releases.
v2.0.0
If you are upgrading, please see
https://github.com/Level/abstract-level/blob/HEAD/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).Fixed
Changelog
Sourced from abstract-level's changelog.
[2.0.0] - 2024-02-03
If you are upgrading, please see
https://github.com/Level/abstract-level/blob/main/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).Fixed
Commits
aab77212.0.0cb4f61fBump actions/setup-node from 3 to 4 (#84)72ac006Bump actions/checkout from 3 to 4 (#82)6b08f8eAdd changelog and finalize upgrade guide for 2.0.0 (#79)dbcf7d7Allow batches to write to a nondescendant sublevel (#81)aecca98Fix GitHub Actions badge20974f6Expose path of sublevel (#78)c27d85dBump devDependencies9e8f561Breaking: drop Node.js < 16e3fba20Add opt-in test forsignaloption (#59)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)