Releases: mll-lab/laravel-utils
Releases · mll-lab/laravel-utils
v10.5.0
Added
- Disallow
Illuminate\Support\Carbon
via PHPStan rule
v10.4.1
Changed
- Improve
TransitionNotFound
exception message
v10.4.0
Added
- Disallow
getenv()
via PHPStan rule
v10.3.0
Added
- Disallow
Illuminate\Database\Eloquent\Model::update()
via PHPStan rule
v10.2.1
Fixed
- Allow
Illuminate\Database\Eloquent\Builder::create()
without attributes in PHPStan rule
v10.2.0
Added
- Disallow
Illuminate\Support\Collection::flatten()
via PHPStan rule
v10.1.0
Added
- Register rules as a PHPStan extension
- Support Laravel 12
v10.0.0
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
Changed
- Support multiple
StateManager
classes by configuring the StateManager
-Model in StateConfig
and the column name in StateManager
-Model
Removed
v8.0.1
Fixed
- Omit tests from composer package