v5.0.0v4.1.4
Reading changes from the repo…
getCookies
and setCookie
methods that now accept URL parameters, making it easier to manage cookies in your applications. psl
library with the more efficient tldts
, significantly reducing the time taken for public suffix lookups. expiryTime()
method now correctly updates the expiration time of cookies when they are modified, ensuring compliance with RFC6265 standards. expiryTime()
method did not update correctly when cookies were modified, aligning with the expected behavior as per the RFC6265 specification.