Skip to content

Latest commit

 

History

History
187 lines (103 loc) · 8.06 KB

CHANGELOG.md

File metadata and controls

187 lines (103 loc) · 8.06 KB

Changelog

5.0.1 - 2021-10-02

Fixed

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

5.0.0 - 2021-10-01

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

4.0.0 - 2021-04-03

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

3.0.0 - 2019-11-04

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

2.3.1 - 2018-01-31

Fixed

2.3.0 - 2017-02-03

Added

2.2.0 - 2016-06-02

Added

Fixed

2.1.1 - 2016-01-10

Fixed

2.1.0 - 2016-01-10

Added

2.0.1 - 2016-01-09

Fixed

2.0.0 - 2016-01-09

Changed

1.1.2 - 2015-06-10

Fixed

  • Add correct condition in iterator end on server (#3) (@jcrugzz)

1.1.1 - 2015-05-21

Fixed

1.1.0 - 2015-05-04

Added

1.0.3 - 2015-05-04

Fixed

1.0.2 - 2015-04-25

Fixed

1.0.1 - 2015-04-25

Fixed

1.0.0 - 2015-04-24

🌱 Initial release.