Skip to content

cookie v0.7.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 22:38
bfdf7ab

Minor Changes

  • BREAKING CHANGE: Cookie.secure now returns undefined when the option was not configured, matching Cookie.httpOnly. Explicit true and false values are preserved. Use cookie.secure ?? false when a boolean is required. Direct cookie serialization is unchanged.

Patch Changes