Releases: CheeseCake87/flask-imp
Releases · CheeseCake87/flask-imp
5.4.0
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
5.2.2
Add cli generator for api blueprint, this will generate a blueprint that returns JSON and has no static of templates folder.
Moved to workflow publishing.
5.1.1
Dropped support for Python 3.8.
Mypy and pyright tests passing.