You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,15 @@ Please see [UPGRADING](UPGRADING.md) for details on how to upgrade.
16
16
17
17
* Renamed `Item::addHidden` to `Item::makeHidden`.
18
18
* Merged `Item::addVisible` and `Item::withHidden` into `Item::makeVisible`.
19
+
* Changed visibility of `Item::getAttributeValue` to public.
19
20
* The item's `toArray` method will now cast any attributes that implement `Illuminate\Contracts\Support\Arrayable` to an array.
20
21
* The item's `newInstance` method will now copy the type of the original item.
21
22
22
23
### Removed
23
24
24
25
* Removed Laravel <6 and PHP <7.2 support.
25
26
* 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']`).
26
28
* Extracted Laravel parts (config, service provider and facades) into [swisnl/json-api-client-laravel](https://github.com/swisnl/json-api-client-laravel).
0 commit comments