Skip to content

Releases: jacobbubu/pull-pushable-duplex

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Nov 14:58

1.2.0 (2020-11-02)

Features

  • add more callback points to support more granular control (f517298)

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 08 Oct 11:22

1.1.2 (2020-10-08)

Bug Fixes

  • try to avoid the drain method being re-entered during execution (5929777)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Sep 05:17

1.1.1 (2020-09-26)

Bug Fixes

  • abort/end at the duple level should terminate both source and sink (617a23c)
  • endSink shouldn't be too hurry to end the stream between dulplex.sink and ext.source (dbe443c)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Sep 13:26

1.1.0 (2020-09-21)

Features

  • push will identify whether data is being cached by returning true/false values (9232016)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Sep 06:02

1.0.0 (2020-09-21)

Features