Level Js Versions Save

An abstract-leveldown compliant store on top of IndexedDB.

v6.1.0

2 years ago

Added

  • Add db.getMany(keys) (#214) (f5a3ca3) (Vincent Weevers).

v6.0.0

3 years ago

If you are upgrading: please see UPGRADING.md.

Changed

  • Breaking: bump abstract-leveldown (720aced) (Vincent Weevers)
  • Breaking: bump buffer from 5.x to 6.x (#210) (cc68b21) (Alex Potsides)
  • Modernize syntax and bump standard (Level/community#98) (0ce815f) (Vincent Weevers)
  • Every browser in our test matrix now supports binary keys (2c20127) (Vincent Weevers)

v5.0.2

4 years ago

Changed

  • Use nextTick of abstract-leveldown (#195) (@vweevers) (same underlying code)
  • Upgrade nyc devDependency from ^14.0.0 to ^15.0.0 (#187) (@vweevers)
  • Upgrade airtap devDependency from ^2.0.0 to ^3.0.0 (#189) (@vweevers)

Fixed

v4.0.2

4 years ago

Fixed

  • Restore support of empty prefix option (#185) (@achingbrain, @vweevers). This restores a previous behavior (of level-js < 3) that unknown to us, was provided by the since-removed IDBWrapper. Backport of #184.

v5.0.1

4 years ago

Fixed

  • Restore support of empty prefix option (#184) (@achingbrain). This restores a previous behavior (of level-js < 3) that unknown to us, was provided by the since-removed IDBWrapper.

v5.0.0

4 years ago

If you are upgrading: please see UPGRADING.md.

Changed

Added

v4.0.1

5 years ago

Changed

Removed

  • Remove outdated sentence about nullish values from README (#166) (@vweevers)

v4.0.0

5 years ago

If you are upgrading, please see the upgrade guide.

Changed

Added

Removed

  • Remove now irrelevant serialization of nullish values (#155) (@vweevers)
  • Remove unused IndexedDBShim from tests (#162) (@vweevers)

v3.0.0

5 years ago

Changed

Added

Fixed

Removed

v1.0.0

5 years ago

:seedling: Initial release.