Skip to content

Releases: dedoc/scramble

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

v0.8.3

16 Aug 20:37
Compare
Choose a tag to compare

What's Changed

  • Fixed error when analyzing files with CR lines separator by @romalytvynenko in #175
  • Added support of models to LengthAwarePaginator annotation (LengthAwarePaginator<Post>) by @romalytvynenko in #175

Full Changelog: v0.8.2...v0.8.3

v0.8.2

06 Aug 17:17
b3bcbc3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

05 Aug 09:42
f6422be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

30 Jul 09:39
Compare
Choose a tag to compare

What's Changed

🚨 Breaking changes 🚨

  • Minimum PHP version is changed from 7.4 to 8.1. 96.4% of all the installs are coming from 8.1 and upper, so it's time to make this bump.
  • Extensions API changes - internal type inference system got a huge rework, so I needed to update the extensions API to reflect that.

Added

Changes

Fixes

  • Fixed spread operator not being properly analyzed when inferring a type for an array by @romalytvynenko in #123

Full Changelog: v0.7.2...v0.8.0

v0.7.2

20 Feb 08:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

01 Feb 19:12
aeaed0a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

12 Jan 11:14
Compare
Choose a tag to compare

What's Changed

  • Added server variables support, added multiple servers support by @romalytvynenko in #76
  • Added an ability to document request body params (in validation rules): allowed overriding resulting type, adding description, and example by @romalytvynenko in #88
  • Added abort helpers support (abort, abort_if, abort_unless) by @romalytvynenko in #94
  • Improved support of other JsonResources in the resource class, added support of 3rd argument in when and whenLoaded by @romalytvynenko in #87
  • Fixed an issue when references couldn't be marked as nullable by @romalytvynenko in #74
  • Fixed fatal error when an array item was manually documented without @var by @romalytvynenko in #75
  • Fixed exception caused by incorrect class const fetch on variables and other expressions handling by @romalytvynenko in #86
  • Improve array validation rule and falsy examples support by @romalytvynenko in #89
  • Fixed an access to exceptions property on possibly nullable object by @romalytvynenko in #95
  • Fix missing phpDoc attributes on resolved type attached by PhpDocHandler when they're attached to pending type by @romalytvynenko in #96
  • Fixed an exception when doctrine/dbal is not installed by @romalytvynenko in #99

Full Changelog: v0.6.0...v0.7.0

v0.6.0

07 Nov 19:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0