Skip to content

Releases: Tewr/BlazorWorker

v6.0.0

15 Nov 09:01
0b7b1af

Choose a tag to compare

Adds dotnet10 support.
Drops .net7 support

v5.0.1

10 Aug 20:01

Choose a tag to compare

Adds configurable AppRoot to init options for supporting CustomElements. Feature by @FreyLuis

v5.0.0

22 Jul 18:27
5e87bbf

Choose a tag to compare

Breaking changes for net9:

  • DOTNET_SYSTEM_GLOBALIZATION_INVARIANT now defaults to 0
  • IWorkerBackgroundService.RunAsync has a less ambigous declaration, net9 publishing build was confused
  • Remove obsolete methods and properties

v4.1.3-JsRuntime

12 Mar 21:52
1198276

Choose a tag to compare

Fixes a bug #105 in the jsruntime extension

v.4.2.0 (Core)

01 Mar 14:00

Choose a tag to compare

Introduces JsDirect method for workers (PostMessageJsDirectAsync on IWorkerMessageService)

v4.1.2

27 Feb 08:56

Choose a tag to compare

Some minor fixes to release v4.1.0 for JSRuntime and more coherence between versions

v4.1.0

23 Feb 20:50
39d3e85

Choose a tag to compare

Adds custom serialization options.

v4.0.0

07 Jan 15:03
dc9ddb0

Choose a tag to compare

.net7 and .net8 support, and updated dependencies.

v4.0.0-preview2

25 Dec 22:11
6254e12

Choose a tag to compare

v4.0.0-preview2 Pre-release
Pre-release

Adds net8 support.

v4.0.0-preview1

04 Nov 23:35
aacae3e

Choose a tag to compare

v4.0.0-preview1 Pre-release
Pre-release

First shot on .net7 support.
IJSRuntime is not supported in this preview (possible future work)
Dependency setup optimizations is ignored in this preview, the full compilation is loaded into each worker (https://github.com/Tewr/BlazorWorker#setup-dependencies).