cooky 1.0.2
cooky: ^1.0.2 copied to clipboard
An HTTP Cookies implementation for the client.
Changelog #
1.1.0 #
- Update all dependencies and fix warnings
- Make the
formatDate
function public - Remove the
intl
dependency - Fix weekday
Thi
->Thu
1.0.1 #
- Minor change: Use
DateTime.now().add(maxAge)
instead of building the date withDateTime.fromMillisecondsSinceEpoch(/* etc... */)
1.0.0 #
- Initial commit