Skip to content

Releases: cloudnc/observable-webworker

v3.2.4

21 May 08:50
009f01e
Compare
Choose a tag to compare

3.2.4 (2020-05-21)

Bug Fixes

  • CI: bump codecov version to latest (baa9504)

v3.2.3

18 Aug 20:54
665662b
Compare
Choose a tag to compare

3.2.3 (2019-08-18)

Bug Fixes

  • Safari: Add default hardware concurrency value when one is not set (faf4474)

v3.2.2

17 Aug 14:30
216ccd8
Compare
Choose a tag to compare

3.2.2 (2019-08-17)

Bug Fixes

  • Deps: Use >= syntax for peer deps (63a1331)

v3.2.1

13 Aug 19:51
2f4c850
Compare
Choose a tag to compare

3.2.1 (2019-08-13)

Bug Fixes

  • RxJS: Use string literal notification kind (9e25efe), closes #27
  • RxJS: Use string literal notification kind (#28) (2f4c850)

v3.2.0

11 Aug 16:10
fb497e6
Compare
Choose a tag to compare

3.2.0 (2019-08-11)

Features

  • Demo: Add timeline chart to demo (1fd10d4)
  • Demo: Allowed demo to be run multiple times (1f85b08)
  • Demo: Refactored to use individual events plus a live updater (97ed501)

v3.1.1

08 Aug 21:58
97a4f61
Compare
Choose a tag to compare

3.1.1 (2019-08-08)

Bug Fixes

  • fromWorker: Correctly pass transferables down to worker (04323c7)

v3.1.0

07 Aug 23:52
e646e60
Compare
Choose a tag to compare

3.1.0 (2019-08-07)

Features

  • Worker pool: Tidied up demo (b0d9848)
  • Worker Pool: Creates new fromWorkerPool method to automatically (f0a274a)
  • Worker Pool: Refactor iterable to use zip so iterators or (510b0b3)
  • Worker Pool: restructure worker creation to be lazy so only the (41ffa4b)
  • Worker Pool: restructure worker creation to be lazy so only the (41d298c)

v3.0.4

07 Aug 00:43
1a813c1
Compare
Choose a tag to compare

3.0.4 (2019-08-07)

Bug Fixes

  • Lodash: Bump packages to resolve security issue with Lodash (b740f9a)

v3.0.3

01 Aug 11:15
b090625
Compare
Choose a tag to compare

3.0.3 (2019-08-01)

Bug Fixes

  • Docs: Export worker class so example will work in production builds (cedc91d), closes #14

v3.0.2

10 Jul 10:30
1d1bc40
Compare
Choose a tag to compare

3.0.2 (2019-07-10)

Bug Fixes

  • Readme: Use correct capitalization, link to web worker docs and rxjs docs (8a2c0b8)