Releases: jacobbubu/pull-pushable
Releases · jacobbubu/pull-pushable
v1.4.0
Compare
Sorry, something went wrong.
No results found
1.4.0 (2020-10-08)
Features
export State class facilitates possible sink state management. (acab392 )
v1.3.1
Compare
Sorry, something went wrong.
No results found
1.3.1 (2020-10-08)
Bug Fixes
try to avoid the drain method being re-entered during execution. (0ee7622 )
v1.3.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.2.8 (2020-09-07)
Bug Fixes
Add more accurate anti-reentering checks for push/abort/end methods. (3a5d4ba )
v1.2.7
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.2.6 (2020-09-06)
Bug Fixes
Clear the contents of _cbs and _buffer directly after they are drained. (0009729 )
v1.2.5
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.2.4 (2020-08-24)
Bug Fixes
Updated to the latest pull-stream type declaration (a187ae2 )
v1.2.3
Compare
Sorry, something went wrong.
No results found
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 )