This repository was archived by the owner on Dec 2, 2024. It is now read-only.
Releases: Level/subleveldown
Releases · Level/subleveldown
v6.0.1
v6.0.0
If you are upgrading: please see UPGRADING.md.
Changed
- Breaking: bump
abstract-leveldown,encoding-down,levelup(60bd660) (Vincent Weevers) - Breaking: hide private properties with Symbol (
1f9d550) (Vincent Weevers) - Refactor: use
addRestOptions()for iterator (717066e) (Vincent Weevers) - Modernize syntax and bump standard (
0bd41cc) (Vincent Weevers)
Added
- Add
db.getMany(keys)(#107) (0ff2b68) (Vincent Weevers) - Add manifest (Level/community#83) (
f7ee1e3) (Vincent Weevers) - Clarify scope of keys in README examples (
58a628a) (Vincent Weevers)
Removed
- Breaking: drop Node.js 6 and 8 (
ab713d1) (Vincent Weevers).
v5.0.1
v5.0.0
v4.1.4
v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.0
If you are upgrading: please see UPGRADING.md.
Changed
- Upgrade
abstract-leveldownfrom^5.0.0to^6.0.2(#61) (@vweevers) - Upgrade
encoding-downfrom^5.0.3to^6.0.1(#61) (@vweevers) - Upgrade
levelupfrom^3.0.1to^4.0.1(#61) (@vweevers) - Avoid unnecessary copy of batch operations (#61) (@vweevers)
- Invoke abstract tests from single function (#61) (@vweevers)
- Add mandatory
dbargument to abstract iterator (#61) (@vweevers) - Upgrade
memdowndevDependency from^3.0.0to^4.0.0(#61) (@vweevers) - Upgrade
nycdevDependency from^12.0.2to^13.3.0(#61) (@vweevers) - Upgrade
standarddevDependency from^11.0.1to^12.0.1(#61) (@vweevers) - Apply common project tweaks (#58, #59) (@vweevers)
Added
- Test that errors from
open()and iterators bubble up (#61) (@vweevers) - Test without a user-provided
leveluplayer (#61) (@vweevers) - Gitignore
coveragedirectory (#61) (@vweevers)
Removed
- Remove obsolete
_batch()checks (#61) (@vweevers) - Remove dummy location from
abstract-leveldownconstructor call (#61) (@vweevers)