Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
* Update support to Laravel Framework v5.3.
* Core:
  - Add `Orchestra\Support\Traits\DataContainerTrait::secureGet()` and `Orchestra\Support\Traits\DataContainerTrait::secureSet()`.
  - Tweak how attributes are removed via `Orchestra\Support\Traits\DataContainerTrait::forget()` method. ([@stevebauman](https://github.com/stevebauman))
  - Add `Orchestra\Support\Traits\DataContainerTrait::allWithRemoved()`.
  - Remove `Trait` suffix and deprecate old traits.
  - Call method directly instead of using `call_user_func()`.
  - `Orchestra\Support\Str::prepareBindings()` should only convert scalar values such as `integer`, `float`, `string` or `boolean`.
* Facades:
  - Remove `Orchestra\Support\Facades\Resources`.
* Providers:
  - Remove `Trait` suffix and deprecate old traits.
  - Call method directly instead of using `call_user_func()`.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Jun 14, 2016
1 parent e6525ab commit 0ab005a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ title: Support Change Log

---

## Version 3.3 {#v3-3}

### v3.3.0 {#v3-3-0}

* Update support to Laravel Framework v5.3.
* Core:
- Add `Orchestra\Support\Traits\DataContainerTrait::secureGet()` and `Orchestra\Support\Traits\DataContainerTrait::secureSet()`.
- Tweak how attributes are removed via `Orchestra\Support\Traits\DataContainerTrait::forget()` method. ([@stevebauman](https://github.com/stevebauman))
- Add `Orchestra\Support\Traits\DataContainerTrait::allWithRemoved()`.
- Remove `Trait` suffix and deprecate old traits.
- Call method directly instead of using `call_user_func()`.
- `Orchestra\Support\Str::prepareBindings()` should only convert scalar values such as `integer`, `float`, `string` or `boolean`.
* Facades:
- Remove `Orchestra\Support\Facades\Resources`.
* Providers:
- Remove `Trait` suffix and deprecate old traits.
- Call method directly instead of using `call_user_func()`.

## Version 3.2 {#v3-2}

### v3.2.4 {#v3-2-4}
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Laravel | Support (Providers)
5.0.x | 3.0.x
5.1.x | 3.1.x
5.2.x | 3.2.x
5.3.x | 3.3.x@dev
5.3.x | 3.3.x

## Installation

Expand Down

0 comments on commit 0ab005a

Please sign in to comment.