5.0.1 - 2021-10-02
- Bump
levelup
to fix API parity withabstract-leveldown
(77f8f4c
) (Vincent Weevers).
5.0.0 - 2021-10-01
If you are upgrading: please see UPGRADING.md
.
- Breaking: bump
abstract-leveldown
from 6.x to 7.x (e36c7dd
) (Vincent Weevers) - Breaking: bump
encoding-down
from 6.x to 7.x (#28) (0c1d5d1
) (Vincent Weevers) - Breaking: bump
levelup
from 4.x to 5.x (#31) (7057901
) (Vincent Weevers) - Bump
level-compose
from 0.0.2 to 1.x (#27) (6bc5a9f
) (Vincent Weevers) - Enable strict mode (
8e103fa
) (Vincent Weevers)
- Fix
for await...of db.iterator()
(fc3f3d5
) (Vincent Weevers) - Optimize
db.clear()
(47e0137
) (Vincent Weevers).
4.0.0 - 2021-04-03
- Breaking: drop support of node 8 (
5988dcc
) (Vincent Weevers) - Breaking: modernize syntax (#22) (
e7c67e2
) (Robert Nagy). Drops support of old browsers that don't supportconst
andlet
.
- Allow passing proxy to
createRpcStream()
(#24) (77849a7
) (Level/party#29) (Robert Nagy) - Include
abstract-leveldown
tests (#17) (82511ed
) (Vincent Weevers).
3.0.0 - 2019-11-04
- 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 aleveldown
replacement in tests - Support an input
db
that isn'tlevel
(may or may not havelevelup
,encoding-down
,deferred-leveldown
layers, and may have additional layers) - Expose all methods that
level-party
needs on themultileveldown
client, so thatlevel-party
doesn't have to reach down (e.g.db.db
) - Support
subleveldown
onlevel-party
- Support
subleveldown
onmultileveldown
client (i.e. for client-side sublevels) - Support
multileveldown
server onsubleveldown
(i.e. to expose only a sublevel to client)
- Mainly to support node 10, 12 and future. Also includes latest
- Add
CHANGELOG.md
,CONTRIBUTORS.md
,hallmark
(7ded891
) (@vweevers) - Add test tools and
engines.node
(d50a9a5
) (@vweevers)
- Breaking: drop node < 8
- Breaking: drop support of (at least)
deferred-leveldown
< 2.0.0,levelup
< 2.0.0
2.3.1 - 2018-01-31
- Bump protobuf (
6fb4fdd
) (@mafintosh)
2.3.0 - 2017-02-03
- Support
preput
,predel
,prebatch
(0012276
) (@mafintosh)
2.2.0 - 2016-06-02
- Add
opts.readonly
(6792190
) (@mafintosh)
- Fix reconnect example (#7) (@jameskyburz)
2.1.1 - 2016-01-10
- Fix iterator forward (
111f37c
) (@mafintosh)
2.1.0 - 2016-01-10
- Add forwarding API to fix
level-party
edge-case (ae32a1f
) (@mafintosh)
2.0.1 - 2016-01-09
- Always check flush (
f7188c1
) (@mafintosh)
2.0.0 - 2016-01-09
- Rewrite using
length-prefixed-stream
(d51b50d
) (@mafintosh)
1.1.2 - 2015-06-10
1.1.1 - 2015-05-21
- Bump
pbs
(6e30a3a
) (@mafintosh)
1.1.0 - 2015-05-04
- Add
ref
option to rpc to dereference socket from event loop (3fdca68
) (@mafintosh)
1.0.3 - 2015-05-04
- Add reverse and nexttick iterator end (
46f4924
) (@mafintosh)
1.0.2 - 2015-04-25
- Cleanup iterators on client stream end (
79bccdb
) (@mafintosh) - Behave as regular
leveldown
on close (d1978c5
) (@mafintosh)
1.0.1 - 2015-04-25
- Destroy encoder on close (
23e6ab2
) (@mafintosh)
1.0.0 - 2015-04-24
🌱 Initial release.