biscuits 2.8.0 copy "biscuits: ^2.8.0" to clipboard
biscuits: ^2.8.0 copied to clipboard

discontinued

Service for interacting with the HTTP cookies. A simple and event-based API for to manage cookies.

Changelog #

Version 2.8.0 #

  • Added the putIfAbsent() and putObjectIfAbsent() methods to the Cookies class.
  • Updated the documentation.
  • Updated the package dependencies.

Version 2.7.0 #

  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 2.6.1 #

  • Fixed the issue #2: relaxed the version constraint of the intl dependency.

Version 2.6.0 #

  • Added the CookieOptions.fromString() method.
  • Raised the Dart SDK constraint.
  • Removed the restriction on allowed cookie names.

Version 2.5.0 #

  • Fixed the issue #1: the CookieOptions.maxAge property cannot be set via the constructor.
  • Updated the package dependencies.

Version 2.4.0 #

  • Downgraded the SimpleChange class to a non-generic one.
  • The CookieOptions.maxAge property now returns a null reference for session cookies.
  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 2.3.0 #

  • Added the CookieOptions.maxAge property.
  • Raised the Dart SDK constraint.
  • Using new language features: collection if.
  • Updated the package dependencies.

Version 2.2.0 #

  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 2.1.0 #

  • Updated the package dependencies.
  • Updated the URL of the Git repository.

Version 2.0.0 #

  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 1.3.0 #

  • Updated the package dependencies.

Version 1.2.0 #

  • Updated the package dependencies.

Version 1.1.0 #

  • The Cookies constructor now accepts a Document instance instead of an HtmlDocument one.
  • The SimpleChange class is now generic.
  • Added a defaultValue argument to the get() and getObject() methods of the Cookies class.
  • Added the Cookies.toJson() method.
  • Added new unit tests.

Version 1.0.0 #

  • First stable release.
  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 0.2.0 #

  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 0.1.0 #

  • Initial release.
2
likes
20
pub points
52%
popularity

Publisher

verified publisherbelin.io

Service for interacting with the HTTP cookies. A simple and event-based API for to manage cookies.

Homepage
Repository
View/report issues

License

unknown (LICENSE)

Dependencies

http_parser, json_annotation

More

Packages that depend on biscuits