Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Releases: orchestral/resources

v3.2.0

20 Dec 17:19
Compare
Choose a tag to compare
  • Mark project as DEPRECATED.
  • Update support to Laravel Framework ~5.2.
  • Add Orchestra\Resources\Facade as Orchestra\Support\Facades\Resources will be removed in the future.

v3.1.1

18 Jun 13:27
Compare
Choose a tag to compare
  • Improved performances by reducing call within Illuminate\Container\Container.
  • Fixes changes to illuminate/routing v5.1.2.

v3.1.0

24 May 06:38
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.1.

v3.0.0

05 Feb 13:59
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.0.
  • Simplify PSR-4 path.

v2.2.2

03 Aug 02:35
Compare
Choose a tag to compare
  • Add get(), set() and forget() helper method on Orchestra\Facile\Container to allow direct manipulation to it's attributes value.

v2.1.4

03 Aug 02:34
Compare
Choose a tag to compare
  • Add get(), set() and forget() helper method on Orchestra\Facile\Container to allow direct manipulation to it's attributes value.

v2.2.1

02 Jun 16:14
Compare
Choose a tag to compare
  • Fixes type-hinting to Orchestra\Facile\Container.

v2.2.0

02 Jun 04:31
Compare
Choose a tag to compare
  • Bump minimum version to PHP v5.4.0.
  • Rename Orchestra\Resources\Environment to Orchestra\Resources\Factory.
  • Return blank Illuminate\Http\Response (with 200 HTTP status) when null is returned from controller.

v2.1.3

02 Jun 16:14
Compare
Choose a tag to compare
  • Fixes type-hinting to Orchestra\Facile\Container.

v2.1.2

04 Mar 12:58
Compare
Choose a tag to compare
  • Implement PSR-4 autoloading structure.