Releases: voltace/browser-cookies
Releases · voltace/browser-cookies
Added support for SameSite and added TypeScript definitions
Extended API with a method to retrieve all cookies, also fixed performance issue
Allow expire date to be set to unix epoch
v1.0.8 tagged v1.0.8
Encode cookie names as RFC2616 token
Solves #2: Encode cookie names as RFC2616 token
Another documentation update
No code changes, documentation update only
Documentation update
No code changes, documentation update only
Fixed empty string returned as null when using IE<11
Solves #1: Empty string returned as null when using IE<11
Fixed reading cookie names with leading or trailing whitespace
v1.0.3 tagged v1.0.3
Added bower package
v1.0.2 tagged v1.0.2
The 'path' option may now be empty
When the path
option is set to ""
the cookie path will now be set to the current browser path.