v0.4.0
What's Changed
- Added models support (both for schema and responses) by @romalytvynenko in #22
- Added manual response type hints support to describe responses in docs by @romalytvynenko in #33
- Added ability to customize API base URL, version, and description by @romalytvynenko in #41
- Added ability to disable security on a route by @romalytvynenko in #43
- Fixed an error happening when
$table
in model's class is not a string (but array) by @romalytvynenko in #42 - Fixed a case when function return type annotation caused a loss of the available details about the actual return type by @romalytvynenko in #39
Full Changelog: v0.3.0...v0.4.0