Releases: sindresorhus/p-pipe
Releases · sindresorhus/p-pipe
v3.0.0
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.0
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