Skip to content

Releases: orchestral/http

v6.0.0

18 Apr 13:22
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v8.

v5.0.0

07 Mar 18:15
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v7.

v4.3.0

01 Mar 03:27
Compare
Choose a tag to compare

Added

  • Added Orchestra\Http\Concerns\DisableBuffering.

v4.0.0

04 Sep 11:02
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v6.0.

v3.8.2

06 Aug 00:37
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:52
Compare
Choose a tag to compare

Added

  • Added Orchestra\Http\Transformer\InteractsWithDateTime trait.

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:02
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.8.

Remove

  • Remove deprecated Orchestra\Http\Traits\PassThrough.

v3.7.1

23 Feb 05:06
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:58
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.7.

v3.6.1

02 May 03:04
Compare
Choose a tag to compare

Changes

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

Fixes

  • Fixes Orchestra\Http\Transformer.