Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.01 KB

UPGRADING.md

File metadata and controls

25 lines (13 loc) · 1.01 KB

Upgrade Guide

This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the changelog.

v6

Upgraded abstract-leveldown to v6.0.0. Please see the corresponding changelog entry for more information.

v5

Dropped support for node 4. No other breaking changes.

v4

Dropped support for node 7.

.batch(array) enforces objects

This major release contains an upgrade to abstract-leveldown with a breaking change for the array version of .batch(). This change ensures all elements in the batch array are objects.

If you previously passed arrays to .batch() that contained undefined or null, they would be silently ignored. Now this will produce an error.

v3

Dropped support for node 0.12. No other breaking changes.