All Versions
29
Latest Version
Avg Release Cycle
221 days
Latest Release
-

Changelog History
Page 3

  • v0.2.0 Changes

    ๐Ÿš€ Released on April 9, 2013

    • Flask-RESTful will no longer clobber your app's error handler; it will only ๐Ÿ– handle errors that occur while handling Flask-RESTful routes. The breaking ๐Ÿ”„ change is that 404 errors will default to using the Flask text/html error handler. Override this behavior by passing catch_all_404s=True to the Api constructor. (via @yaniv-aknin)
    • Arguments can now take location as a tuple, in case you want to specify that an argument could be passed in multiple places. (via @mindflayer)
    • ๐Ÿ›  Fixes a problem where passing an empty post body to a resource that expected a json argument would throw a 500.
    • Creation of the Api and initialization of the Flask app are no longer bundled together. (via @andrew-d)
    • marshal_with now works with responses that are tuples. (via @noise)
    • types.url will no longer throw a ascii decoding ValueError if you pass it Unicode characters
  • v0.1.7 Changes

    ๐Ÿš€ Released on March 24, 2013

    ๐Ÿš€ The first released version of 0.1.6 contained a problem with the tar.gz uploaded to PyPI. 0.1.7 contains the same changes as 0.1.6 but ensures the ๐Ÿ”– version you download from PyPI does not contain problems (if for example, you cached the old, broken version of 0.1.6).

  • v0.1.6 Changes

    ๐Ÿš€ Released on February 27th, 2013

  • v0.1.5 Changes

    ๐Ÿš€ Released on Jan 9th, 2013

    • ๐Ÿ›  Fix error handler for exceptions that do not have a message
  • v0.1.4 Changes

    ๐Ÿš€ Released on Jan 8th, 2013

    • ๐Ÿ‘ Crypto support for paging
    • โž• Added paging helper for resources
    • ๐Ÿ“œ Stricter arg parse
    • ๐Ÿ“œ Flask view arguments are no longer implicitly parsed by RequestParser
    • ๐Ÿ›  Fixed incorrectly formatted err message
  • v0.1.3 Changes

    ๐Ÿš€ Released on Jan 8th, 2013

    • Smart 404 error in case of slight mistakes in the URL
    • Scheme error message
    • ๐Ÿ“œ Attribute/key accessible namespace for reqparse
    • โž• Add Namespace with dual attribute/item access
    • โž• Added the original requested URI in the error
    • ๐Ÿ‘ Better message if user passes URL w/ no scheme
    • ๐Ÿ‘ Allow chaining of add_argument calls
    • ๐Ÿ›  Fixed bug 21 : Endpoint name clash on different views
    • ๐Ÿ›  Fixed string formatting for python 2.6
    • ๐Ÿ›  Fixed dictionary comprehensions for python 2.6
    • ๐Ÿ›  Fixed r'' for python 2.6
  • v0.1.2 Changes

    ๐Ÿš€ Released on Nov 19th, 2012

    • ๐Ÿ›  Fixed a bug in fields.Fixed when formatting a value of 0
  • v0.1.1 Changes

    ๐Ÿš€ Released on Nov 19th, 2012

    • โž• Added the Fixed field
  • v0.1 Changes

    ๐Ÿš€ First public release