Releases: cloudnc/observable-webworker
Releases · cloudnc/observable-webworker
v6.0.1
6.0.1 (2024-03-27)
Bug Fixes
- Worker pool: prevent sending completion notification to workers in the pool context to keep the workers alive (8b68204)
- worker kept open when it shouldn't (69df17d), closes #116
v6.0.0
6.0.0 (2024-01-18)
- feat(Upgrade angular to 16): (15da3df)
- feat(Upgrade angular to 15): (17d3c6c)
BREAKING CHANGES
- Upgrade angular to 16
- Upgrade angular to 15
v5.0.0
5.0.0 (2024-01-16)
Features
BREAKING CHANGES
- Upgrade angular 14 and es2020 build. This might break for older versions of Angular
v4.0.1
4.0.1 (2022-02-14)
Bug Fixes
- Readme: Update readme to better reflect that the old style of worker construction is deprecated (11b7c1d)
v4.0.0
4.0.0 (2022-01-19)
Bug Fixes
- Build: upgrade karma config to use karma-coverage plugin directly (2fe3cb4)
- CI: rename lcov file (96623cb)
- CI: upgrade codecov version (f883c4a)
- Readme: rebuild with updated data (2032b8b)
Features
BREAKING CHANGES
v3.4.0
3.4.0 (2021-04-24)
Features
- Webpack Compatibility: deprecate @ObservableWorker() decorator, document how to migrate to the existing runWorker() pattern. (5c72ef7)
v3.3.0
3.3.0 (2021-03-25)
Bug Fixes
- Demo: Fix the demo timings so that the graph makes sense (3e55e51)
Features
- Worker pool: permit async functions for simpler DoWork api (fd8fe12)
v3.2.7
3.2.7 (2021-03-25)
Bug Fixes
- NPM: Ensure readme is copied after build (10b26c2)
v3.2.6
3.2.6 (2020-10-24)
Bug Fixes
- CI: Ensure lib is rebuilt after demo compiles it (43d9c12)
v3.2.5
3.2.5 (2020-10-24)
Bug Fixes
- CI: reorder demo build and release to prevent npm issue (469c0bc)