flask-restful v0.3.7 Release Notes

Release Date: 2018-12-18 // over 5 years ago
  • ๐Ÿš€ Released December 18, 2018

    • ๐Ÿ›  Fix error handling in python3 (#696)
    • ๐Ÿ›  Fix arguments with type=list (#705)
    • ๐Ÿ”ง Return code for parse_args() is now configurable (#722)
    • โœ‚ Removed flask_restful.paging module.
    • Removed misleading help_on_404 functionality (#722)
    • 0๏ธโƒฃ JSON keys are no longer sorted by default in debug mode in python3 (#680)
    • ๐Ÿ“š Various small fixes and updates to documentation