Skip to content

Releases: orchestral/view

v6.0.0

18 Apr 11:08
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v8.

v5.0.0

03 Mar 03:33
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v7.

v4.0.0

01 Sep 00:25
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v6.

v3.8.1

04 Aug 09:49
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.0

02 Mar 08:41
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.8.

v3.7.2

02 Mar 08:17
Compare
Choose a tag to compare

Changes

  • Remove Orchestra\View\FileViewFinder::setPaths() parameter typehint to make it compatibility for overriding Illuminate\View\FileViewFinder::setPaths().

v3.6.2

28 Feb 06:15
Compare
Choose a tag to compare

Changes

  • Remove Orchestra\View\FileViewFinder::setPaths() parameter typehint to make it compatibility for overriding Illuminate\View\FileViewFinder::setPaths().

v3.7.1

20 Feb 22:43
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

13 Sep 05:04
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.7.

v3.6.1

07 Jun 01:30
Compare
Choose a tag to compare

Changes

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