Skip to content

Releases: canhorn/EventHorizon.Blazor.Interop

0.3.0 - .NET8 Upgrade

16 Dec 23:15
690ea8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.5...0.3.0

0.2.5 - .NET6 Update

16 Nov 04:27
318b156
Compare
Choose a tag to compare

What's Changed

  • build: Updated Framework to .NET6 🛠 by @canhorn in #34

Full Changelog: 0.2.4...0.2.5

0.2.4 - Maintenance

14 Sep 04:11
cbf4a43
Compare
Choose a tag to compare

Fixed Number Format Exception when Converting decimal from JavaScript Maintenance. #32

0.2.3 - Convert Nested Arguments

23 Jul 13:12
6ec4127
Compare
Choose a tag to compare

Nested children on object and array arguments will now be replaced with their cached entity, if it exists.

0.2.2 - Null 'set' Validation

12 Jul 02:24
8805a77
Compare
Choose a tag to compare

Fixes null set logic before adding to cache.

0.2.1 - Null/Undefined Behavior Change

11 Jul 22:18
f90b08f
Compare
Choose a tag to compare

Any argument that is null from .NET interop call will get transformed into 'undefined' in JavaScript layer.

0.1.4 - Hotfix

28 Jun 02:06
bded3b7
Compare
Choose a tag to compare

Fixes 'value is not defined' error.

0.1.3 - Action Result Callbacks

27 Jun 03:54
1118194
Compare
Choose a tag to compare

Added Action Callback abstraction that can be used to return result to the caller.