~~~~~~~~~~~
Released on July 6, 2020.
- New: add meta links to response schemas (`107`_)
- Fix: projections not included in GET paramenters (`106`_)
- Fix: deprecation warning for ABC import (`100`_)
- Fix: media type not converted to OpenApi 3 compatible type (`102`_)
- Add ``get_swagger_blueprint`` helper method (`91`_)
- Improved OAuth2 support (`89`_)
- Add ``SWAGGER_EXAMPLE_FIELD_REMOVE`` for Swagger 2.0 support (`75`_)
- Amend ``description`` and ``example`` docs to account for the removal of
``TRANSPARENT_SCHEMA_RULES`` option (`87`_)
- Add support for ``additional_lookup`` (`88`_)
- Query parameters: where; sort; page; max_results (`86`_)
- Basic and Token authorization support (`86`_)
- Allow use of SWAGGER_HOST https server (`86`_)
- Add support for API_VERSION and URL_PREFIX (`86`_)
- GET response now correctly returns ``_items`` as an array (`86`_)
- Adopt Black code formatting style (`82`_)
- Add Python 3.6 and 3.7 to CI matrix (`81`_)
- Drop Python 2.6, 3.3, and 3.4 support (`80`_)
- Support for OpenAPI 3 (`70`_, `79`_)
- Add support for resource-level ``example`` definition (`69`_)
- Add stale-bot to close stale issues and pull requests (`68`_)
.. _`107`: https://github.com/pyeve/eve-swagger/issues/107
.. _`106`: https://github.com/pyeve/eve-swagger/issues/106
.. _`100`: https://github.com/pyeve/eve-swagger/pull/100
.. _`102`: https://github.com/pyeve/eve-swagger/issues/102
.. _`91`: https://github.com/pyeve/eve-swagger/pull/91
.. _`89`: https://github.com/pyeve/eve-swagger/pull/89
.. _`75`: https://github.com/pyeve/eve-swagger/issues/75
.. _`87`: https://github.com/pyeve/eve-swagger/issues/87
.. _`88`: https://github.com/pyeve/eve-swagger/pull/88
.. _`86`: https://github.com/pyeve/eve-swagger/pull/86
.. _`82`: https://github.com/pyeve/eve-swagger/issues/82
.. _`81`: https://github.com/pyeve/eve-swagger/issues/81
.. _`80`: https://github.com/pyeve/eve-swagger/issues/80
.. _`79`: https://github.com/pyeve/eve-swagger/pull/79
.. _`70`: https://github.com/pyeve/eve-swagger/pull/70
.. _`69`: https://github.com/pyeve/eve-swagger/issues/69
.. _`68`: https://github.com/pyeve/eve-swagger/pull/68