flask-restful v0.3.6 Release Notes

Release Date: 2017-05-31 // almost 7 years ago
  • ๐Ÿš€ Released May 31, 2017

    • ๐Ÿ‘ Argument.help now supports unicode strings (#564)
    • Flags can now be passed to inputs.regex (#621)
    • ๐Ÿ›  Fix behavior of action='append' in conjunction with location='json' (#645)
    • method_decorators can be a dict to apply decorator behavior for only specific HTTP methods (#532)
    • 0๏ธโƒฃ JSON keys are no longer sorted by default in debug mode in python3 (#680)
    • ๐Ÿ“š Various small fixes and updates to documentation