Skip to content

Releases: biggyspender/ts-async-iterable-functions

v3.0.2

20 Apr 03:33

Choose a tag to compare

3.0.2 (2019-04-20)

Bug Fixes

v3.0.1

20 Apr 02:16

Choose a tag to compare

3.0.1 (2019-04-20)

Bug Fixes

  • update to ts-async-iterable-queue@3.0.1 to prevent double unsubscription (91d2952)

v3.0.0

20 Apr 01:35

Choose a tag to compare

3.0.0 (2019-04-20)

Features

  • implement merge and takeUntil (528e95a)

BREAKING CHANGES

v2.0.0

18 Apr 03:47

Choose a tag to compare

2.0.0 (2019-04-18)

Bug Fixes

  • dummy: dummy commit due to broken deps (beee3bf)

BREAKING CHANGES

  • dummy: now depends on ts-async-iterable-queue@2.0.0

v1.1.0

18 Apr 02:02

Choose a tag to compare

1.1.0 (2019-04-18)

Features

  • re-export pp from ts-functional-pipe (85abb57)

v1.0.2

18 Apr 01:52

Choose a tag to compare

1.0.2 (2019-04-18)

Bug Fixes

  • remove unused abort-controller dependency (12e4029)

v1.0.1

18 Apr 01:41

Choose a tag to compare

1.0.1 (2019-04-18)

Bug Fixes

  • remove faulty delay implementation that breaks node 8 build (20f6e7c)

v1.0.0

18 Apr 01:20

Choose a tag to compare

1.0.0 (2019-04-18)

Bug Fixes

  • add promise.finally polyfill (2766c62)
  • fix usage of promise.prototype.finally (945541d)

Features

  • implement interval generator (4e986cb)
  • initial commit (9eebe51)
  • rewrite interval using createPushAsyncIterable from ts-async-iterable-queue (5ced019)