Skip to content

Releases: Tewr/BlazorWorker

v3.2.2

16 Jan 21:25
8066b21

Choose a tag to compare

Align version numbers

v3.2.1

12 Sep 20:46

Choose a tag to compare

Updates Newtonsoft dependency to 13.

v3.2.0

01 Jun 19:37

Choose a tag to compare

Adds environment variable dictionary to worker options. Avaiable via EnvMap (or Extension method SetEnv).

v3.1.0

08 Jan 15:59
bc42773

Choose a tag to compare

.Net6 Support

v3.0.0

18 May 21:09
da5eadd

Choose a tag to compare

  • JSRuntime implementation #49
  • Refactoring of messaging system
  • Fixed memory leak #48
  • Fixed problem with raw messages on the message bus #51

v2.1.0

26 Jan 21:26
b0ec9e9

Choose a tag to compare

Factory pattern support to enable DI/IoC #32
Publish trimmer problem #36
Custom event handler types support #37

v2.0.1

17 Dec 08:09

Choose a tag to compare

Fixes a packaging issue present in v2.0.0, a bad version of the core package was uploaded.

v2.0.0

05 Dec 14:58
c971af1

Choose a tag to compare

Adds support for .NET5.

v1.3.0

28 Jul 20:21

Choose a tag to compare

  • Adds support for Task as a return type - enables async signatures in service classes.
  • Adds a HttpClient as an injectable service
  • Some convenience methods for setting up a BackgroundService

v1.2.1

21 May 20:46
771dce2

Choose a tag to compare

Fixes a problem (#10) when using the linker in Release builds.
Tested with Blazor 3.2.0.