Skip to content

v0.3.0

Choose a tag to compare

@mr-fatalyst mr-fatalyst released this 13 Apr 15:01
· 108 commits to master since this release

Added

  • QuartRouter for integration with the Quart framework.
  • Initial Documentation

Changed

  • Import of routers. You can use from fastopenapi.routers import YourRouter

Fixed

  • Fixed retrieving parameters for BaseModel as arguments in GET routes.