All Versions
43
Latest Version
Avg Release Cycle
170 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v0.3 Changes
๐ Released 2010-05-28, codename Schnaps
- ๐ Added support for categories for flashed messages.
- ๐ง The application now configures a :class:
logging.Handler
and will log request handling exceptions to that logger when not in debug mode. This makes it possible to receive mails on server errors for example. - ๐ Added support for context binding that does not require the use of the with statement for playing in the console.
- The request context is now available within the with statement making it possible to further push the request context or pop it.
- ๐ง Added support for configurations.
-
v0.2 Changes
๐ Released 2010-05-12, codename J?germeister
- ๐ Various bugfixes
- ๐ Integrated JSON support
- Added :func:
~flask.get_template_attribute
helper function. - :meth:
~flask.Flask.add_url_rule
can now also register a view function. - ๐จ Refactored internal request dispatching.
- 0๏ธโฃ Server listens on 127.0.0.1 by default now to fix issues with chrome.
- ๐ Added external URL support.
- ๐ Added support for :func:
~flask.send_file
- ๐จ Module support and internal request handling refactoring to better support pluggable applications.
- Sessions can be set to be permanent now on a per-session basis.
- ๐ Better error reporting on missing secret keys.
- ๐ Added support for Google Appengine.
-
v0.1 Changes
๐ Released 2010-04-16
- ๐ First public preview release.