Update dependency dedoc/scramble to ^0.13.0 #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.12.16→^0.13.0Release Notes
dedoc/scramble (dedoc/scramble)
v0.13.10Compare Source
What's Changed
regexvalidation rule support by @romalytvynenko in #1050existsrule on UUID columns by @romalytvynenko in #1049New Contributors
Full Changelog: dedoc/scramble@v0.13.9...v0.13.10
v0.13.9Compare Source
What's Changed
@deprecatedannotation on fields by @romalytvynenko in #1048Full Changelog: dedoc/scramble@v0.13.8...v0.13.9
v0.13.8Compare Source
What's Changed
Full Changelog: dedoc/scramble@v0.13.7...v0.13.8
v0.13.7Compare Source
What's Changed
Full Changelog: dedoc/scramble@v0.13.6...v0.13.7
v0.13.6Compare Source
What's Changed
Full Changelog: dedoc/scramble@v0.13.5...v0.13.6
v0.13.5Compare Source
What's Changed
Full Changelog: dedoc/scramble@v0.13.4...v0.13.5
v0.13.4Compare Source
What's Changed
Arrayableinterface by @klAvAx in #1012New Contributors
Full Changelog: dedoc/scramble@v0.13.3...v0.13.4
v0.13.3Compare Source
🚨 Breaking changes
While unlikely this is going to affect you,
RulesToParameterclass has been removed. It was the internal not documented class, so it wasn't intended to be used on its own. Due to the low possibility of this affecting someone, I'm not tagging a new0.14.xrelease.What's Changed
New Contributors
Full Changelog: dedoc/scramble@v0.13.2...v0.13.3
v0.13.2Compare Source
What's Changed
isInstanceOfcould've returnednullfor template type.@mixinof the class alias is used on the same class 😵💫New Contributors
Full Changelog: dedoc/scramble@v0.13.1...v0.13.2
v0.13.1Compare Source
What's Changed
Full Changelog: dedoc/scramble@v0.13.0...v0.13.1
v0.13.0Compare Source
While this release has no breaking changes itself, the resulting OpenAPI document may be more accurate for your specific application, and hence may be considered as the one containing breaking changes. Due to this, I've decided to mark this release as
0.13.x. It means that you'll need to explicitly update the version incomposer.jsonif you rely on^0.12.0or earlier versions.Full type inference
Starting from Laravel 11.x (and especially from 12.x), Laravel comes with great and accurate PHPDoc annotations. With Scramble supporting these types, you'll enjoy focusing more on the app codebase rather than writing type annotations.
In this case, Scramble can infer the type of
$items: it is a collection of appointments, specifically:Illuminate\Database\Eloquent\Collection<int, App\Models\Appointment>!This gives nice documentation just by analyzing the source, without any additional annotations.
Closure-based routes support
Previously, Scramble only supported controller-based routes. Now, the routes defined using closures also get their share of love and are documented automatically.
Closure-based routes support all the attributes (for manual parameters, headers, responses, etc.) that are supported by controller-based methods.
What's Changed
Request@usermethod support for better post-installation experience by @romalytvynenko in #1001New Contributors
Full Changelog: dedoc/scramble@v0.12.36...v0.13.0
v0.12.36Compare Source
What's Changed
date_formatrule documentationFull Changelog: dedoc/scramble@v0.12.35...v0.12.36
v0.12.35Compare Source
What's Changed
MissingValuein combination with Carbon/ CarbonImmutable when transforming by @chrisvanlier2005 in #960paginationInformationresource's method support by @romalytvynenko in #962@stoplight/elementsto 8.4.2 to avoid tags duplication by @romalytvynenko in #964unsetsupport and provide$paginatedtype topaginationInformationby @romalytvynenko in #968Full Changelog: dedoc/scramble@v0.12.34...v0.12.35
v0.12.34Compare Source
What's Changed
Full Changelog: dedoc/scramble@v0.12.33...v0.12.34
v0.12.33Compare Source
What's Changed
Rule::whensupport by @romalytvynenko in #951Full Changelog: dedoc/scramble@v0.12.32...v0.12.33
v0.12.32Compare Source
What's Changed
operationIdsupport viaEndpointattribute by @jrdnrc in #941throwstatements showing as unknown "string" type in match expressions by @finalgamer in #944Rule::requiredIftreated asrequiredby @apasquini95 in #939New Contributors
Full Changelog: dedoc/scramble@v0.12.31...v0.12.32
v0.12.31Compare Source
What's Changed
Full Changelog: dedoc/scramble@v0.12.30...v0.12.31
Configuration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.