Skip to content

v0.7.0

Compare
Choose a tag to compare
@romalytvynenko romalytvynenko released this 12 Jan 11:14
· 394 commits to main since this release

What's Changed

  • Added server variables support, added multiple servers support by @romalytvynenko in #76
  • Added an ability to document request body params (in validation rules): allowed overriding resulting type, adding description, and example by @romalytvynenko in #88
  • Added abort helpers support (abort, abort_if, abort_unless) by @romalytvynenko in #94
  • Improved support of other JsonResources in the resource class, added support of 3rd argument in when and whenLoaded by @romalytvynenko in #87
  • Fixed an issue when references couldn't be marked as nullable by @romalytvynenko in #74
  • Fixed fatal error when an array item was manually documented without @var by @romalytvynenko in #75
  • Fixed exception caused by incorrect class const fetch on variables and other expressions handling by @romalytvynenko in #86
  • Improve array validation rule and falsy examples support by @romalytvynenko in #89
  • Fixed an access to exceptions property on possibly nullable object by @romalytvynenko in #95
  • Fix missing phpDoc attributes on resolved type attached by PhpDocHandler when they're attached to pending type by @romalytvynenko in #96
  • Fixed an exception when doctrine/dbal is not installed by @romalytvynenko in #99

Full Changelog: v0.6.0...v0.7.0