Skip to content

Releases: sindresorhus/into-stream

v9.0.0

09 Sep 22:20

Choose a tag to compare

Breaking

  • Require Node.js 20 f253040
  • Drop support for Buffer in favor of Uint8Array c378b14

Improvements

  • Add support for Uint8Array in iterables 6ccc5a1

v8.0.1...v9.0.0

v8.0.1

25 Nov 14:02

Choose a tag to compare

  • Throw user-friendly error message on undefined input d38670e

v8.0.0...v8.0.1

v8.0.0

26 May 18:19

Choose a tag to compare

Breaking

  • Require Node.js 16 ebbad60
  • It no longer chunks up the input if it's a string.
    • This should not really matter as the chunks are not guaranteed to be preserved anyway.

v7.0.0...v8.0.0

v7.0.0

16 Apr 07:02

Choose a tag to compare

Breaking

v6.0.0...v7.0.0

v6.0.0

13 Aug 17:40

Choose a tag to compare

Breaking

Breaking for TypeScript users

  • Only use a CommonJS export for the TypeScript definition (reason)
    You need to change import intoStream from 'into-stream'; to import intoStream = require('into-stream');

Enhancements

  • Support async iterables (#16) 62f1ed7
  • Allow arrays of arrays in intoStream.object TypeScript type definition (#15) ef2b8dc

v5.1.1...v6.0.0

v5.1.1

04 Oct 05:31

Choose a tag to compare

  • Fix TypeScript definition for TypeScript 3.5 d83ec15

v5.1.0...v5.1.1

v5.1.0

05 Apr 07:09

Choose a tag to compare

  • Refactor TypeScript definition to CommonJS compatible export (#12) ea52348

v5.0.0...v5.1.0

v5.0.0

11 Mar 05:18

Choose a tag to compare

Breaking:

Enhancements:

v4.0.0...v5.0.0

v4.0.0

12 Oct 08:51

Choose a tag to compare

Breaking:

Other:

  • Add support for TypedArray and ArrayBuffer. ec6ef5c