Skip to content

Releases: orchestral/kernel

v3.8.2

06 Aug 00:27
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:50
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 07:58
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.8.
  • Change configuration file on Orchestra\Config\Console\ConfigCacheCommand using composer.json extra.config-cache instead of compile.php configuration file.

Remove

  • Remove deprecated Orchestra\Http\Traits\PassThrough.
  • Remove deprecated Orchestra\Routing\Traits\ControllerResponse.

v3.7.1

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

Added

  • Added orchestra/hashing.

Changes

  • Update support for Laravel Framework v5.7.

v3.6.2

25 Dec 09:14
Compare
Choose a tag to compare

Added

  • Add orchestra/hashing.

v3.6.1

02 May 02:41
Compare
Choose a tag to compare

Changes

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

Fixes

  • Fixes Orchestra\Http\Transformer.

v3.5.3

29 Apr 14:42
Compare
Choose a tag to compare

Fixes

  • Fixes Orchestra\Http\Transformer.

v3.6.0

27 Feb 14:38
Compare
Choose a tag to compare

Added

  • Added orchestra/publisher.

Changes

  • Update support for Laravel Framework v5.6.
  • Use PHP 7.1 scalar typehint and return type whenever possible.

Removed

  • Remove --realpath support from orchestra/database as this is not supported in Laravel Framework.

v3.5.2

21 Nov 07:25
Compare
Choose a tag to compare

Added

  • Add Orchestra\Http\Transformer.