Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 4.67 KB

CHANGELOG.md

File metadata and controls

65 lines (48 loc) · 4.67 KB

Changelog

0.6.1 (2020-01-03)

Features

  • examples: add class based routing demonstration in cars example (df7724f)
  • examples: class based routing example (9137de1)
  • fix for class based routing (de21965)
  • Provide ASGI compatibility through server event (a6df84)
  • Add basic support for type hinting-based docs (ee640f)
  • Basic support for TypedDicts (PEP 589) (360a03)
  • Support typing.Sequence and typing.List (f80d19)
  • Remove global variables (3cdf88)
  • removed field 'type': 'object' from swagger json when using doc.Object() (60605c)

Bug Fixes

  • Allow empty list with List field (74fd710)
  • fix example of class based view (9c0bbd3)
  • Ignore routes under swagger blueprint (ed932cc)
  • fix typo in setup where sphinx-rtd-theme needed (2e729e)

0.6.0 (2019-08-02)

Features

  • Add API module (4a43817)
  • Make it possible to register the same model definition multiple times in doc.definitions (3c3329c)
  • Support Swagger configuration (a093d55)
  • Super call added to List field serialize method (93ab6fa)
  • Support and examples for Class-Based Views (HTTPMethodView) (de21965)
  • Add operation decorator (039a0db)
  • Add a if-statement at build_spec checking add default 200 response or not (1d8d7d0)
  • Add File field & Fix some line with black style (06c662b)

Bug Fixes

  • Allow empty list with List field (74fd710)
  • fix example of class based view (9c0bbd3)
  • Ignore routes under swagger blueprint (ed932cc)
  • fix static and exclude (5a8aab8)

Build System

  • Add version file under sanic_openapi (020338b)
  • Fix regex of version in setup.py (ab01896)
  • Use setup.py to control dependencies and remove requirements files (1079e15)

Tests

  • Add clean up in app fixture (fa1b111)
  • Add config of coverage and integrate with setup.py (30a9915)
  • Add Sanic 19.06 to tox env (8ad28cf)
  • Add serialize_schema tests (43b4c9d)
  • Add test cases (17ba469)
  • Add tests for base fields (2254f23)
  • Add tests for decorators (063afc3)
  • Add tests for JsonBody field, List field, and Object field (2a9f4d5)
  • Fix redirect test (1539b04)
  • Modify envlist in tox.ini to check compatibility of Sanic releases (2c518b6)
  • Remove skip of static test case and fix options route test (86a8a4a)