You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 a leveldown replacement in tests
Support an input db that isn't level (may or may not have levelup, encoding-down, deferred-leveldown layers, and may have additional layers)
Expose all methods that level-party needs on the multileveldown client, so that level-party doesn't have to reach down (e.g. db.db)
Support subleveldown on level-party
Support subleveldown on multileveldown client (i.e. for client-side sublevels)
Support multileveldown server on subleveldown (i.e. to expose only a sublevel to client)