Releases: orchestral/support
Releases · orchestral/support
v2.2.2
v2.2.1
v2.1.4
v2.2.0
- Bump minimum version to PHP v5.4.0.
- Rename
getSession
andsetSession
togetSessionStore
andsetSessionStore
for consistency onOrchestra\Support\Messages
. - Add multiple traits:
Orchestra\Support\Traits\ControllerResponseTrait
to add response helpers for controller.Orchestra\Support\Traits\MacroableTrait
for working with macro enabled classes.Orchestra\Support\Traits\QueryFilterTrait
to create basic filtering based on URL query string for query builder or eloquent.Orchestra\Support\Traits\UploadableTrait
for uploading files.
v2.1.3
v2.1.2
v2.1.1
v2.1.0
Orchestra\Support\Manager
should be able to set blacklisted name, for exampleOrchestra\Memory
shouldn't allow dotted.- Allow
Orchestra\Support\Nesty
to prepend an item without knowing the current first item. - Add
Orchestra\Support\Messages::extend()
and tweak how Messages notification can be manipulated on current request. - Add
Orchestra\Support\Nesty::is()
to return instance ofIlluminate\Support\Fluent
to allow further chaining of the instance. - Add
Orchestra\Support\Str::searchable()
for better pattern matching. - Add
Orchestra\Support\Relic
. - Add
Orchestra\Support\Str::replace()
. Illuminate\Support\Str::title()
is implemented, remove duplicate method.- Add support to use
Orchestra\Support\Validator::extendScope()
, useful to have when need to deal with conditional rules http://laravel.com/docs/validation#conditionally-adding-rules. - Refactor
Orchestra\Support\Str::streamGetContents()
. - Implement PSR-2 coding standard.
- Refactor
Orchestra\Support\Validator::getBindedRules()
to useOrchestra\Support\Str::replace()
. - Refactor
Orchestra\Support\Nesty::decendants()
. - Return
Orchestra\Support\Nesty::getItems()
as instance ofIlluminate\Support\Collection
. - Add support for custom messages on
Orchestra\Support\Validator
using$phrases
protected property. - Add following facades:
Orchestra\Support\Facades\Debug
Orchestra\Support\Facades\Notifier
Orchestra\Support\Facades\Warden
v2.0.11
v2.0.10
Illuminate\Support\Str::title()
is implemented, remove duplicate method.- Add support to use
Orchestra\Support\Validator::extendScope()
, useful to have when need to deal with conditional rules http://laravel.com/docs/validation#conditionally-adding-rules. - Refactor
Orchestra\Support\Str::streamGetContents()
.