Skip to content

Releases: orchestral/messages

v6.1.0

17 Apr 19:14
Compare
Choose a tag to compare

Changes

  • Added support for Laravel Octane.

v6.0.0

31 Aug 10:45
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v8.0.

v5.0.0

27 Feb 02:11
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v7.0.

v4.0.0

27 Feb 02:11
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v6.0.

v3.8.2

08 Aug 22:33
Compare
Choose a tag to compare

Changes

  • Refactor Orchestra\Messages\MessageBag.

v3.8.1

04 Aug 09:43
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 15:15
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.8.
  • Simplify Orchestra\Messages\Http\Middleware\StoreMessageBag and helper to use facade.

v3.7.1

21 Feb 00:09
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

23 Aug 05:24
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.7.
  • Disable allow_classes when running unserialize().

v3.6.1

28 Jul 01:30
Compare
Choose a tag to compare

Changes

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