flask-restful v0.3.2 Release Notes

Release Date: 2015-02-26 // about 9 years ago
  • ๐Ÿš€ Released February 25, 2015

    • ๐Ÿ›  Doc fixes (#344, #378, #402)
    • Microseconds no longer truncated in ISO8601 format datetime inputs (#381)
    • Datetime inputs now preserve timezone instead of forcing conversion to UTC (#381)
    • ๐Ÿ›  Fixes content negotiation to respect q-values (#245)
    • ๐Ÿ›  Fix fields.URL when used with Blueprints (#379)
    • ๐Ÿ›  Fix BadRequest raised with empty body and application/json content type (#366)
    • ๐Ÿ‘Œ Improved argument validation error messages (#386)
    • ๐Ÿ‘ Allow custom validation for FileStorage type arguments (#388)
    • ๐Ÿ‘ Allow lambdas to be specified for field attributes (#309)
    • โž• Added regex input validator (#374)