Releases: Blazored/LocalStorage
Releases · Blazored/LocalStorage
v4.0.0
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
forSystem.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
- (#120) eliding - Thanks to @SimonCropp
- (#107) Added ConfigureAwait(false) to support synchrounous execution - Thanks to @mmaderic
📖 Documentation
- (#131) Corrects misspelled method names - Thanks to @pinguinosod
v3.0.0 🌈
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
- (#99) LocalStorageService formatting. - Thanks to @MaxMommersteeg
v2.2.0 🌈
v2.1.6 🌈
What's Changed
- (#81) Added support for LocalStorage configuration, initially for JsonSerializerOptions - Thanks to @jan-johansson-mr
🧰 Maintenance
- (#82) Bumped versions - Thanks to @chrissainty
- (#70) Link nuget badge to nuget package - Thanks to @danielabbatt
- (#68) Added question template and updated release drafter settings - Thanks to @chrissainty
v2.1.5 🌈
What's Changed
🐛 Bug Fixes
- (#66) Fix for deserialisation issue when overwriting existing value - Thanks to @chrissainty
v2.1.4 🌈
2.1.3
What's Changed
🐛 Bug Fixes
- (#59) Fix for extra serialisation of strings - Thanks to @chrissainty
🧰 Maintenance
- (#60) Moved release drafter to GitHub Actions - Thanks to @chrissainty
📘 Docs
- (#48) Update README.md - Thanks to @ericmutta
- (#42) Fixed code example in readme - Thanks to @chrissainty