- Added ``SWAGGER_VALIDATOR_URL`` config parameter - Added ``readonly`` field parameter - Upgraded to latest version of Swagger UI
0.4.0
-----
- Port to Flask-Restful 0.3+ - Use the default Blueprint/App mecanism - Allow to hide some ressources or methods using ``api.doc(False)`` or ``api.hide`` - Allow to globally customize the default operationId with the ``default_id`` callable parameter
0.3.0
-----
- Switch to Swagger 2.0 (Major breakage) - ``notes`` documentation is now ``description`` - ``nickname`` documentation is now ``id`` - new responses declaration format - Added missing ``body`` parameter to document ``body`` input - Last release before Flask-Restful 0.3+ compatibility switch
0.2.4
-----
- Handle ``description`` and ``required`` attributes on ``fields.List``