Cookie Management: Enhance the handling of cookie expiration by making the expires and maxAge properties compatible with JSON.stringify, ensuring better integration with various data formats.
Cookie Formatting: Improve the formatting of cookies by ensuring that empty cookie values are not surrounded by quotes, leading to cleaner cookie representations.
Date Parsing: Refine the date parsing functionality to distinguish between strict and non-strict formats, providing more flexibility in cookie date handling.
Others
Remove unnecessary console.log statements to streamline the code and improve performance.
Change the structure of formatting tests without altering their functionality, enhancing the clarity and maintainability of the test suite.
Prepare for the next version release by bumping the version number to v0.9.6, signaling upcoming updates.