Skip to content

Releases: CheeseCake87/flask-imp

5.5.1

04 Dec 13:19
Compare
Choose a tag to compare
  • switched logo for emoji
  • fixed initial-scale value in generated templates
  • updated example app

5.5.x

22 Nov 16:19
Compare
Choose a tag to compare
  • 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

19 Sep 19:01
Compare
Choose a tag to compare
  • remove legacy code
  • make most packages private make importing flow better

5.3.6

13 Sep 07:59
Compare
Choose a tag to compare
  • bug fix: blueprint generation with a url prefix with / would generate //
  • version check added to cli

5.3.5

31 Aug 17:59
Compare
Choose a tag to compare
  • Fix added to allow working with namespace packages

5.3.4

14 Aug 20:08
Compare
Choose a tag to compare
  • Remove default args on ImpBlueprint config

5.3.3

14 Aug 15:37
Compare
Choose a tag to compare
  • fix: api_login_check_wrapper return

5.3.2

14 Aug 15:02
Compare
Choose a tag to compare
  • fix api_login_check key check

5.3.1

13 Aug 22:50
Compare
Choose a tag to compare
  • fix: database binds failing because no config attribute

5.3.0

12 Aug 22:23
Compare
Choose a tag to compare
  • 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

SQLDatabaseConfig
SQLiteDatabaseConfig