Releases: ekvedaras/class-factory
Releases · ekvedaras/class-factory
v1.2.1
05 Jan 12:41
Compare
Sorry, something went wrong.
No results found
Updated
Dev dependencies
Rector
Enable PHP CS Fixer parallel
Resolve PHP 8.4 deprecation
Additional state closure example in readme
v1.2.0
15 Feb 17:33
Compare
Sorry, something went wrong.
No results found
Added
Ability to customize how the class is created via newInstance. @erikgaal
v1.1.5
16 Jan 08:45
Compare
Sorry, something went wrong.
No results found
Add phpstan with level 9
Start testing with php 8.2
v1.1.4
12 Jan 11:27
Compare
Sorry, something went wrong.
No results found
v1.1.3
02 Nov 06:52
Compare
Sorry, something went wrong.
No results found
Fixed
Revert to old behaviour of resolving closure states as it breaks more things than it solves.
v1.1.2
01 Nov 13:41
Compare
Sorry, something went wrong.
No results found
Fixed
Handling of non-existing properties while collapsing states
v1.1.1
01 Nov 13:24
Compare
Sorry, something went wrong.
No results found
Fixed
Unwrap closure states after collapsing properties without property closure states and before collapsing property closure states.
v1.1.0
01 Nov 12:25
Compare
Sorry, something went wrong.
No results found
Added
ClosureValue to wrap closures that should be passed to class constructor as plain closures will be evaluated before doing so.
Fixed
Make sure property closure states get the most up-to-date attributes.
v1.0.2
30 Sep 20:19
Compare
Sorry, something went wrong.
No results found
Fixed
Do not cal invokable classes when collapsing states. Check for closures instead of callables.
v1.0.1
03 Sep 07:18
Compare
Sorry, something went wrong.
No results found
Fixed
Make sure closures in definition get filled attributes array.
Updated
Improve clarity in collapseStates() method.