This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
Releases: michael-rubel/laravel-loop-functions
Releases · michael-rubel/laravel-loop-functions
v3.4.3
v3.4.2
v3.4.1
What's Changed
- Use
Laravel Pint
instead ofPHP_CodeSniffer
by @michael-rubel in #1 - Add B/C check by @michael-rubel in #2
- Drop support of Laravel 8 and ensure support of PHP
8.2
by @michael-rubel in #3
New Contributors
- @michael-rubel made their first contribution in #1
Full Changelog: 3.4.0...3.4.1
v3.4.0
Added
WithDynamicProperties
trait that contains magic methods to allow the dynamic properties to work even after thedeprecation
.
v3.3.0
Changed
- Access to dynamic properties is now configurable and enabled by default.
v3.2.0
Changed
- Removed check for property existence to allow dynamic properties.
3.1.0
Added
dumpProperties
function to list all class properties as a key-valued array or collection.
v3.0.0
Changed
- Recursive array/collection mapping now overrides the default value, but not the value assigned by the mapper itself.
v2.1.0
Added
propertiesFrom
method.
Changed
- Allow default class values to be overridden.
v2.0.4
Changed
- Trait refactoring.