Skip to content

Releases: CheeseCake87/flask-imp

2.0.3

17 Jul 13:54
Compare
Choose a tag to compare

Bug fixed: static folder was not setting correctly to the global collections folder
Bug fixed: error was confusing if sqlalchemy dialect was wrong

2.0.2

16 Jul 21:27
Compare
Choose a tag to compare

Version 2 overhaul.

Removed:

  • orm.CrudMixin
  • themes
  • import_builtins()
  • cli action: add-theme
  • cli action: rename-bp

Renamed

  • import_routes() > import_resources()
  • cli action: add-bp > blueprint

New

  • Global Collection Folder
  • cli action: init