You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
Flask Changelog
|
|
|
|
===============
|
|
|
|
|
|
|
|
Here you can see the full list of changes between each Flask release.
|
|
|
|
|
|
|
|
Version 0.2
|
|
|
|
-----------
|
|
|
|
|
|
|
|
[unreleased; current development version]
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
Version 0.1
|
|
|
|
-----------
|
|
|
|
|
|
|
|
First public preview release.
|