Skip to content

v4.4.0

Compare
Choose a tag to compare
@trxcllnt trxcllnt released this 09 Jun 20:49
· 48 commits to master since this release

Bug Fixes

  • src/asynciterable/operators/batch.ts: create rejected Promise on demand (#328) (aa40ab1), closes #320
  • src/asynciterable/operators/timeout.ts: ensure AsyncIterable timeout operator passes its values (#327) (f5a213a), closes #325

chore

Documentation

  • CHANGELOG: 4.4.0 (f158951)
  • docs/asynciterable/creating.md: Fix async iterable docs typo s/source/sink (#317) (084658f)

fea

  • asynciterable-operators: Add bufferCountOrTime operator (#324) (ee7c43e)