Skip to content

Releases: hustlzp/Flask-Boost

v0.7.0

27 Oct 10:01
Compare
Choose a tag to compare
Update README.rst

v0.6.2

27 Oct 04:01
Compare
Choose a tag to compare
Log when create project.

v0.4.4

15 Apr 02:56
Compare
Choose a tag to compare
  • Update url rewrite logic when build assets.
  • Do not rewrite url in js codes.
  • Fix a bug when process absolute path in YAML file.
  • Add g.method js variable.
  • Fix a bug in timesince.
  • Add form helper check_url.
  • Remove useless codes and files.

v0.4.0

31 Mar 11:33
Compare
Choose a tag to compare
  • Use js.yml & css.yml to control assets.
  • Now can build assets via console command python manage.py build_assets.
  • Fix bugs & add external paramter & better warning info for urlFor js function.
  • Upgrade permission to 0.3.0.
  • Upgrade bootstrap to 3.3.4.
  • Rm url_prefix when register blueprints.
  • Add viewport meta tag to head.
  • Add absolute_url_for helper, and inject as jinja2 global.
  • Add mkdir_p to helpers.
  • Refactor utils.uploadsets.
  • Track avatars default image.
  • Update color vars in utils.less.

v0.3.0

16 Jan 13:11
Compare
Choose a tag to compare
  • Remove Flask-Admin support.
  • Add hash to assets url.
  • Log render time into HTTP header when the user is admin.

v0.1.6

11 Dec 15:47
Compare
Choose a tag to compare
  • Add default favicon.
  • Clean requirements.txt.
  • Update code example for nav highlight.
  • Add page class to body tag.

v0.1.5

27 Nov 16:22
Compare
Choose a tag to compare

v0.1.5

v0.1.4

31 Oct 12:02
Compare
Choose a tag to compare

v0.1.4

v0.1.1

05 Oct 08:47
Compare
Choose a tag to compare
Fix syntax error.