Skip to content

Releases: Triun/laravel-model-base

v6.0.1

17 Sep 16:33
Compare
Choose a tag to compare

Removed

  • Removed whereAttribute phpDoc properties helpers.

v6.0.0

17 Sep 13:25
Compare
Choose a tag to compare

Added

  • Upgrade to Laravel 6.0.

Removed

  • Removed support for PHP 7.1.

v5.8.2

17 Sep 16:42
Compare
Choose a tag to compare

Removed

  • Removed whereAttribute phpDoc properties helpers.

v5.8.1

17 Sep 13:18
Compare
Choose a tag to compare

Removed

v5.8.0

17 Sep 13:18
Compare
Choose a tag to compare

Added

  • Upgrade to Laravel 5.8.

v5.7.0

17 Sep 11:33
Compare
Choose a tag to compare

Added

  • Upgrade to Laravel 5.7

v5.6.2

16 Sep 18:30
Compare
Choose a tag to compare

Added

  • Support for PHP 7.3.

Changed

  • Upgrade composer dependencies.

Removed

  • Support for PHP 7.0 and hhvm.

v5.6.1

07 Jun 10:24
Compare
Choose a tag to compare

Added

  • Config setting (bulk.connections) to specify the default connections in bulk mode.

Fixes

  • Bulk command exception fixed: An argument with name "name" already exists..
  • Connections array bug fixed.

v5.6.0

01 May 21:00
Compare
Choose a tag to compare

Changed

  • connection option accepts more than one connection and gets all connections as the default value.

v5.5.1: Merge pull request #13 from Triun/feature/table-prefix

01 May 20:18
24e30a2
Compare
Choose a tag to compare

Fixes

  • Fix backwards compatibility for renames.