Skip to content

Releases: voltace/browser-cookies

Added support for SameSite and added TypeScript definitions

28 Dec 09:48
Compare
Choose a tag to compare

Solves #11: Add support for SameSite
Solves #14: Add TypeScript definitions

Extended API with a method to retrieve all cookies, also fixed performance issue

15 Jan 10:09
Compare
Choose a tag to compare

Solves #6: Add method to retrieve all cookies (cookies.all())
Solves #8: Fixed bad performance for cookies with a lot of spaces in the name (potential exploit)

Allow expire date to be set to unix epoch

25 Apr 10:37
Compare
Choose a tag to compare

Encode cookie names as RFC2616 token

17 Apr 17:44
Compare
Choose a tag to compare

Solves #2: Encode cookie names as RFC2616 token

Another documentation update

16 Apr 18:17
Compare
Choose a tag to compare

No code changes, documentation update only

Documentation update

16 Apr 17:51
Compare
Choose a tag to compare

No code changes, documentation update only

Fixed empty string returned as null when using IE<11

16 Apr 16:57
Compare
Choose a tag to compare

Solves #1: Empty string returned as null when using IE<11

Fixed reading cookie names with leading or trailing whitespace

13 Apr 16:30
Compare
Choose a tag to compare

Added bower package

09 Apr 18:34
Compare
Choose a tag to compare
v1.0.2

tagged v1.0.2

The 'path' option may now be empty

08 Apr 20:47
Compare
Choose a tag to compare

When the path option is set to "" the cookie path will now be set to the current browser path.