SessionStorage Versions Save

A library to provide access to session storage in Blazor applications

v2.4.0

9 months ago

What's Changed

🚀 Features

  • (#77) Added public setter for System.Text.Json JsonSerialize - Thanks to @rf-0

v2.3.0

1 year ago

What's Changed

  • (#69) Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /samples/BlazorServer - Thanks to @dependabot
  • (#67) - fixes code snippet missing curly braces - Thanks to @baywet

🚀 Features

  • (#70) Updated features to match Blazored LocalStorage - Thanks to @chrissainty

🧰 Maintenance

  • (#68) update to dotnet7 + update nuget packages - Thanks to @Q-Sharp

v2.2.0

2 years ago

What's Changed

🐛 Bug Fixes

  • (#52) Moved test extensions to seperate project as per local storage & added cancellation token support - Thanks to @chrissainty

v2.1.0

3 years ago

What's Changed

🚀 Features

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

v2.0.0

3 years ago

What's Changed

🚀 Features

  • (#44) Synchronized code with Local Storage v4 - Thanks to @chrissainty

v1.0.13

3 years ago

What's Changed

🚀 Features

  • (#42) Add ContainKeyAsync - Thanks to @drma-dev

🧰 Maintenance

  • (#27) Move to GitHub Actions for CI - Thanks to @chrissainty

1.0.12

3 years ago

What's Changed

  • (#18) Added the same configuration option as is in LocalStorage - Thanks to @jan-johansson-mr
  • (#9) Fixed interface name - Thanks to @chrissainty

🧰 Maintenance

  • (#13) Added question template and moved release drafter to GitHub Actions - Thanks to @chrissainty