Skip to content

Releases: dedoc/scramble

v0.10.5

19 May 08:19
Compare
Choose a tag to compare

What's Changed

  • Added tests for routes-related features by @romalytvynenko in #376
  • Improve inferring model property types, based on DB driver by @kburton-dev in #375
  • Support for additional on anonymous collections by @romalytvynenko in #377
  • Taking into account deeper binary fields in request body parameters when determining default request media type by @romalytvynenko in #378
  • Using method's real class' reflection when analyzing parent class' methods calls by @romalytvynenko in #379
  • Improved errors documentation by avoiding documenting errors when authorize or rules methods are not defined on a custom form request class by @romalytvynenko in #380

Full Changelog: v0.10.4...v0.10.5

v0.10.4

15 May 13:25
1160788
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.3...v0.10.4

v0.10.3

15 May 10:52
fad3fb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

v0.10.2

15 May 09:50
4efa098
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.10.2

v0.10.1

15 May 08:15
f2ac696
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

15 May 07:14
Compare
Choose a tag to compare

What's Changed

Added

  • Ability to configure more API versions docs, customize docs domains and paths by @romalytvynenko in #350
  • Added ability to specify data format in API resources by @romalytvynenko in #351
  • Added ability to override tag generation behaviour by @WildEgo in #323
  • Make TryIt work with Sanctum's cookie based authentication out of the box by @layerok in #336
  • Added @example support to API resources' attributes by @romalytvynenko in #342
  • Add tuples support by @romalytvynenko in #343
  • Add support for enums in route parameter by @rra3b in #334
  • Request params inference from method calls on request, default request values support by @romalytvynenko in #356
  • Determine eloquent attribute type from casts by @kburton-dev in #345

Fixes

Changes

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

11 Mar 19:39
6280da6
Compare
Choose a tag to compare

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

Changes

Fixes

New Contributors

Full Changelog: v0.8.6...v0.9.0

v0.8.6

03 Mar 19:04
f0331d5
Compare
Choose a tag to compare

What's Changed

Added

Fixes

  • Fixed invalid OpenAPI spec when returning no content response by @romalytvynenko in #289
  • scopes property in OAuth made required according OpenAPI spec by @Neorej in #318
  • Respect string type when parsing validation rules' examples by @joligoms in #315
  • Fixed the case when non-request class had rules method which resulted in error when extracting validation rules by @romalytvynenko in #324

New Contributors

Full Changelog: v0.8.5...v0.8.6

v0.8.5

02 Dec 10:43
cc61cc7
Compare
Choose a tag to compare

What's Changed

Added

  • Add whenCounted support in API resources by @vovarudomanenko in #236
  • Added support for min and max rules on arrays by @Carnicero90 in #244

Fixes

  • Fixed 'Try it' not working with Laravel Sanctum by @vovarudomanenko in #243
  • Fixed error when trying to access tag data by @rolexam in #270

New Contributors

Full Changelog: v0.8.4...v0.8.5

v0.8.4

24 Sep 11:08
a7e02cb
Compare
Choose a tag to compare

What's Changed

Added

Fixes

New Contributors

Full Changelog: v0.8.3...v0.8.4