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-leveldown
from^5.0.0
to^6.0.2
(#61) (@vweevers) - Upgrade
encoding-down
from^5.0.3
to^6.0.1
(#61) (@vweevers) - Upgrade
levelup
from^3.0.1
to^4.0.1
(#61) (@vweevers) - Avoid unnecessary copy of batch operations (#61) (@vweevers)
- Invoke abstract tests from single function (#61) (@vweevers)
- Add mandatory
db
argument to abstract iterator (#61) (@vweevers) - Upgrade
memdown
devDependency from^3.0.0
to^4.0.0
(#61) (@vweevers) - Upgrade
nyc
devDependency from^12.0.2
to^13.3.0
(#61) (@vweevers) - Upgrade
standard
devDependency from^11.0.1
to^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
levelup
layer (#61) (@vweevers) - Gitignore
coverage
directory (#61) (@vweevers)
Removed
- Remove obsolete
_batch()
checks (#61) (@vweevers) - Remove dummy location from
abstract-leveldown
constructor call (#61) (@vweevers)