2010-04-20 20:21:01 +02:00
|
|
|
Flask Changelog
|
|
|
|
|
===============
|
|
|
|
|
|
|
|
|
|
Here you can see the full list of changes between each Flask release.
|
|
|
|
|
|
2010-05-28 01:25:19 +02:00
|
|
|
Version 0.4
|
|
|
|
|
-----------
|
|
|
|
|
|
|
|
|
|
Release date to be announced, codename to be selected.
|
|
|
|
|
|
2010-05-28 21:06:39 +02:00
|
|
|
Version 0.3.1
|
|
|
|
|
-------------
|
|
|
|
|
|
|
|
|
|
Bugfix release, released May 28th
|
|
|
|
|
|
|
|
|
|
- fixed a error reporting bug with :meth:`flask.Config.from_envvar`
|
2010-05-28 21:07:28 +02:00
|
|
|
- removed some unused code from flask
|
2010-05-28 21:06:39 +02:00
|
|
|
|
2010-05-28 01:18:29 +02:00
|
|
|
Version 0.3
|
2010-05-12 01:32:29 +02:00
|
|
|
-----------
|
|
|
|
|
|
2010-05-28 01:25:19 +02:00
|
|
|
Released on May 28th, codename Schnaps
|
2010-05-12 01:32:29 +02:00
|
|
|
|
2010-05-17 00:37:55 +02:00
|
|
|
- added support for categories for flashed messages.
|
2010-05-17 16:06:30 +02:00
|
|
|
- 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.
|
2010-05-24 18:37:48 +02:00
|
|
|
- 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.
|
2010-05-28 01:30:46 +02:00
|
|
|
- added support for configurations.
|
2010-05-17 00:37:55 +02:00
|
|
|
|
2010-04-20 20:21:01 +02:00
|
|
|
Version 0.2
|
|
|
|
|
-----------
|
|
|
|
|
|
2010-05-12 01:29:25 +02:00
|
|
|
Released on May 12th, codename Jägermeister
|
2010-04-20 20:21:01 +02:00
|
|
|
|
|
|
|
|
- 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.
|
2010-05-12 01:29:25 +02:00
|
|
|
- refactored internal request dispatching.
|
2010-04-20 21:45:36 +02:00
|
|
|
- server listens on 127.0.0.1 by default now to fix issues with chrome.
|
2010-05-02 19:10:44 +02:00
|
|
|
- added external URL support.
|
2010-05-10 11:27:42 +02:00
|
|
|
- added support for :func:`~flask.send_file`
|
2010-05-04 16:41:04 +02:00
|
|
|
- module support and internal request handling refactoring
|
|
|
|
|
to better support pluggable applications.
|
2010-05-12 01:29:25 +02:00
|
|
|
- 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.
|
2010-04-20 20:21:01 +02:00
|
|
|
|
|
|
|
|
Version 0.1
|
|
|
|
|
-----------
|
|
|
|
|
|
|
|
|
|
First public preview release.
|