0.1
Welcome to the first release of Flask-RESTX!
This is effectively the long awaited 0.14.0 release of Flask-RESTPlus that
motivated this new fork (see noirbizarre/flask-restplus#743). In light of this, these release notes will mostly detail the changes made to Flask-RESTPlus since 0.13.0.
Bug Fixes
- Fix exceptions/error handling bugs https://github.com/noirbizarre/flask-restplus/pull/706/files noirbizarre/flask-restplus#741
- Fix illegal characters in JSON references to model names noirbizarre/flask-restplus#653
- Support
envelopeparameter in Swagger documentation noirbizarre/flask-restplus#673 - Fix polymorph field ambiguity noirbizarre/flask-restplus#691
- Fix wildcard support for
fields.Nestedandfields.Listnoirbizarre/flask-restplus#739
Enhancements
- Api/Namespace individual loggers noirbizarre/flask-restplus#708
- Various deprecated import changes noirbizarre/flask-restplus#732 noirbizarre/flask-restplus#738
- Start the Flask-RESTX fork!