Skip to content

Releases: sindresorhus/p-pipe

v4.0.0

08 Apr 14:01
Compare
Choose a tag to compare

Breaking

v3.1.0...v4.0.0

v3.1.0

16 May 09:53
Compare
Choose a tag to compare
  • Change the TypeScript types to allow no input (#10) 746bacd

v3.0.0...v3.1.0

v3.0.0

06 Apr 11:26
Compare
Choose a tag to compare

Breaking for TypeScript users only:

  • Fix TypeScript definition - Types were incorrectly allowing multiple arguments to the first function in the pipeline (#7) 2cd428f
  • Refactor definition to CommonJS compatible export (#7) 2cd428f
    • You need to change import pPipe from 'p-pipe'; to import pPipe = require('p-pipe');

v2.0.1...v3.0.0

v2.0.1

18 Mar 17:58
Compare
Choose a tag to compare

v2.0.0...v2.0.1

v2.0.0

04 Feb 10:40
Compare
Choose a tag to compare

Breaking:

  • Require Node.js 8 c9ba140
  • Drop support for array as input. Use the spread syntax instead. c9ba140

Other:

  • Add TypeScript definition (#4) c9ba140
  • Synchronously throw an exception when there are no arguments. Previously, it incorrectly returned a rejected promise. c9ba140

v1.2.0...v2.0.0