Releases: orchestral/messages
Releases · orchestral/messages
v6.1.0
Changes
- Added support for Laravel Octane.
v6.0.0
Changes
- Update support for Laravel Framework v8.0.
v5.0.0
Changes
- Update support for Laravel Framework v7.0.
v4.0.0
Changes
- Update support for Laravel Framework v6.0.
v3.8.2
Changes
- Refactor
Orchestra\Messages\MessageBag
.
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.
- Simplify
Orchestra\Messages\Http\Middleware\StoreMessageBag
and helper to use facade.
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.
- Disable
allow_classes
when running unserialize()
.
v3.6.1
Changes
- return
self
should only be used when method is marked as final
.