Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Releases: michael-rubel/laravel-loop-functions

v3.4.3

19 Jan 10:57
6578160
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.2...3.4.3

v3.4.2

03 Jan 14:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.1...3.4.2

v3.4.1

10 Dec 18:24
6b3b6e9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.0...3.4.1

v3.4.0

06 Apr 11:06
Compare
Choose a tag to compare

Added

v3.3.0

06 Apr 07:47
Compare
Choose a tag to compare

Changed

  • Access to dynamic properties is now configurable and enabled by default.

v3.2.0

01 Apr 14:46
Compare
Choose a tag to compare

Changed

  • Removed check for property existence to allow dynamic properties.

3.1.0

29 Mar 13:41
Compare
Choose a tag to compare

Added

  • dumpProperties function to list all class properties as a key-valued array or collection.

v3.0.0

29 Mar 08:58
Compare
Choose a tag to compare

Changed

  • Recursive array/collection mapping now overrides the default value, but not the value assigned by the mapper itself.

v2.1.0

25 Mar 17:50
Compare
Choose a tag to compare

Added

  • propertiesFrom method.

Changed

  • Allow default class values to be overridden.

v2.0.4

16 Feb 14:20
Compare
Choose a tag to compare

Changed

  • Trait refactoring.