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

Releases: Level/level-js

v2.1.1

28 May 11:19
Compare
Choose a tag to compare

Changed

  • Update browser configuration for Testling (@maxogden)
  • Update abstract-leveldown to ~0.12.0 (@maxogden)
  • Update levelup to ~0.18.2 (@maxogden)
  • Make sure to store Uint8Array (@maxogden)
  • Test storing native JS types with raw = true (@maxogden)

v2.0.0

28 May 11:19
Compare
Choose a tag to compare

Changed

  • Update browserify to ~3.32.0 (@maxogden)
  • Update tape to ~2.10.2 (@maxogden)
  • Change default encoding of values to strings to more closely match leveldown (@maxogden)

Fixed

v1.2.0

28 May 11:19
Compare
Choose a tag to compare

Added

Changed

  • Update browser configuration for Testling (@maxogden)
  • Pass through open options to idbwrapper (@maxogden)

Fixed

  • Don't use indexedDB.webkitGetDatabasesNames() in tests (@maxogden)

v1.1.2

28 May 11:20
Compare
Choose a tag to compare

Removed

v1.1.1

28 May 11:20
Compare
Choose a tag to compare

Changed

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

Fixed

v1.1.0

28 May 11:20
Compare
Choose a tag to compare

Added

Changed

Fixed

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

Removed

v1.0.8

28 May 11:21
Compare
Choose a tag to compare

Changed

Removed

v1.0.7

28 May 11:21
Compare
Choose a tag to compare

Changed

Fixed

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

v1.0.6

28 May 11:21
Compare
Choose a tag to compare

Changed

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

v1.0.5

28 May 11:21
Compare
Choose a tag to compare

Changed