Skip to content

Releases: dedoc/scramble

v0.10.8

21 May 07:00
d8d66b9
Compare
Choose a tag to compare

What's Changed

  • Proper handling of union types when used as a typehints for route parameters by @romalytvynenko in #388

Full Changelog: v0.10.7...v0.10.8

v0.10.7

20 May 12:53
0d107f8
Compare
Choose a tag to compare

What's Changed

  • Fixed use in comment at file's start breaking source parsing by @romalytvynenko in #382
  • Fixes issues (schema not generated, accessing methods on null) when running on Octane by @romalytvynenko in #384

Full Changelog: v0.10.6...v0.10.7

v0.10.6

19 May 09:35
c76724d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.5...v0.10.6

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