Skip to content

Releases: dedoc/scramble

v0.11.0

30 Jun 16:45
6a0ee09
Compare
Choose a tag to compare

What's Changed

Added

Changes

Fixes

Full Changelog: v0.10.13...v0.11.0

v0.10.13

05 Jun 17:02
d8c3ed9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.12...v0.10.13

v0.10.12

30 May 13:53
060fd63
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.11...v0.10.12

v0.10.11

23 May 11:30
24a27c9
Compare
Choose a tag to compare

What's Changed

  • Added @ignoreParam support for skipping a parameter from being documented by @romalytvynenko in #394

Full Changelog: v0.10.10...v0.10.11

v0.10.10

22 May 06:26
dbbf57b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.9...v0.10.10

v0.10.9

21 May 13:24
Compare
Choose a tag to compare

What's changed

  • Inferred template types being correctly transformed

Full Changelog: v0.10.8...v0.10.9

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