4 * Fix `sameSite: true` to work with draft-7 clients
5 - `true` now sends `SameSite=Strict` instead of `SameSite`
10 * Add `sameSite` option
11 - Replaces `firstPartyOnly` option, never implemented by browsers
12 * Improve error message when `encode` is not a function
13 * Improve error message when `expires` is not a `Date`
18 * perf: enable strict mode
19 * perf: use for loop in parse
20 * perf: use string concatination for serialization
25 * Fix cookie `Max-Age` to never be a floating point number
30 * Fix regression when setting empty cookie value
31 - Ease the new restriction, which is just basic header-level validation
32 * Fix typo in invalid value errors
37 * Throw on invalid values provided to `serialize`
38 - Ensures the resulting string is a valid HTTP header value
43 * Add `firstPartyOnly` option
44 * Throw better error for invalid argument to parse
45 * perf: hoist regular expression
50 * Fix regression when setting empty cookie value
51 - Ease the new restriction, which is just basic header-level validation
52 * Fix typo in invalid value errors
57 * Throw better error for invalid argument to parse
58 * Throw on invalid values provided to `serialize`
59 - Ensures the resulting string is a valid HTTP header value
64 * Reduce the scope of try-catch deopt
65 * Remove argument reassignments
70 * Remove unnecessary files from npm package
75 * Fix bad parse when cookie value contained a comma
76 * Fix support for `maxAge` of `0`
87 * Ignore cookie parts missing `=`
92 * Return raw cookie value if value unescape errors
97 * Use encode/decodeURIComponent for cookie encoding/decoding
98 - Improve server/client interoperability
103 * Only escape special characters per the cookie RFC
108 * Fix `maxAge` option to not throw error