Skip to content

Releases: Blazored/LocalStorage

v4.0.0

08 May 12:22
Compare
Choose a tag to compare

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

v3.0.0 🌈

23 Jul 22:44
d023a0f
Compare
Choose a tag to compare

Version 2.2.0 contained a breaking change and should have had a major version bump. This is a fix for that mistake.

What's Changed

v2.2.0 🌈

23 Jul 13:22
Compare
Choose a tag to compare

What's Changed

  • (#88) Get string without deserialization - Thanks to @IIARROWS

🧰 Maintenance

v2.1.6 🌈

21 May 19:04
bad4ec0
Compare
Choose a tag to compare

What's Changed

  • (#81) Added support for LocalStorage configuration, initially for JsonSerializerOptions - Thanks to @jan-johansson-mr

🧰 Maintenance

v2.1.5 🌈

31 Mar 17:25
5fda447
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • (#66) Fix for deserialisation issue when overwriting existing value - Thanks to @chrissainty

v2.1.4 🌈

30 Mar 23:13
f1d9d08
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

2.1.3

27 Mar 12:01
8077549
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

🧰 Maintenance

📘 Docs