Releases: sindresorhus/into-stream
Releases · sindresorhus/into-stream
v8.0.1
- Throw user-friendly error message on undefined input d38670e
v8.0.0
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
v6.0.0
Breaking
- Require Node.js 10 0d08ee4
Breaking for TypeScript users
- Only use a CommonJS export for the TypeScript definition (reason)
You need to changeimport intoStream from 'into-stream';
toimport intoStream = require('into-stream');
Enhancements
v5.1.1
- Fix TypeScript definition for TypeScript 3.5 d83ec15