Skip to content

Releases: orchestral/database

v6.0.0

18 Apr 13:22
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v8.

v5.1.0

03 Apr 02:12
Compare
Choose a tag to compare

Fixes

  • Use app() instead of $this->app as it would bind to different scope under macros.

v5.0.0

07 Mar 18:14
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v7.

v4.2.0

04 Jan 15:11
Compare
Choose a tag to compare

Added

  • Added Orchestra\Database\SearchServiceProvider.

v4.1.0

29 Dec 12:22
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.

v4.0.0

04 Sep 11:00
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v6.0.

v3.8.4

14 Aug 09:23
Compare
Choose a tag to compare

Fixes

  • Fallback to query from database when cache driver throws an exception.

v3.8.2

06 Aug 00:30
Compare
Choose a tag to compare

Changes

  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.

v3.8.1

31 Jul 14:51
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.8.0

24 Mar 08:00
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.8.