Skip to content

Releases: dex4er/js-promise-duplex

v1.1.2

15 Jul 10:54
Compare
Choose a tag to compare
  • Typescript: reference additional modules in our typings file.

v1.1.1

15 Jul 10:53
Compare
Choose a tag to compare
  • Better README.

v1.1.0

15 Jul 10:53
Compare
Choose a tag to compare
  • once is resolved to undefined when stream is already closed or
    destroyed for "close" or "end" events and rejects for others.
  • read and readAll is resolved when "close" event was occured.

v1.0.0

15 Jul 10:53
Compare
Choose a tag to compare

Breaking change:

  • Resolves to undefined rather than null if there is no data or stream is
    closed. Please use double sign equality instead triple sign to check if
    stream is closed, ie. data == null.

v0.1.2

15 Jul 10:52
Compare
Choose a tag to compare
  • Upgraded chai@4.0.2, chai-as-promised@7.0.0, promise-readable@0.4.3,
    promise-writable@0.1.4, snazzy@7.0.0, standard@10.0.2, tap@10.5.1,
    tap-given@0.4.1

v0.1.1

15 Jul 10:52
Compare
Choose a tag to compare
  • Minor tweaks for documentation.

v0.1.0

15 Jul 10:52
Compare
Choose a tag to compare
  • New method once replaces other once* methods.

v0.0.1

15 Jul 10:52
Compare
Choose a tag to compare
  • Initial release