Skip to content

Releases: Triun/laravel-model-base

v9.1.0

31 Jan 15:44
Compare
Choose a tag to compare

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

03 Nov 11:30
Compare
Choose a tag to compare

Added

  • New config setting and command options memory_limit to set the PHP ini value.

v9.0.2

04 May 19:24
Compare
Choose a tag to compare

Fixed

  • PHP types fixes.

v9.0.1

02 May 16:15
Compare
Choose a tag to compare

Added

  • New config setting datesProperty, set to false by default, to remove the deprecated dates property.

v9.0.0

02 May 15:34
Compare
Choose a tag to compare

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.14

05 Feb 19:22
Compare
Choose a tag to compare

Fixed

  • Fix nullable.

v6.0.13

31 Dec 19:00
Compare
Choose a tag to compare

Changed

  • Quote default values.

v6.0.12

31 Dec 18:18
Compare
Choose a tag to compare

Changed

  • Put null after type in phpDoc.

Fix

  • Fix traits as not a line when empty.

v6.0.11

31 Dec 17:58
Compare
Choose a tag to compare

Fix

  • Body extra line when the class is empty.

v6.0.10

31 Dec 17:43
Compare
Choose a tag to compare

Added

  • Ability to override the model files.