Skip to content

Releases: cloudnc/observable-webworker

v6.0.1

27 Mar 08:52
01e4017
Compare
Choose a tag to compare

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

18 Jan 01:05
f5fe049
Compare
Choose a tag to compare

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

16 Jan 01:44
0d29659
Compare
Choose a tag to compare

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

14 Feb 20:51
fbf23a2
Compare
Choose a tag to compare

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

19 Jan 19:23
49e16aa
Compare
Choose a tag to compare

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

  • Upgrade angular 13

v3.4.0

24 Apr 06:37
5d741ad
Compare
Choose a tag to compare

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

25 Mar 07:52
1fb4c57
Compare
Choose a tag to compare

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

25 Mar 03:49
51a9179
Compare
Choose a tag to compare

3.2.7 (2021-03-25)

Bug Fixes

  • NPM: Ensure readme is copied after build (10b26c2)

v3.2.6

24 Oct 16:25
8253341
Compare
Choose a tag to compare

3.2.6 (2020-10-24)

Bug Fixes

  • CI: Ensure lib is rebuilt after demo compiles it (43d9c12)

v3.2.5

24 Oct 15:23
Compare
Choose a tag to compare

3.2.5 (2020-10-24)

Bug Fixes

  • CI: reorder demo build and release to prevent npm issue (469c0bc)