LocalStorage Versions Save

A library to provide access to local storage in Blazor applications

v4.5.0

3 months ago

What's Changed

  • (#224) Service duplication fix - Thanks to @czirok

🧰 Maintenance

  • (#238) Added .NET 8 target & NRT support - Thanks to @chrissainty, @LeonSpors, @datvm

v4.4.0

8 months ago

What's Changed

Maintenance

  • (#197) Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /samples/BlazorServer - Thanks to @dependabot

🚀 Features

  • (#217) #216 - Added public setter for System.Text.Json JsonSerializerOptions - Thanks to @rf-0

v4.3.0

1 year ago

What's Changed

🚀 Features

  • (#191) Added new exception for disabled browser storage - Thanks to @chrissainty

🧰 Maintenance

  • (#184) Changed usage of CancellationToken - Thanks to @arkada38
  • (#193) Removes .NET 5 target and adds .NET 7 - Thanks to @chrissainty

v4.3.0-preview.1

2 years ago

What's Changed

🚀 Features

  • (#175) Added ability to register local storage services as singleton - Thanks to @chrissainty

🧰 Maintenance

  • (#176) Removes support for NetStandard - Thanks to @chrissainty

v4.2.0

2 years ago

What's Changed

  • (#162) A proposal for implementing #124 - Thanks to @koskila

🧰 Maintenance

  • (#157) Upgrade to .net6 - Thanks to @linkdotnet
  • (#163) Replace an obsolete JsonSerializerOption - Thanks to @LeonSpors

v4.1.5

2 years ago
  • No new changes. This release is to fix a CI issue.

v4.1.4

2 years ago

What's Changed

  • (#159) Removed redundant package reference of Microsoft.AspNetCore.Components - Thanks to @TanvirArjel
  • Updated the CI pipeline to release separate NuGet packages for Blazored.LocalStorage & Blazored.LocalStorage.TestExtensions

v4.1.3

2 years ago

What's Changed

🧰 Maintenance

  • (#150) Separates test extensions into it's own assembly (Fixes #149) - Thanks to @nshenoy

📖 Documentation

  • (#152) Added Curly Brackets in the code example - Thanks to @lauchacarro

v4.1.2

2 years ago

What's Changed

🧰 Maintenance

  • (#146) Add CancellationToken support to Async methods - Thanks to @Kim-SSi

v4.1.1

2 years ago

What's Changed

🚀 Features

  • (#142) Added new SetItemAsString[Async] methods - Thanks to @chrissainty