Skip to content

Releases: kkirsche/apispec-pydantic-plugin

0.6.0

30 Sep 15:32
Compare
Choose a tag to compare

What's Changed

  • Updated dependencies
  • Fix condition where spec.components.schema would not add the schema to the list of components. #22

Full Changelog: 0.5.2...0.6.0

0.5.1

20 Mar 20:20
Compare
Choose a tag to compare

What's Changed

  • Dependency updates

Full Changelog: 0.5.0...0.5.1

0.5.0

07 Dec 14:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.3...0.5.0

0.2.2

31 Jan 18:35
f5a6185
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

What's Changed

  • docs: add readme by @kkirsche in #4
  • chore: update dependencies by @kkirsche in #5
  • fix: various bugs that prevented the OpenAPI Schema from being generated properly by @kkirsche in #6

Full Changelog: 0.2.1...0.2.2

0.2.1

27 Jan 18:49
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

What's Changed

  • fix: schema not being generated as required by @kkirsche in #3

Full Changelog: 0.2.0...0.2.1

0.2.0

27 Jan 15:18
f505db0
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

What's Changed

  • feat: add support for pydantic's GenericModel by @kkirsche in #2

Full Changelog: 0.1.1...0.2.0

0.1.1

26 Jan 19:44
f9069cd
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

What's Changed

  • fix: missing re-exports in __init__.py by @kkirsche in #1

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

26 Jan 19:35
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release to assist with testing the behavior in a live application.