v0.9.0
What's Changed
🚨 Breaking changes 🚨
- Dropped support of 8.x and 9.x Laravel versions as they've reached EOL.
If there are any problems when running composer update dedoc/scramble
, include -W
flag to update other dependencies as well. The issue may be caused in some rare cases by php-parser
being changed to 5.0.*
from 4.0.*
.
Added
- Laravel 11 Support by @romalytvynenko in #327
scramble:export
command to export specification's json by @princejohnsantillan in #277
Changes
- Rollback default theme to light by @romalytvynenko in #331
Fixes
- Fixed empty security descriptor by @manuel-watchenterprise in #330
- Fixed
Carbon
attributes in resources being not documented asstring<date-time>
in Open API spec by @romalytvynenko in #332
New Contributors
- @princejohnsantillan made their first contribution in #277
Full Changelog: v0.8.6...v0.9.0