1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 02:09:22 +02:00
Oinktube/node_modules/level-iterator-stream/UPGRADING.md
2022-07-15 11:08:01 -03:00

1 KiB

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.

v4

Upgraded to readable-stream@3 which contains several substantial changes and improvements. Since level-iterator-stream derives from readable-stream we decided to bump major as well.

v3

Removed support for node 4.

v2

Encodings were factored out from levelup into encoding-down and in that process they were removed from this module as well. For more information, please check the corresponding CHANGELOG.md for:

If your code relies on options.decoder for decoding keys and values you need to handle this yourself, e.g. by a transform stream or similar.

Support for node 0.10, 0.12 and iojs was also dropped.