Skip to content

v0.5.1

Compare
Choose a tag to compare
@Bogdanp Bogdanp released this 23 Sep 07:35
· 96 commits to master since this release
145962d

Fixed

  • An issue where OpenAPI docs containing typed list fields would blow up at render time. (#12)
  • OpenAPI docs now use {read,write}Only field markers instead of generating one schema per context (request, response). This may be a breaking change if your tests depended on the old way for some reason, but I'm treating it as a bugfix.