Skip to content

Releases: mswjs/cookies

v1.1.1

13 Jun 13:20

Choose a tag to compare

v1.1.1 (2024-06-13)

Bug Fixes

v1.1.0

08 Nov 13:38

Choose a tag to compare

v1.1.0 (2023-11-08)

Features

v1.0.0

06 Oct 23:10

Choose a tag to compare

v1.0.0 (06/10/2022)

Bug Fixes

v0.2.2

09 Jul 10:31

Choose a tag to compare

v0.2.2 (09/07/2022)

Bug Fixes

v0.2.1

11 May 11:59

Choose a tag to compare

v0.2.1 (11/05/2022)

Bug Fixes

v0.2.0

11 Mar 13:51

Choose a tag to compare

0.2.0 (2022-03-11)

Breaking changes

v0.1.7

19 Jan 14:00
80abf96

Choose a tag to compare

0.1.7 (2022-01-19)

Bug Fixes

  • handle inaccessible localStorage gracefully (#10) (80abf96), closes #9

v0.1.6

28 May 10:24

Choose a tag to compare

Bug fixes

  • Fixes an issue that resulted in a runtime exception when using the package in the environment where localStorage is not defined (#7, #8).

v0.1.5

04 May 12:21

Choose a tag to compare

Bug fixes

  • Fixes an issue that prevented a cookie to be deleted from the storage when it's expired (#6).

v0.1.4

28 Feb 00:16

Choose a tag to compare

Bug fixes

  • Fixes an issue when parsing a stringified cookie with the expire property set resulted into no expiration date being retrieved (#5).