Releases: dedoc/scramble
Releases · dedoc/scramble
v0.11.30
What's Changed
- Added all
ConditionallyLoadsAttributes
methods support for JSON API resources by @romalytvynenko in #652
Full Changelog: v0.11.29...v0.11.30
v0.11.29
What's Changed
- Make sure models from
vendor
are properly documented by @romalytvynenko in #651
Full Changelog: v0.11.28...v0.11.29
v0.11.28
What's Changed
- Added support PHPDoc v2 without introducing breaking changes by @romalytvynenko in #633
- Improved inference of inherited method calls (fixes issues when
parent::toArray()
calls in JSON resources were not working as expected with larger classes hierarchies) by @romalytvynenko in #635 - Prevent failing when analyzing
__invoke
call on\Closure
by @romalytvynenko in #638 - Improved mapping of route path parameters to route signature parameters by @romalytvynenko in #639
- Improved default documentation for explicitly bound route params by @romalytvynenko in #640
Full Changelog: v0.11.27...v0.11.28
v0.11.27
What's Changed
- Added enum case type by @romalytvynenko in #627
- Implemented invokable objects return type inference by @romalytvynenko in #627
- Added method calls extensions for exception inference by @romalytvynenko in #627
Full Changelog: v0.11.26...v0.11.27
v0.11.26
What's Changed
- Fix reference being ignored if one type had many type to schema extensions associated by @romalytvynenko in #623
Full Changelog: v0.11.25...v0.11.26
v0.11.25
What's Changed
- Added
size
validation rule support by @romalytvynenko in #618
Full Changelog: v0.11.24...v0.11.25
v0.11.24
What's Changed
- Added the resolution of class names of PHPDoc for SchemaClassDocReflector by @romalytvynenko in #605
Full Changelog: v0.11.23...v0.11.24
v0.11.23
What's Changed
- Ability to exclude routes using attributes instead of re-defining routes resolution method by @romalytvynenko in #594
- Fix: brought back
binary
format for marking files so more OpenAPI UI clients support by @axelrindle in #587
Full Changelog: v0.11.22...v0.11.23
v0.11.22
v0.11.21
What's Changed
- Improved merging of dot-notated params originated from method calls by @romalytvynenko in #583
Full Changelog: v0.11.20...v0.11.21