Skip to content

Releases: orchestral/database

v3.7.1

23 Feb 05:04
Compare
Choose a tag to compare

Changes

  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.

v3.7.0

25 Dec 14:55
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.7.

v3.6.1

02 May 02:41
Compare
Choose a tag to compare

Changes

  • return self should only be used when method is marked as final.

v3.6.0

27 Feb 14:44
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.6.
  • Use PHP 7.1 scalar typehint and return type whenever possible.

Removed

  • Remove --realpath support from orchestra/database as this is not supported in Laravel Framework.

v3.5.0

25 Aug 11:45
Compare
Choose a tag to compare

Added

  • Add Orchestra\Database\Console\Migrations\FreshCommand.

Changes

  • Update support for Laravel Framework v5.5.

Removed

  • Remove deprecated Orchestra\Database\MigrationServiceProvider.
  • Remove deprecated Orchestra\Database\CacheDecorator::lists() method.

v3.4.3

25 Aug 11:10
Compare
Choose a tag to compare

Changes

  • Improves migrations artisan commands to match Laravel equivalent.

v3.4.2

11 Jul 09:10
Compare
Choose a tag to compare

Changes

  • Consistently return a Collection when using Orchestra\Database\CacheDecorator.

v3.4.1

14 May 13:26
Compare
Choose a tag to compare

Changes

  • Add --path as array for migrations artisan command.

v3.4.0

02 May 12:47
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.4.
  • Add remember and rememberForever as macros to Illuminate\Database\Eloquent\Builder via Orchestra\Database\CachableQueryServiceProvider.
  • Deprecate Orchestra\Database\MigrationServiceProvider.

v3.3.6

12 Feb 14:51
Compare
Choose a tag to compare
  • Add Orchestra\Database\ConsoleServiceProvider.