6.0.0
https://flask-imp.readthedocs.io/en/latest/
- simplify
flask_imp.security.checkpointdecorator by adding checkpoint types - bug fixes
- move checkpoints to package
- replaced
import_app_resourceswithimport_resourcesand made it more scoped towards
importing and setting up factories. Static and template folder settings moved back to
being set in the Flask object creation. - factories are now mandatory when using
import_resources - Update CLI init command to reflect method replacement.
- Update Docs to reflect method
import_app_resourcesreplacement. - Actually return
ImpBlueprint.as_flask_blueprintas a Flask Blueprint - replace
pass_function_checkwithcheckpoint_callable - add
APIKeyCheckpoint - refactor all checkpoint args
- add
utilities.lazy_url_for - add
utilities.lazy_session_get - update overall docs
- 6.0.0 beta-> 6.0.0 by @CheeseCake87 in #25