Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Latest commit

 

History

History
68 lines (35 loc) · 1.22 KB

File metadata and controls

68 lines (35 loc) · 1.22 KB

Changelog

Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

Breaking changes:

  • Readers return record instead of Tuple. (#11 by @jamesdbrock)

New features:

  • New Internal functions: onceClose, writable, newStreamPassThrough. (#11 by @jamesdbrock)

Bugfixes:

  • More cleanup for event handlers. (#11 by @jamesdbrock)
  • Complete reads when stream is closed. (#11 by @jamesdbrock)

v4.0.1

Breaking changes:

New features:

Bugfixes:

Other improvements:

v4.0.0

Bugfixes:

  • Read from zero-length Readable.

v3.0.0

Breaking changes:

  • Delete writableClose and add end.

New features:

  • Add toStringUTF8 and fromStringUTF8.

Bugfixes:

  • Bugfix onceError.

v2.0.0

  • Aff cancellation is correctly handled.

v1.1.0

  • write will throw errors after drain event.