Skip to content

Releases: BitzArt/Blazor.Cookies

🍪 Blazor.Cookies v1.4

22 May 06:38
abf38a5
Compare
Choose a tag to compare

What's Changed

  • Use base64 encoding in generic cookie value by @ligowsky in #23

Full Changelog: Cookies-v1.3.0...Cookies-v1.4.0

🍪 Blazor.Cookies v1.3

03 Mar 16:38
378f924
Compare
Choose a tag to compare

What's Changed

Full Changelog: Cookies-v1.2.0...Cookies-v1.3.0

🍪 Blazor.Cookies v1.2

09 Jan 12:41
d054a24
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @gaelj made their first contribution in #17

Full Changelog: Cookies-v1.1.0...Cookies-v1.2.0

🍪 Blazor.Cookies v1.1

24 Oct 10:22
1d89584
Compare
Choose a tag to compare

Bugfixes

  • Fixed cookies being attached twice to the HTTP response after ICookieService.SetAsync method called repeatedly for the same cookie. Now ICookieService is keeping track of already attached response cookies and will be updating the existing cookie when an attempt to set a cookie with the same key is made.