into-stream v6.0.0 Release Notes

Release Date: 2020-08-13 // over 3 years ago
  • ๐Ÿ’ฅ 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


Previous changes from v5.1.1