Skip to content

Releases: python-restx/flask-restx

0.2.0

22 Mar 23:31
c43c8ce
Compare
Choose a tag to compare

This release properly fixes the issue raised by the release of werkzeug 1.0.

Bug Fixes

  • Remove deprecated werkzeug imports #35
  • Fix OrderedDict imports #54
  • Fixing Swagger Issue when using @api.expect() on a request parser #20

Enhancements

  • use black to enforce a formatting codestyle #60
  • improve test workflows

0.1.1

08 Feb 15:24
a8a986e
Compare
Choose a tag to compare

This release is mostly a hotfix release to address incompatibility issue with the recent release of werkzeug 1.0.

Bug Fixes

  • pin werkzeug version #39
  • register wildcard fields in docs #24
  • update package.json version accordingly with the flask-restx version and update the author #38

Enhancements

  • use github actions instead of travis-ci #18

0.1

21 Jan 18:38
Compare
Choose a tag to compare
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

Enhancements