Skip to content

Releases: jacobbubu/pull-pushable

v1.4.0

Choose a tag to compare

@jacobbubu jacobbubu released this 08 Oct 04:07

1.4.0 (2020-10-08)

Features

  • export State class facilitates possible sink state management. (acab392)

v1.3.1

Choose a tag to compare

@jacobbubu jacobbubu released this 08 Oct 03:46

1.3.1 (2020-10-08)

Bug Fixes

  • try to avoid the drain method being re-entered during execution. (0ee7622)

v1.3.0

Choose a tag to compare

@jacobbubu jacobbubu released this 21 Sep 13:17

1.3.0 (2020-09-21)

Features

  • push returns true/false to indicate if the data can be put into the cache or not. (0afbfef)

v1.2.9

Choose a tag to compare

@jacobbubu jacobbubu released this 21 Sep 06:01

1.2.9 (2020-09-21)

Bug Fixes

  • Modify SourceState to match the style in @jacobbubu/pull-pushable-duplex. (e6023f2)

Reverts

  • 7a9e48b, after termination, the value in the previous buffer should still be discarded. (ad43695)

v1.2.8

Choose a tag to compare

@jacobbubu jacobbubu released this 07 Sep 12:19

1.2.8 (2020-09-07)

Bug Fixes

  • Add more accurate anti-reentering checks for push/abort/end methods. (3a5d4ba)

v1.2.7

Choose a tag to compare

@jacobbubu jacobbubu released this 07 Sep 06:47

1.2.7 (2020-09-07)

Bug Fixes

  • Even in the case of abort, the data from the buffer is used first to drrain the cbs (7a9e48b)
  • Follow ask/ended mode, add _ended state and rename _abort and _end (8908af1)

v1.2.6

Choose a tag to compare

@jacobbubu jacobbubu released this 06 Sep 09:15

1.2.6 (2020-09-06)

Bug Fixes

  • Clear the contents of _cbs and _buffer directly after they are drained. (0009729)

v1.2.5

Choose a tag to compare

@jacobbubu jacobbubu released this 25 Aug 09:06

1.2.5 (2020-08-25)

Bug Fixes

  • Rewrite logic to fix an issue where messages were sometimes read in the wrong order (ed1aa3b)

v1.2.4

Choose a tag to compare

@jacobbubu jacobbubu released this 24 Aug 14:22

1.2.4 (2020-08-24)

Bug Fixes

  • Updated to the latest pull-stream type declaration (a187ae2)

v1.2.3

Choose a tag to compare

@jacobbubu jacobbubu released this 17 Aug 03:47

1.2.3 (2020-08-17)

Bug Fixes

  • Use @jacobbubu/pull-stream instead of the old pull-stream and @jacobbubu/pull-stream-types comb (aba5e19)