Releases: dedoc/scramble
Releases · dedoc/scramble
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
v0.11.10
v0.11.9
What's Changed
- Allow operation extensions by @shokme in #471
- Fix model being added to components, breaking all the models from being correctly documented by @romalytvynenko in #472
New Contributors
Full Changelog: v0.11.8...v0.11.9
v0.11.8
What's Changed
- Avoid attempting instantiating non-instantiable models by @romalytvynenko in #469
Full Changelog: v0.11.7...v0.11.8
v0.11.7
Fixed path issue on Windows
v0.11.6
What's Changed
- Improved type inference: analyzing setter methods calls in constructor by @romalytvynenko in #467
- Added constants fetch types support by @romalytvynenko in #467
- Improved extensions system: added ability to add class definition (manually for now) even when it is in vendor by @romalytvynenko in #467
Full Changelog: v0.11.5...v0.11.6
v0.11.5
What's Changed
- Added simpler resource attributes descriptions by @romalytvynenko in #463
Full Changelog: v0.11.4...v0.11.5