Flask RestPlus v0.10.1 Release Notes

Release Date: 2017-03-04 // about 7 years ago
    • Fix a typo in __init__ breaking from flask_restplus import * (:issue:242)
    • ๐Ÿ‘ Basic support for custom URL converters (:issue:243)
    • ๐Ÿ‘Œ Support custom response classes inheriting from :class:~werkzeug.wrappers.BaseResponse (:issue:245)
    • ๐Ÿ‘ Allow models to preserve order (:issue:135)