Releases: dedoc/scramble
Releases · dedoc/scramble
v0.12.11
What's Changed
- Added option to hide schemas in the navigation by @ferdinandfrank in #747
- Fixed missing
required
info whenrequired
was used withenum
validation rule by @romalytvynenko in #758 - Added support of
date_format
rule by @YournameITManoah in #748 - Fixed handling of methods with different casing and missing methods by @romalytvynenko in #763
New Contributors
- @YournameITManoah made their first contribution in #748
Full Changelog: v0.12.10...v0.12.11
v0.12.10
What's Changed
- Laravel 12.x Compatibility by @laravel-shift in #739
New Contributors
- @laravel-shift made their first contribution in #739
Full Changelog: v0.12.9...v0.12.10
v0.12.9
What's Changed
- Fix constructor called methods side effects overwriting the type by @romalytvynenko in #740
Full Changelog: v0.12.8...v0.12.9
v0.12.8
What's Changed
- Fixed default parameters extractors for different API versions by @romalytvynenko in #728
Full Changelog: v0.12.7...v0.12.8
v0.12.7
What's Changed
- Added
security
implementation according OpenAPI 3.1.0 specification by @romalytvynenko in #717 - Fixed
#[PathParameter]
to override inferred path parameters by @romalytvynenko in #724 - Documenting
CarbonInterface
asdate-time
string schema by @axelrindle in #700 - Added support for
Symfony\Component\HttpKernel\Exception\*
documentation when annotated in exceptions by @phpsa in #674 - Added
date
rule support by @romalytvynenko in #725
New Contributors
Full Changelog: v0.12.6...v0.12.7
v0.12.6
What's Changed
- Static and new calls analysis on literal string class name types coming from expressions by @romalytvynenko in #711
- Fixed deprecation warning on 8.4 by @romalytvynenko in #712
- Add
null
,true
,false
support when creating types from type nodes by @leo108 in #708
New Contributors
Full Changelog: v0.12.5...v0.12.6
v0.12.5
What's Changed
- Fix when creating array types from values by @romalytvynenko in #707
Full Changelog: v0.12.4...v0.12.5
v0.12.4
What's Changed
- Fixed non-closure document transformers being not applied by @romalytvynenko
- Allow custom ExceptionToResponseExtension to override defaults by @ferdinandfrank in #699
New Contributors
- @ferdinandfrank made their first contribution in #699
Full Changelog: v0.12.3...v0.12.4
v0.12.3
What's Changed
- Fixed not being able to register different transformers for different API versions by @romalytvynenko in #706
Full Changelog: v0.12.2...v0.12.3
v0.12.2
What's Changed
- Ensure backward compatibility of
ignoreDefaultRoutes
method (it should be callable inregister
method of a service provider) by @romalytvynenko in #705
Full Changelog: v0.12.1...v0.12.2