- Fix: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated Thanks to miguelgrinberg for the blog post: https://blog.miguelgrinberg.com/post/it-s-time-for-a-change-datetime-utcnow-is-now-deprecated (#17)
0.4.1
======================================
Chores ------
- Added a github action that runs a test suite with variety of Python and Flask versions. The github action also builds and deploys the package to Pypi. (actions)
0.4.0
======================================
Bugfixes --------
- remove dependency on flask.helpers.total_seconds (13)
0.3.2
======================================
Bugfixes --------
- The `fcd` client now handles compressed cookies. (10)
0.3.1
======================================
Features --------
- Add the `fcd` CLI for reading cookies without a flask app. (8)