Changelog

Version 1.6.0

To be released.

Version 1.5.0

Released on May 30, 2016.

Version 1.4.0

Released on August 13, 2015.

Version 1.3.0

Released on July 31, 2014.

Version 1.2.1

Released on March 31, 2014.

  • Fixed broken Python 2.6 compatibility. [:pull:`41` by Kien Pham]
  • Added missing link to six dependency.

Version 1.2.0

Released on October 19, 2013.

Version 1.1.9

Released on August 8, 2013.

Version 1.1.8

Released on April 10, 2013.

  • Added better support for docstrings in flask.views.MethodView. [:pull:`26` by Simon Metson]
  • Added :jsonparameter: along side :form: and :query: flag options. [:pull:`25` by Adam Lowry]
  • Fixed issue with undefined Value and umethod variables. [:pull:`23` by Sebastian Kalinowski and :pull:`24` by Viktor Haag]
  • Now http Pygments lexer can Handle continuous header lines well.
  • Added :undoc-blueprints: flag option to autoflask directive. [:pull:`21` by Roman Podolyaka]
  • Fixed :issue:`29`, a bug that autoflask directive raised UnicodeDecodeError when it contains non-ASCII characters. [:issue:`29` and :pull:`18` by Eunchong Yu]
  • Added :endpoints: flag option to autoflask directive. [:pull:`17` by Eunchong Yu]

Version 1.1.7

Released on March 28, 2012.

  • Added :http:method:`PATCH` method support. See http:patch role and http:patch directive. [:pull:`9` and :pull:`10` by Jeffrey Finkelstein]
  • The HTTP routing table can be grouped based on prefix by specifying http_index_ignore_prefixes config in list of common prefixes to ignore. [:pull:`7` and :pull:`8` by Andrey Popp]
  • The order of HTTP routing table now provides sorting by path as key. Previously it was sorted by HTTP method and then by path, which is non-intuitive. [:pull:`7` and :pull:`8` by Andrey Popp]

Version 1.1.6

Released on December 16, 2011.

  • Added http custom lexer for Pygments so that HTTP sessions can be highlighted in code-block or sourcecode directives.

Version 1.1.5

Released on July 6, 2011.

  • Flask 0.6–0.7 compatibility. Flask renamed static_path attribute to static_url_path, so autoflask also reflect the change. [:pull:`1` by Jeffrey Finkelstein]

Version 1.1.4

Released on June 8, 2011.

  • CPython compatibility
  • PyPy compatibility

Version 1.1.3

Released on June 8, 2011.

  • PyPy compatibility

Version 1.1.2

Released on June 4, 2011.

  • Added :include-empty-docstring: flag option.

Version 1.1.1

Released on June 4, 2011.

  • Fixed a backward incompatibility bug.

Version 1.1

Released on June 4, 2011.

Version 1.0

Released on June 2, 2011. The first release.