Releases: orchestral/tenanti
Releases · orchestral/tenanti
v6.3.0
v6.2.0
v6.1.0
v6.0.0
v5.0.3
v5.0.2
v5.0.1
v5.0.0
Added
- Added
Orchestra\Tenanti\Migrator\MigrationWriter
. - Added
usingConnection()
andoutputUsing()
helper method toOrchestra\Tenanti\Migrator\Migrator
.
Changes
- Update support for Laravel Framework v7.
- Replace the following on
Orchestra\Tenanti\Migrator\Operation
:executeFor()
withfind()
.executeForEach()
witheach()
.getModel()
withmodel()
.getModelName()
withmodelName()
.resolveMigrator()
withmigrator()
.asConnection
withconnectionName()
bindWithKey()
withnomalize()
.resolveConnection()
withconnection()
.resolveMigrationTableName()
withmigrationTableName()
.getTablePrefix()
withtablePrefix()
.
v4.1.0
v4.0.0
Changes
- Update support for Laravel Framework 6.0+.
- Improves support for Lumen Framework.
Breaking Changes
- Configuration file options for
path
need to be updated topaths
which only access an array or migration paths. - Rename
Orchestra\Tenanti\TenantiManager::getConfig()
toOrchestra\Tenanti\TenantiManager::config()
.