Releases: Level/read-stream
Releases · Level/read-stream
v2.0.0
If you are upgrading: please see UPGRADING.md
.
Changed
- Bump
readable-stream
from 3 to 4 (#15) (fc4fb51
) (Vincent Weevers)
- Use
autoDestroy
option (#13) (190f920
) (Vincent Weevers)
Removed
- Breaking: drop support of
abstract-level
1 (d29bcef
) (Vincent Weevers)
- Breaking: drop support of Node.js < 18 (
77a492d
) (Vincent Weevers)
v1.1.1
Fixed
- Use promise API for abstract-level 2 compatibility (#18) (
912041a
) (Vincent Weevers)
v1.1.0
Added
- Add TypeScript type declarations (#3) (
6ca9ef1
) (Vincent Weevers)
Fixed
- Align LICENSE format with standardized SPDX (
045a19d
) (Vincent Weevers)
- Fix documented default of
highWaterMark
(db4e833
) (Vincent Weevers).
v1.0.1
Fixed
- Make use of
nextv()
, keys()
and values()
(#2) (7c4fc44
) (Vincent Weevers).
- Fix
engines.node
version in package.json
(ad5a7b9
) (Vincent Weevers).