Skip to content

v4.1.0

Choose a tag to compare

@trxcllnt trxcllnt released this 21 Jan 18:40
· 69 commits to master since this release

Bug Fixes

  • operators: export withLatestFrom and withAbort AsyncIterable operators (#313) (19915b5)
  • operators: support Array.prototype.reduce signature in Iterable scan and reduce operators again. Fixes #311 (#312) (1d98746)
  • repeat-spec.ts: fix unhandled-rejection error in node v15 (7d84c87)
  • takeUntil: complete iterable immediately (#315) (#316) (97b2ca2)

chore

  • npm-release.sh: add prompt to enter npm OTP before release (f0c111e)
  • npm-release.sh: use npm run-script instead of npx run-s in release script (b03597d)
  • release: 4.1.0 (8893e2c)

Documentation

  • CHANGELOG: 4.1.0 (9bb3013)
  • readme: fix wrong result of samples and typo (16fe9b0)