Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Releases: esamattis/node-promisepipe

v3.0.0

Choose a tag to compare

@MartinKolarik MartinKolarik released this 04 Aug 16:26
  • only node 8 or higher is supported
  • all streams are automatically destroyed on errors to prevent memory leaks
  • the promise is resolved only after all streams in the chain finished to prevent race conditions

2.1.1

Choose a tag to compare

@esamattis esamattis released this 03 Nov 08:06

Restored node 4 support.

2.1.0

Choose a tag to compare

@esamattis esamattis released this 03 Nov 08:02

Memory leak fix. Event handers are now removed when the promise resolves.

More info #8

2.0.0

Choose a tag to compare

@esamattis esamattis released this 11 Jan 14:32

promisePipe now returns native JavaScript Promises instead of Q promises.