Skip to content

Releases: JackStouffer/Flask-Foundation

1.4

14 Aug 23:23
Compare
Choose a tag to compare
  • Updated Flask
  • Updated Flask-SQLAlchemy
  • Updated Flask-Assets
  • Updated Flask-WTF
  • Updated Flask-DebugToolbar
  • Updated Flask-Login
  • Updated jsmin
  • Updated pytest
  • Updated Bootstrap CSS and JS
  • Updated templates for the new Bootstrap version
  • Updated jQuery
  • Remove Flask-Scripting

Flask Foundation v1.3

19 Mar 22:22
Compare
Choose a tag to compare

Since the last release, there have been 15 commits and just over 200 more stars to this repo. Another thank you to all of you who use this project.

New Features:

  • A cookie cutter version! (finally)
  • Now using Py.test fixtures rather than the old setUp/tearDown
  • Updated the third party libraries
  • Thanks to @joshfriend who
    • Cleaned up the requirements.txt file
    • Added basic password hashing to the user model
  • Thanks to @jstacoder who added some awesome utility functions to the manage.py script

At this point, baring a major change in Flask in the future, I believe that this will be the last release for Flask Foundation. I am in no way abandoning Flask Foundation, but I feel that there really isn't anything else to add that wouldn't go against the goals of the project.

If you disagree, please submit a pull request and I would be happy to look it over.

-- Jack

Flask Foundation v1.2

21 Jul 20:46
Compare
Choose a tag to compare

A big thank you to all current 436 people who stared this repo. This simple framework has more stars than several popular flask extensions including flask-security and flask-cache. So again, huge thank you for making this so popular.

Additions since last release:

  • flask-login
  • added Modernizr
  • updated js and css libraries

Testing: Flask-Foundation v1.1

28 Sep 05:04
Compare
Choose a tag to compare
  • switched to py.test for tests
  • form tests
  • url tests
  • testing database submitting on model tests
  • added documentation on how to deploy your application

Flask Foundation 1.0

22 Sep 03:01
Compare
Choose a tag to compare

This marks the first release iteration of Flask Foundation.