Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

53 lines (29 loc) · 2.24 KB

Changelog

2.0.0 - 2024-12-20

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)

1.1.1 - 2024-10-22

Fixed

  • Use promise API for abstract-level 2 compatibility (#18) (912041a) (Vincent Weevers)

1.1.0 - 2022-02-19

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).

1.0.1 - 2022-01-30

Fixed

  • Make use of nextv(), keys() and values() (#2) (7c4fc44) (Vincent Weevers).
  • Fix engines.node version in package.json (ad5a7b9) (Vincent Weevers).

1.0.0 - 2021-12-10

🌱 Initial release, forked from level-iterator-stream.