Releases: CheeseCake87/flask-imp
Releases · CheeseCake87/flask-imp
5.5.1
5.5.x
- updated project structure.
- docs now using sphinx + readthedocs.
- the start of the changes.md file.
- changes to the order of arguments in database configs
- argument 'name' changed to 'database_name' in configs
- addition of abort_status and fail_status args in security decorators
5.4.0
- remove legacy code
- make most packages private make importing flow better
5.3.6
- bug fix: blueprint generation with a url prefix with / would generate //
- version check added to cli
5.3.5
- Fix added to allow working with namespace packages
5.3.4
- Remove default args on ImpBlueprint config
5.3.3
- fix: api_login_check_wrapper return
5.3.2
- fix api_login_check key check
5.3.1
- fix: database binds failing because no config attribute
5.3.0
- Split out DatabaseConfig into SQLDatabase config and SQLiteDatabaseConfig to better represent the type of database being used.
- Revisit how database URIs are generated from the configs