Skip to content

0.6.1

Compare
Choose a tag to compare
@chenjr0719 chenjr0719 released this 03 Jan 07:56
c7b96bf

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)