Skip to content

Releases: biggyspender/ts-async-iterable-queue

v3.0.1

20 Apr 02:11

Choose a tag to compare

3.0.1 (2019-04-20)

Bug Fixes

  • prevent double unsubscribe calls (400eeeb)

v3.0.0

19 Apr 18:42

Choose a tag to compare

3.0.0 (2019-04-19)

Features

  • remove createAsyncQueue and reimplment createPushAsyncIterable (3fd963c)

BREAKING CHANGES

  • no longer exports AsyncIterableQueue or createAsyncQueue, subscription semantics
    slightly changed

v2.1.0

19 Apr 13:58

Choose a tag to compare

2.1.0 (2019-04-19)

Features

  • export createPromiseResolver and all interfaces associated with exported items (7a3fdb7)

v2.0.0

18 Apr 03:27

Choose a tag to compare

2.0.0 (2019-04-18)

Features

  • change parameters of createPushAsyncIterable (368cdaa)

BREAKING CHANGES

  • createPushAsyncIterable parameters changed

v1.2.0

18 Apr 00:32

Choose a tag to compare

1.2.0 (2019-04-18)

Features

  • add trimLength parameter to createQueue (9edd610)
  • export createPushAsyncIterable method (88f0f3c)

v1.1.0

17 Apr 15:50

Choose a tag to compare

1.1.0 (2019-04-17)

Features

v1.0.1

16 Apr 21:13

Choose a tag to compare

1.0.1 (2019-04-16)

Bug Fixes

  • reinstate node 8 support (f855422)

v1.0.0

16 Apr 18:49

Choose a tag to compare

1.0.0 (2019-04-16)

Bug Fixes

  • remove node 6 support for CI (5c3578f)
  • remove node 8 target. asynciterator isn't supported (a55e866)
  • target es6 (702be81)

Features

  • initial commit: initiall commit (1b44a5d)