All Versions
21
Latest Version
Avg Release Cycle
94 days
Latest Release
2143 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.8.1 Changes
February 13, 2018- โ Add Flask-JWT support
- ๐ Load YAML from external files with no summary/description. Fixes #93
-
v0.8.0 Changes
October 04, 2017โช Reverted the automatic set of json_encoder and allowed user to import LAzyJSONEncoder (tks @SBillion)
-
v0.7.0 Changes
September 28, 2017- โ Added support for LazyString https://github.com/rochacbruno/flasgger/issues/158
-
v0.6.6 Changes
July 21, 2017- ๐ Support custom validation functions
- (TODO) Allow the caller to handle validation exceptions (solves #122)
- Swagger::get_schema method to get defined schemas as python dicts
- โก๏ธ Updated static UI versions from latest github distribution
- ๐ Better test for
importfunctionality
-
v0.6.5 Changes
June 27, 2017- Suporting for decorating FlasggerViews (to protect with login etc)
- description and summary are now optional
- specs_route fix to be customized
/specs_routeto/anything - ๐ป enable/disable swagger UI (if you only need specs json)
- attempt to fix #102 allowing
import:from subfolders
-
v0.6.4 Changes
- template_file argument added to Swagger class
-
v0.6.3 Changes
- ๐ HOTFIX: Support views using
decoratorpackage (#80)
- ๐ HOTFIX: Support views using
-
v0.6.2 Changes
- ๐ท introduced tests on Travis CI (examples apps as test cases)
- ๐ Fix blueprint support (examples/blueprint_example.py)
- โ Added
prefix_ids = Truefor compat with <= 05.14 (see examples/compat.py) - โ Added
import: another.ymlto inherit YAML files. - ๐ Fix missing
libstatic folder - โ Added support for Flask RESTful (examples/restful.py)
- โ Added APISpec support (examples/apispec.py)
- ๐ Fix error in case of empty MethodViews
-
v0.6.1 Changes
- ๐ HOTFIX: added six (missing requirement)
-
v0.6.0 Changes
- ๐ Fixed support for MethodViews
- โ Added swag.definition to class based definitions
- โ Added support for docs in dispatch_request (for FlaskRESTful compat)
- โฌ๏ธ Upgrades Swagger UI
- โ Added
uiversion = 3to support new experimental swagger UI - ๐ Improved
validateto abort with error so no need for try: validate... validatedoes not requirerootargument- ๐ Definitions is no more prefixed with fucntion and http method names
- Dictionary can be used as specs in
@swag_from