Skip to content

v6.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 10 Aug 11:16

Breaking

Breaking for TypeScript users

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

Improvements

  • Use native stream.pipeline instead of pump package (#39) 5cf31ba

v5.2.0...v6.0.0