Skip to content

Releases: Level/leveldown

v5.0.0

29 Mar 08:34
Compare
Choose a tag to compare

If you are upgrading: please see UPGRADING.md.

Changed

Added

Removed

Fixed

  • Serialize compactRange() arguments (#517) (@vweevers)
  • Prevent segfault: when calling iterator() on non-open db (#514) (@vweevers)
  • Prevent segfault: add PriorityWorker to defer closing until put is done (#597) (@vweevers)
  • Prevent segfault: keep persistent references to iterators until they are ended (#597) (@vweevers)
  • Gitignore Debug builds of LevelDB and Snappy (#597) (@vweevers)
  • Fix subtests by adding t.plan() (#594) (@vweevers)

v4.0.2

02 Mar 09:59
Compare
Choose a tag to compare

Changed

Added

v5.0.0-2

26 Jan 16:54
1d3dae0
Compare
Choose a tag to compare
5.0.0-2

v5.0.0-1

27 Dec 23:39
Compare
Choose a tag to compare
5.0.0-1

v5.0.0-0

16 Dec 21:48
Compare
Choose a tag to compare
5.0.0-0

v4.0.1

22 May 22:53
Compare
Choose a tag to compare

Changed

Removed

v4.0.0

16 May 14:22
Compare
Choose a tag to compare

Added

Changed

Fixed

Removed

v3.0.2

05 May 13:50
Compare
Choose a tag to compare

Changed

  • Support compilation on iOS (@agentilela)
  • Support compilation on Android x86 (@luandro)
  • Upgrade to prebuild-install@^4.0.0 (@ralphtheninja)

v3.0.1

26 Apr 20:26
Compare
Choose a tag to compare

Added

  • Run verify-travis-appveyor as part of tests to ensure they are in sync (@ralphtheninja)
  • Test that destroy() doesn't inadvertently create the directory (@vweevers)
  • Add node 10 to Travis and AppVeyor (@ralphtheninja)

Changed

Fixed

  • Handle all errors in destroy tests (@vweevers)
  • Fix deprecation warnings related to Buffer() (@peakji)
  • Fix deprecation warnings related to nan (@ralphtheninja)

Removed

  • Remove node 5 and 7 from AppVeyor (@ralphtheninja)
  • Remove console.log() from approximate-size-test.js (@vweevers)

v3.0.0

30 Jan 22:14
Compare
Choose a tag to compare

3.0.0 - 2018-01-30

Changed

Removed

Fixed

  • make sure destroy() deletes LevelDB-only dir (@joyeecheung)