Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

66 lines (51 loc) · 2.12 KB

Changelog

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

Added

  • Support for experimental partitioned cookies.

Fixed

  • Cookies now expire on the maximum date when expires is set to a number larger than the maximum date.

Changed

  • Improved attribute documentation.

1.4.0 - 2022-08-21

Changed

  • Distributed as a native ES module instead of CommonJS.

1.3.2 - 2020-01-21

Added

  • CookieAttributes is now exported from main module for easier usage.

1.3.1 - 2020-01-10

Changed

  • Use type system to enforce secure SameSite=None cookies (thanks @rkrasiuk).

1.3.0 - 2019-10-17

Added

  • Support for the none SameSite cookie value.
  • Support for case insensitive URL encoding.

1.2.0 - 2018-05-13

Added

  • Support for the SameSite cookie attribute.

1.1.1 - 2017-02-07

Removed

  • Object.assign dependency.

1.1.0 - 2017-02-05

Added

  • New encode and parse functions.
  • Expanded documentation and tests.

1.0.1 - 2017-02-05

Fixed

  • Homepage/issues links in package.json.

1.0.0 - 2017-02-05

  • Initial release