- Add
firstPartyOnlyoption - Throw better error for invalid argument to parse
- perf: hoist regular expression
- Reduce the scope of try-catch deopt
- Remove argument reassignments
- Remove unnecessary files from npm package
- Fix bad parse when cookie value contained a comma
- Fix support for
maxAgeof0
- Add
decodeoption - Add
encodeoption
- Ignore cookie parts missing
=
- Return raw cookie value if value unescape errors
- Use encode/decodeURIComponent for cookie encoding/decoding
- Improve server/client interoperability
- Only escape special characters per the cookie RFC
- Fix
maxAgeoption to not throw error
- Add more tests
- Initial release