Releases: dedoc/scramble
Releases · dedoc/scramble
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
v0.11.17
What's Changed
- Add support for all pagination classes by @romalytvynenko in #565
- Fix the extensions ordering so users extensions' result is not overwritten by @romalytvynenko in #570
Full Changelog: v0.11.16...v0.11.17
v0.11.16
What's Changed
- Correctly handle a case when both form request and inline validation used by @romalytvynenko in #552
Full Changelog: v0.11.15...v0.11.16
v0.11.15
What's Changed
- Using
decodeURIComponent
instead ofdecodeURI
to better support Sanctum CSRF by @ritenn in #548 - Added @default support to JSON API resources by @romalytvynenko in #549
- Avoid documenting empty request body by @romalytvynenko in #550
- Fixed incorrect data wrap key when using
AnonymousResourceCollection
and redefining it in collected resource by @axelrindle in #517
New Contributors
- @ritenn made their first contribution in #548
- @axelrindle made their first contribution in #517
Full Changelog: v0.11.14...v0.11.15
v0.11.14
What's Changed
- Fixes possible undefined array index 0 due to array_filter() by @kburton-dev in #530
- Fixed accidentally mutating types when working with types by @romalytvynenko in #546
Full Changelog: v0.11.13...v0.11.14
v0.11.13
What's Changed
- Fixed Scramble mutating return type if it has templates in it by @romalytvynenko in #524
Full Changelog: v0.11.12...v0.11.13
v0.11.12
What's Changed
- Validation parsing: ignore required on sometimes rule by @lakuapik in #492
- Add
parent::toArray
support for JSON API resources by @romalytvynenko in #506 - Add
withResponse
support for JSON API resources by @romalytvynenko in #514 - Fixed return type inference from models when in JSON API resource context by @romalytvynenko in #516
New Contributors
Full Changelog: v0.11.11...v0.11.12
v0.11.11
What's Changed
- Fix anyOf being output as an object if some response type gets filtered out by @dmitrijs in #486
- Lock Stoplight Elements to 8.3.4 to fix styles of request body by @romalytvynenko in #487
New Contributors
Full Changelog: v0.11.10...v0.11.11