Skip to content

Releases: orchestral/support

v2.2.2

26 Jul 14:46
Compare
Choose a tag to compare
  • Orchestra\Support\Traits\QueryFilterTrait::setupBasicQueryFilter() should allow filtering other than *_at fields.

v2.2.1

18 Jul 01:25
Compare
Choose a tag to compare
  • Fixes exception shouldn't be thrown when casting Orchestra\Support\Collection to CSV when no data is available.

v2.1.4

18 Jul 01:25
Compare
Choose a tag to compare
  • Fixes exception shouldn't be thrown when casting Orchestra\Support\Collection to CSV when no data is available.

v2.2.0

02 Jun 09:05
Compare
Choose a tag to compare
  • Bump minimum version to PHP v5.4.0.
  • Rename getSession and setSession to getSessionStore and setSessionStore for consistency on Orchestra\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

21 Apr 08:34
Compare
Choose a tag to compare
  • Convert Orchestra\Support\Nesty to utilize Orchestra\Support\Collection.

v2.1.2

21 Apr 08:22
Compare
Choose a tag to compare
  • Add Orchestra\Support\Collection which bring support to native to CSV export.

v2.1.1

04 Mar 12:47
Compare
Choose a tag to compare
  • Allow to specify $prefix and $suffix for Orchestra\Support\Str::replace() helper.
  • Implement PSR-4 autoloading structure.

v2.1.0

10 Jan 02:32
Compare
Choose a tag to compare
  • Orchestra\Support\Manager should be able to set blacklisted name, for example Orchestra\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 of Illuminate\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 use Orchestra\Support\Str::replace().
  • Refactor Orchestra\Support\Nesty::decendants().
  • Return Orchestra\Support\Nesty::getItems() as instance of Illuminate\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

21 Oct 01:16
Compare
Choose a tag to compare
  • Refactor and Simplify Orchestra\Support\Nesty.
  • Implement PSR-2 coding standard.

v2.0.10

08 Oct 02:25
Compare
Choose a tag to compare
  • 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().