Releases: canhorn/EventHorizon.Blazor.Interop
Releases · canhorn/EventHorizon.Blazor.Interop
0.3.0 - .NET8 Upgrade
0.2.5 - .NET6 Update
0.2.4 - Maintenance
Fixed Number Format Exception when Converting decimal from JavaScript Maintenance. #32
0.2.3 - Convert Nested Arguments
Nested children on object and array arguments will now be replaced with their cached entity, if it exists.
0.2.2 - Null 'set' Validation
Fixes null set logic before adding to cache.
0.2.1 - Null/Undefined Behavior Change
Any argument that is null from .NET interop call will get transformed into 'undefined' in JavaScript layer.
0.1.4 - Hotfix
Fixes 'value is not defined' error.
0.1.3 - Action Result Callbacks
Added Action Callback abstraction that can be used to return result to the caller.