Releases: dedoc/scramble
Releases · dedoc/scramble
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
v0.11.4
What's Changed
- Fixed Laravel Data objects being handled form request extractor which results in error by @romalytvynenko in #450
Full Changelog: v0.11.3...v0.11.4
v0.11.3
What's Changed
- Fixed API resource schema when wrap key is already contained in resource by @romalytvynenko in #446
- Using the same config for altering OpenAPI document after generation by default for all registered APIs by @romalytvynenko in #447
- Added documenting of optional params (by adding a comment about it is being optional and a specification extension property) by @romalytvynenko in #448
Full Changelog: v0.11.2...v0.11.3
v0.11.2
What's Changed
- Fixed
confirmed
rule documentation failing when it is used for nested fields by @romalytvynenko in #443 - Added parameters serialization support by @layerok in #424
- Add ability to manually specify format for params by @jaimyborgman in #444
- Fixed issue with custom registered API config wasn't taken into consideration when generating server's URL by @romalytvynenko in #445
Full Changelog: v0.11.1...v0.11.2