All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.5.0 - 2024-04-19
- Support for experimental
partitioned
cookies.
- Cookies now expire on the maximum date when
expires
is set to a number larger than the maximum date.
- Improved attribute documentation.
1.4.0 - 2022-08-21
- Distributed as a native ES module instead of CommonJS.
1.3.2 - 2020-01-21
CookieAttributes
is now exported from main module for easier usage.
1.3.1 - 2020-01-10
- Use type system to enforce secure SameSite=None cookies (thanks @rkrasiuk).
1.3.0 - 2019-10-17
- Support for the
none
SameSite cookie value. - Support for case insensitive URL encoding.
1.2.0 - 2018-05-13
- Support for the
SameSite
cookie attribute.
1.1.1 - 2017-02-07
Object.assign
dependency.
1.1.0 - 2017-02-05
- New
encode
andparse
functions. - Expanded documentation and tests.
1.0.1 - 2017-02-05
- Homepage/issues links in package.json.
1.0.0 - 2017-02-05
- Initial release