Skip to content

Releases: orchestral/routing

v6.0.0

18 Apr 13:23
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v8.

v5.1.0

03 Apr 02:13
Compare
Choose a tag to compare

Removed

  • Remove authenticating route helpers.

v5.0.0

07 Mar 18:16
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v7.

v4.0.0

04 Sep 11:08
Compare
Choose a tag to compare

Changes

  • Update support to Laravel Framework v6.0.

v3.8.3

08 Aug 22:37
Compare
Choose a tag to compare

Fixes

  • Fixed flash messages not being stored to session on redirection.

v3.8.2

06 Aug 00:40
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:54
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:15
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.8.

Remove

  • Remove deprecated Orchestra\Routing\Traits\ControllerResponse.

v3.7.1

23 Feb 05:15
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

25 Dec 14:59
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.7.