Releases: cloudnc/observable-webworker
Releases · cloudnc/observable-webworker
v3.2.4
3.2.4 (2020-05-21)
Bug Fixes
- CI: bump codecov version to latest (baa9504)
v3.2.3
3.2.3 (2019-08-18)
Bug Fixes
- Safari: Add default hardware concurrency value when one is not set (faf4474)
v3.2.2
3.2.2 (2019-08-17)
Bug Fixes
- Deps: Use >= syntax for peer deps (63a1331)
v3.2.1
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
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
3.1.1 (2019-08-08)
Bug Fixes
- fromWorker: Correctly pass transferables down to worker (04323c7)
v3.1.0
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
3.0.4 (2019-08-07)
Bug Fixes
- Lodash: Bump packages to resolve security issue with Lodash (b740f9a)
v3.0.3
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
3.0.2 (2019-07-10)
Bug Fixes
- Readme: Use correct capitalization, link to web worker docs and rxjs docs (8a2c0b8)