Skip to content

Releases: dex4er/js-promise-readable

v6.0.0

09 Aug 22:02
Compare
Choose a tag to compare
  • Requires Node >= 10.
  • Converted from tslint to eslint.
  • Uses @types/node v14

v5.0.4

25 Dec 13:14
Compare
Choose a tag to compare
  • Chunk might be an empty string: fixes #32.

v5.0.3

07 Oct 20:08
Compare
Choose a tag to compare
  • Use mocha-steps for testing.

v5.0.2

07 Oct 09:18
Compare
Choose a tag to compare
  • Updated dependencies.

v5.0.1

15 Jul 10:37
Compare
Choose a tag to compare
  • Minor tweaks in README.

v5.0.0

15 Jul 08:06
Compare
Choose a tag to compare
  • PromiseReadable implements AsyncIterable so it is possible to use
    for await (const chunk of promiseReadable) loop.
  • New method iterate is provided.

v4.2.1

15 Jul 08:06
Compare
Choose a tag to compare
  • Minor tweaks in README.
  • Added source map to the package.

v4.2.0

15 Jul 08:05
Compare
Choose a tag to compare
  • Another changes for visibility of properties that are required by
    PromiseDuplex.

v4.1.0

15 Jul 08:05
Compare
Choose a tag to compare
  • Some changes for visibility of properties.

v4.0.0

15 Jul 08:04
Compare
Choose a tag to compare
  • Rewritten in Typescript.
  • PromiseReadable constructor accepts NodeJS.ReadableStream.
  • Dropped support for Node < 6.