biscuits 2.8.0
biscuits: ^2.8.0 copied to clipboard
Service for interacting with the HTTP cookies. A simple and event-based API for to manage cookies.
Changelog #
2.8.0 #
- Added the
putIfAbsent()andputObjectIfAbsent()methods to theCookiesclass. - Updated the documentation.
- Updated the package dependencies.
2.6.0 #
- Added the
CookieOptions.fromString()method. - Raised the Dart SDK constraint.
- Removed the restriction on allowed cookie names.
2.5.0 #
- Fixed the issue #1: the
CookieOptions.maxAgeproperty cannot be set via the constructor. - Updated the package dependencies.
2.4.0 #
- Downgraded the
SimpleChangeclass to a non-generic one. - The
CookieOptions.maxAgeproperty now returns anullreference for session cookies. - Raised the Dart SDK constraint.
- Updated the package dependencies.
2.3.0 #
- Added the
CookieOptions.maxAgeproperty. - Raised the Dart SDK constraint.
- Using new language features: collection if.
- Updated the package dependencies.
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.