Skip to content

Releases: CheeseCake87/flask-imp

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

5.2.2

12 Aug 08:11
Compare
Choose a tag to compare

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

07 Aug 14:52
Compare
Choose a tag to compare

Dropped support for Python 3.8.

Mypy and pyright tests passing.