Releases: dedoc/scramble
Releases · dedoc/scramble
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
v0.11.20
v0.11.19
What's Changed
- Added proper
mixed
type support by @romalytvynenko in #579 - Added
required
field support to request body as well as automatically documenting it when some fields in schema required by @romalytvynenko in #580
Full Changelog: v0.11.18...v0.11.19
v0.11.18
What's Changed
- Ability to use paginators as a part of other schemas by @romalytvynenko in #574
- Add file upload in OAS 3.1 format description support by @yvoitenko in #569
- Fixed incorrect parsing of inline JSON resource model annotating comments by @romalytvynenko in #575
- Added
immutable_date
casts support by @romalytvynenko in #576 - Fix failing when fetching constants using variables by @romalytvynenko in #577
New Contributors
- @yvoitenko made their first contribution in #569
Full Changelog: v0.11.17...v0.11.18