- fix sort of dynamic locations
- middleware binary
- support aiohttp 3.2
- up swagger-ui to 3.14.1
- Support $ref in docstrings
- Added ContentReceiver
- Drop support py34
- Renamed SubLocation to Location
- Support parameters in PathItem
- Support aiohttp 3.0.1
- Support subapp
- UrlTreeDispatcher.resources now return resources only
- Default_operation & setdefault responses
- Up swagger-ui to 3.10.0
- Await Future in jsonify
- Support aiohttp 2.3.6
- Up swagger-ui to 3.7.0
- Support OrderedDict in loader with yaml tag merge
- Fix ValidationError constructor
- Modify Errors instance through the attribute
- Keep the order of the URLs from the specification
- More error content in the response
- swagger-ui up to 3.4.1
- Introduced Errors and ValidationError
- Access to original spec by name
- Now the default_validate is True
- Added param headers to set_cors for specify default headers
- swagger-ui up to 3.4.0
- Loader support encoding
- Absolute url in ui
- swagger-ui up to 3.1.7
- Method set_cors
- New loader for load schemas
- Customization format_checkers for check and convert value
- Support swagger-ui version 2 & 3
- Fixed resolve route and middleware
- Optional coromethod init in cbv
- Add method Jsonify.resolve_exception
- Add class Validator with method factory
- Param default_options_handler
- Refactoring middleware jsonify
- Now require aiohttp>=1.2
- fix naming SubLocation
- add to Sublocation add_route
- swagger-ui.min.js as default instead swagger-ui.js
- default tag 'default' instead 'without swagger'
- kwargs as parts in sublocation.url
- Default show single spec in ui
- URL filtering for generated specifications by spec param
- Fix swagger-ui prefix
- Use default value for array when collectionFormat is brackets or multi (#9)
- Back swagger-ui to 2.x
- Up swagger-ui and fix prefix static url
- Support for decimal in JsonEncoder
- Added check for similar patterns on one location
- Fix static return default if filename empty
- TreeUrlDispatcher is stand-alone router
- swagger_ui param now str url location for swagger-ui
- spec query param for swagger-ui location to point to basePath
- Take into account the default value for array parameters (Alain Leufroy #6)
- Extract docstring swagger data in route_factory
- Compatibility with py36 and aiohttp2.0
- fixed swagger extractor from docstring
- support aiohttp 1.2
- Added support pathlib
- Drop deprecated methods in views
- Added support for collectionFormat (#4)
- fix zero for number parameter
- transfer validation errors into client handler if specified argument errors
- Added class OperationIdMapping and param operationId_mapping in SwaggerRouter.include for load authentic specification with specify operationId (#2)
- Fixed validation form with file
- Fixed overriding basePath
- Added jinja2 decorator for working with aiohttp_jinja2
- Loading operation body from docstring
- Blank string param for number and integer treated as a missed
- Fixed verbosity errors
- Set default value from swagger operationObject
- Started docs on http://aiohttp-apiset.readthedocs.io
- Swagger-ui index on basePath/apidoc/
- Added verbosity errors validate with jsonschema
- Added compatibility with aiohttp >= 1.1
- Added safe decode form and json
- Fixed extract body
- Fixed convertation from match_info
- Output conversion parameter errors in response
- Fix validation