Level Js Versions Save

An abstract-leveldown compliant store on top of IndexedDB.

v1.0.1

6 years ago

Added

  • Add optional options argument to .open() (@rvagg)
  • Add test-levelup.js (@maxogden)

Changed

  • Update README (@maxogden)
  • Use npm test instead of npm start (@shama)
  • Properly delete test dbs (@maxogden)
  • Inherit from abstract-leveldown (@rvagg)

v1.0.2

6 years ago

Fixed

  • Don't convert ArrayBuffer and typed arrays to strings (@maxogden)

v1.0.3

6 years ago

Changed

  • Use is-buffer (@juliangruber)

v1.0.4

6 years ago

Added

  • Test batch and chainable batch (@rvagg)

Changed

  • Update abstract-leveldown to ~0.7.1 (@rvagg)
  • Update levelup to ~0.9.0 (@brycebaril)

v1.0.5

6 years ago

Changed

  • Use upstream idb-wrapper (@maxogden)

v1.0.6

6 years ago

Changed

  • Update idb-wrapper to 1.2.0 (@maxogden)
  • Switch abstract-leveldown#master (@maxogden)
  • Disable batch and chainable batch tests (@maxogden)

v1.0.7

6 years ago

Changed

  • Implement full batch support (@mcollina)

Fixed

  • Fix git url to abstract-leveldown (@maxogden)

v1.0.8

6 years ago

Changed

  • Move levelup to devDependencies (@juliangruber)

Removed

  • Remove fn#bind from iterator (@juliangruber)

v1.1.0

6 years ago

Added

  • Add Testling (@maxogden)
  • Add npm badge (@maxogden)
  • Test ranges (@rvagg, @maxogden)

Changed

  • Update README (@maxogden)
  • Update abstract-leveldown to ~0.11.0 (@rvagg, @maxogden)
  • Update to work with [email protected] (@shama, @maxogden)
  • Update iterator to pass all range tests (@shama, @maxogden)

Fixed

  • Fix incorrect version of abstract-leveldown (@maxogden)
  • Pass error to callback in approximateSize() (@mcollina)

Removed

  • Remove unnecessary factor in tests (@rvagg, @maxogden)

v1.1.1

6 years ago

Changed

  • Modify a copy of the batch array, not the original (@nrw)

Fixed

  • Fix broken package.json (@maxogden)
  • Fix testling path (@maxogden)