This repository was archived by the owner on Dec 2, 2024. It is now read-only.
Releases: Level/multileveldown
Releases · Level/multileveldown
v5.0.1
v5.0.0
If you are upgrading: please see UPGRADING.md.
Changed
- Breaking: bump
abstract-leveldownfrom 6.x to 7.x (e36c7dd) (Vincent Weevers) - Breaking: bump
encoding-downfrom 6.x to 7.x (#28) (0c1d5d1) (Vincent Weevers) - Breaking: bump
levelupfrom 4.x to 5.x (#31) (7057901) (Vincent Weevers) - Bump
level-composefrom 0.0.2 to 1.x (#27) (6bc5a9f) (Vincent Weevers) - Enable strict mode (
8e103fa) (Vincent Weevers)
Added
Fixed
v4.0.0
Changed
- Breaking: drop support of node 8 (
5988dcc) (Vincent Weevers) - Breaking: modernize syntax (#22) (
e7c67e2) (Robert Nagy). Drops support of old browsers that don't supportconstandlet.
Added
- Allow passing proxy to
createRpcStream()(#24) (77849a7) (Level/party#29) (Robert Nagy) - Include
abstract-leveldowntests (#17) (82511ed) (Vincent Weevers).
v3.0.0
Changed
- Move repository from @mafintosh to @Level (
45b257c) (@mafintosh, @vweevers) - Breaking: upgrade to latest Level modules (#15) (@vweevers):
- Mainly to support node 10, 12 and future. Also includes latest
memdown(a devDependency) which now internally stores keys & values as Buffers, making it more reliable as aleveldownreplacement in tests - Support an input
dbthat isn'tlevel(may or may not havelevelup,encoding-down,deferred-leveldownlayers, and may have additional layers) - Expose all methods that
level-partyneeds on themultileveldownclient, so thatlevel-partydoesn't have to reach down (e.g.db.db) - Support
subleveldownonlevel-party - Support
subleveldownonmultileveldownclient (i.e. for client-side sublevels) - Support
multileveldownserver onsubleveldown(i.e. to expose only a sublevel to client)
- Mainly to support node 10, 12 and future. Also includes latest
Added
- Add
CHANGELOG.md,CONTRIBUTORS.md,hallmark(7ded891) (@vweevers) - Add test tools and
engines.node(d50a9a5) (@vweevers)
Removed
- Breaking: drop node < 8
- Breaking: drop support of (at least)
deferred-leveldown< 2.0.0,levelup< 2.0.0