Skip to content

Commit afc3b65

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent f87a2cb commit afc3b65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ Please see [UPGRADING](UPGRADING.md) for details on how to upgrade.
1616

1717
* Renamed `Item::addHidden` to `Item::makeHidden`.
1818
* Merged `Item::addVisible` and `Item::withHidden` into `Item::makeVisible`.
19+
* Changed visibility of `Item::getAttributeValue` to public.
1920
* The item's `toArray` method will now cast any attributes that implement `Illuminate\Contracts\Support\Arrayable` to an array.
2021
* The item's `newInstance` method will now copy the type of the original item.
2122

2223
### Removed
2324

2425
* Removed Laravel <6 and PHP <7.2 support.
2526
* Removed `jenssegers/model` dependency and added the classes into the package.
27+
* Removed unintended array access to internal properties on the item (e.g. `$item['attributes']`).
2628
* Extracted Laravel parts (config, service provider and facades) into [swisnl/json-api-client-laravel](https://github.com/swisnl/json-api-client-laravel).
2729

2830
## [1.3.3] - 2021-01-18

0 commit comments

Comments
 (0)