Skip to content

Releases: Level/supports

v6.0.0

27 Jan 17:58
Compare
Choose a tag to compare

Added

Removed

  • Breaking: drop Node.js < 16 (4e86afa) (Vincent Weevers).

v5.0.0

09 Nov 19:45
Compare
Choose a tag to compare

Changed

  • Breaking: remove properties that were already true since abstract-level@1 (43ba6b7) (Vincent Weevers)
  • Use promise API of db.open() and close() in tests (f2ad373) (Vincent Weevers)

v4.0.1

06 Mar 16:05
Compare
Choose a tag to compare

Fixed

  • Update support matrix (c30998f) (Vincent Weevers)
  • Align LICENSE with SPDX (1bb9f9c) (Vincent Weevers)

v4.0.0

02 Jan 13:00
Compare
Choose a tag to compare

Removed

  • Breaking: drop Node.js 10 (ad1c533) (Vincent Weevers)
  • Remove unused properties (c894eba) (Vincent Weevers).

Fixed

  • Align docs with abstract-level (c894eba) (Vincent Weevers).

v3.0.0

07 Nov 22:50
Compare
Choose a tag to compare

No longer compatible with abstract-leveldown, levelup or their dependents.

Changed

  • Breaking: change encodings and events to always be objects (eb819a6) (Vincent Weevers)
  • Breaking: replace default export with named export (7e9e467) (Vincent Weevers)

Added

  • Add typings (3df48fc) (Vincent Weevers).

v2.1.0

27 Oct 13:50
Compare
Choose a tag to compare

Changed

  • Allow manifest.encodings to be an object (284e0db) (Vincent Weevers)

v2.0.2

09 Oct 10:54
Compare
Choose a tag to compare

Added

  • Add idempotentOpen and passiveOpen features (fc3f1e0) (Vincent Weevers)
  • Add events feature (22a3837) (Vincent Weevers)
  • Document that encodings implies utf8 default (d1b6d89) (Vincent Weevers)
  • Document status values (0837a16) (Vincent Weevers)

Fixed

v2.0.1

24 Sep 13:52
Compare
Choose a tag to compare

Added

  • Add features: getMany, keyIterator, valueIterator, iteratorNextv, iteratorAll (#11) (b44a410) (Vincent Weevers)

v2.0.0

09 Apr 08:33
Compare
Choose a tag to compare

Changed

  • Breaking: modernize syntax and bump standard (5d7cc6d) (Level/community#98) (Vincent Weevers). Drops support of node 6, node 8 and old browsers.

v1.0.1

13 Oct 12:54
Compare
Choose a tag to compare

Added

Fixed

  • Clone additionalMethods to prevent mutation (#4) (@vweevers)