Releases: orchestral/resources
Releases · orchestral/resources
v3.2.0
- 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
- Improved performances by reducing call within
Illuminate\Container\Container
.
- Fixes changes to
illuminate/routing
v5.1.2.
v3.1.0
- Update support to Laravel Framework v5.1.
v3.0.0
- Update support to Laravel Framework v5.0.
- Simplify PSR-4 path.
v2.2.2
- Add
get()
, set()
and forget()
helper method on Orchestra\Facile\Container
to allow direct manipulation to it's attributes value.
v2.1.4
- Add
get()
, set()
and forget()
helper method on Orchestra\Facile\Container
to allow direct manipulation to it's attributes value.
v2.2.1
- Fixes type-hinting to
Orchestra\Facile\Container
.
v2.2.0
- 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
- Fixes type-hinting to
Orchestra\Facile\Container
.
v2.1.2
- Implement PSR-4 autoloading structure.