Releases: pallets-eco/flask-classful
Releases · pallets-eco/flask-classful
v0.16.0
This fixes compatibility with Flask >= 2.2.
Flask-Classful has been transferred to the Pallets Community Ecosystem organization for community maintenance. If you use this library and are interested in helping maintain it, please ask in our Discord server.
v0.15.0b1
Version: 0.15.0b1
- Features:
* Add additional init_argument to register method #86
* Add @method decorator and handling #109
- Improvements:
* inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() #94
- Tasks:
* Bugs/fix update failed travis ci build #93
* should use github actions to run CI checks to replace travis-ci #134