Tenanti Versions Save

[Package] Multi-tenant Database Schema Manager for Laravel

v6.3.0

2 years ago

Changes

  • Improves Static Code Analysis.

v6.2.0

3 years ago

Changes

  • Bump orchestra/support minimum version.

v6.1.0

3 years ago

Fixes

  • Fixes missing $config variable.

v6.0.0

3 years ago

Changes

  • Update support for Laravel Framework v8.

v5.0.3

3 years ago

Fixes

  • Fixes call to undefined method Orchestra\Tenanti\Migrator\Factory::getModel().

v5.0.2

4 years ago

Fixes

  • Fixes variable used when merging $migrator for command output.

v5.0.1

4 years ago

Changes

  • Throw exception when trying to make migration file without --table option on shared database configuration.

Fixes

  • Fixes migration stub files.

v5.0.0

4 years ago

Added

  • Added Orchestra\Tenanti\Migrator\MigrationWriter.
  • Added usingConnection() and outputUsing() helper method to Orchestra\Tenanti\Migrator\Migrator.

Changes

  • Update support for Laravel Framework v7.
  • Replace the following on Orchestra\Tenanti\Migrator\Operation:
    • executeFor() with find().
    • executeForEach() with each().
    • getModel() with model().
    • getModelName() with modelName().
    • resolveMigrator() with migrator().
    • asConnection with connectionName()
    • bindWithKey() with nomalize().
    • resolveConnection() with connection().
    • resolveMigrationTableName() with migrationTableName().
    • getTablePrefix() with tablePrefix().

v4.1.0

4 years ago

Added

  • Set command exit code.
  • Added tenant(), tenantDriver() and tenantDriverName() to Orchestra\Tenanti\Console\BaseCommand.

v4.0.0

4 years ago

Changes

  • Update support for Laravel Framework 6.0+.
  • Improves support for Lumen Framework.

Breaking Changes

  • Configuration file options for path need to be updated to paths which only access an array or migration paths.
  • Rename Orchestra\Tenanti\TenantiManager::getConfig() to Orchestra\Tenanti\TenantiManager::config().