Releases: orchestral/view
Releases · orchestral/view
v6.0.0
Changes
- Update support for Laravel Framework v8.
v5.0.0
Changes
- Update support for Laravel Framework v7.
v4.0.0
Changes
- Update support for Laravel Framework v6.
v3.8.1
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
Changes
- Update support for Laravel Framework v5.8.
v3.7.2
Changes
- Remove
Orchestra\View\FileViewFinder::setPaths()
parameter typehint to make it compatibility for overriding Illuminate\View\FileViewFinder::setPaths()
.
v3.6.2
Changes
- Remove
Orchestra\View\FileViewFinder::setPaths()
parameter typehint to make it compatibility for overriding Illuminate\View\FileViewFinder::setPaths()
.
v3.7.1
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
Changes
- Update support for Laravel Framework v5.7.
v3.6.1
Changes
- return
self
should only be used when method is marked as final
.