Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 16:21

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