Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 679 Bytes

CHANGELOG.md

File metadata and controls

15 lines (12 loc) · 679 Bytes

Change Log

[0.0.3] - 2021-12-26

  • Added check to ensure that path parameters defined in a path must be present in the function definition
  • Added support for creating openapi specs for AnnotatedHandlers linked nested Routers and Application instances
  • Added documentation for decorators

[0.0.2] - 2021-12-23

Added

  • Documentation
  • Added support for fixed length tuples and booleans in parameter annotation
  • Support nested routing as described in tornado.routing docs

Fixes

  • Values of parameters with Enum annotations will casted to enum