biscuits 2.2.0
biscuits: ^2.2.0 copied to clipboard
Service for interacting with the HTTP cookies. A simple and event-based API for handling cookies.
Changelog #
2.1.0 #
- Updated the package dependencies.
- Updated the URL of the Git repository.
1.3.0 #
- Updated the package dependencies.
1.2.0 #
- Updated the package dependencies.
1.1.0 #
- The
Cookiesconstructor now accepts aDocumentinstance instead of anHtmlDocumentone. - The
SimpleChangeclass is now generic. - Added a
defaultValueargument to theget()andgetObject()methods of theCookiesclass. - Added the
Cookies.toJson()method. - Added new unit tests.
0.1.0 #
- Initial release.