Multileveldown Versions Save

multilevel implemented using leveldowns with reconnect support.

v5.0.1

2 years ago

Fixed

  • Bump levelup to fix API parity with abstract-leveldown (77f8f4c) (Vincent Weevers).

v5.0.0

2 years ago

If you are upgrading: please see UPGRADING.md.

Changed

  • 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)

Added

  • Add db.getMany(keys) (ff1ba48) (Vincent Weevers)
  • Add manifest (b331481) (Vincent Weevers)

Fixed

  • Fix for await...of db.iterator() (fc3f3d5) (Vincent Weevers)
  • Optimize db.clear() (47e0137) (Vincent Weevers).

v4.0.0

3 years ago

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 support const and let.

Added

v3.0.0

4 years ago

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 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)

Added

Removed

  • Breaking: drop node < 8
  • Breaking: drop support of (at least) deferred-leveldown < 2.0.0, levelup < 2.0.0

v2.3.1

4 years ago

Fixed

v2.3.0

4 years ago

Added

v2.2.0

4 years ago

Added

Fixed

v2.1.1

4 years ago

Fixed

v2.1.0

4 years ago

Added

v2.0.1

4 years ago

Fixed