Releases: Triun/laravel-model-base
Releases · Triun/laravel-model-base
v9.1.0
There are some potential breaking changes in this and the following versions.
Changed
- Breaking changes if you are extending classes of this repository. Some methods and properties has changed visibility
or its arguments, or may have been removed.
- Some config defaults has changed, the resulting models may change, but it can be set back as it was if the config on
your project is updated accordingly. Do not hesitate to ask for support if you need assistance.
v9.0.3
Added
- New config setting and command options
memory_limit
to set the PHP ini value.
v9.0.1
Added
- New config setting
datesProperty
, set to false by default, to remove the deprecated dates
property.
v9.0.0
Added
- Support for PHP 8.1 / Laravel 9.x.
- Added laravel's config publish and service provider auto-discover.
Changed
- PHP 8.1 code upgrades.
- Doctrine DBAL upgrades.
Removed
- Laravel's File dependency.
v6.0.12
Changed
- Put null after type in phpDoc.
Fix
- Fix traits as not a line when empty.
v6.0.11
Fix
- Body extra line when the class is empty.
v6.0.10
Added
- Ability to override the model files.