Releases: Triun/laravel-model-base
Releases · Triun/laravel-model-base
v6.0.1
Removed
- Removed
whereAttribute
phpDoc properties helpers.
v6.0.0
Added
Removed
- Removed support for PHP 7.1.
v5.8.2
Removed
- Removed
whereAttribute
phpDoc properties helpers.
v5.6.2
Added
Changed
- Upgrade composer dependencies.
Removed
- Support for PHP 7.0 and hhvm.
v5.6.1
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
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
Fixes
- Fix backwards compatibility for
renames
.