promised-read

Read from a stream using Promises, with support for timeouts, cancellation, and several ways to determine how much data to read.

MIT License

Downloads
185
Stars
3
Committers
4

Bot releases are visible (Hide)

promised-read - Latest Release

Published by kevinoid over 4 years ago

BREAKING CHANGES

  • Require Node.js 10.13 or later.

Other Changes

  • Dependency updates.
  • Code style improvements.
promised-read -

Published by kevinoid about 6 years ago

  • Update yaku to the latest version #24
  • Update devDependencies to latest versions.
promised-read -

Published by kevinoid over 6 years ago

  • BREAKING Drop support for Node < 6.
  • Use util.debuglog for debug logging.
  • Dependency version updates.
  • Remove unnecessary dependencies.
  • Code style improvements.
promised-read -

Published by kevinoid over 7 years ago

  • Dependency updates.
promised-read -

Published by kevinoid over 7 years ago

  • No API Changes Bump to 1.0 is declaration of stability rather than an
    indication of API changes.
  • Code style updates.
  • Add AppVeyor CI.
  • Dependency updates.
promised-read -

Published by kevinoid over 8 years ago

Initial release.

promised-read -

Published by kevinoid over 8 years ago

  • Added readToEnd to the public API.