Skip to content

Releases: mll-lab/laravel-utils

v10.5.0

10 Jun 12:35
Compare
Choose a tag to compare

Added

  • Disallow Illuminate\Support\Carbon via PHPStan rule

v10.4.1

04 Apr 07:35
Compare
Choose a tag to compare

Changed

  • Improve TransitionNotFound exception message

v10.4.0

02 Apr 09:34
Compare
Choose a tag to compare

Added

  • Disallow getenv() via PHPStan rule

v10.3.0

02 Apr 09:05
Compare
Choose a tag to compare

Added

  • Disallow Illuminate\Database\Eloquent\Model::update() via PHPStan rule

v10.2.1

25 Mar 07:58
0430888
Compare
Choose a tag to compare

Fixed

  • Allow Illuminate\Database\Eloquent\Builder::create() without attributes in PHPStan rule

v10.2.0

20 Mar 13:44
fd073c9
Compare
Choose a tag to compare

Added

  • Disallow Illuminate\Support\Collection::flatten() via PHPStan rule

v10.1.0

11 Mar 13:20
443a932
Compare
Choose a tag to compare

Added

  • Register rules as a PHPStan extension
  • Support Laravel 12

v10.0.0

25 Feb 17:57
53e1177
Compare
Choose a tag to compare

Removed

  • Drop support for Laravel 9 and 10

Added

  • Add Collection macro interpose and CollectionUtils::flattenOnce

Fixed

  • Handle empty coordinates in CoordinatesCast
  • Open class StateMachine for inheritance

v9.0.0

27 Nov 07:39
68dcd41
Compare
Choose a tag to compare

Changed

  • Support multiple StateManager classes by configuring the StateManager-Model in StateConfig and the column name in StateManager-Model

Removed

  • Drop support for PHP 8.1

v8.0.1

26 Nov 14:07
Compare
Choose a tag to compare

Fixed

  • Omit tests from composer package