Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 12:22
· 31 commits to main since this release

What's Changed

馃殌 Features

  • Blazored LocalStorage now dual targets .NetStandard2.1 and .NET5

  • Introduces ISerializer interface allowing developers to provide there own JSON serializer, if they prefer.

  • A default serializer implementation is provided out-of-the-box which uses System.Text.Json.

  • We now use the default JsonSerializerOptions for System.Text.Json instead of custom ones (Breaking Change)

  • Updated sample projects to latest versions

  • Added bUnit test extensions and example usage in a new sample project

  • (#133) Sign assembly with Strong Name Key - Thanks to @pmachapman

馃О Maintenance

馃摉 Documentation