Commits
Branch selector
User selector
Commit History
Commits on Apr 15, 2019
- authored andcommitted
- committed
Commits on Apr 12, 2019
Commits on Feb 27, 2019
- committed
Merge pull request #1 from lhellemons/bugfix/value-object-superclass-constructor
Show description for 8849c6cauthoredMerge pull request #2 from lhellemons/bugfix/phpunit-test-folder
Show description for 81f8f93authoredPHPUnit correction
Show description for ed51d86committed- Removed ValueObjectTrait abstract constructor definition (PHP breaks if the constructor is overloaded in a child class without also specifying a constructor in the parent class)
Show description for 97ec62acommitted
Commits on Feb 21, 2019
- committed
- Added overridable defineInstances method to allow bulk instance definition
Show description for 7abfc3dcommitted
Commits on Feb 5, 2019
Replaced exception-throwing default constructor in ValueObjectTrait with an abstract definition.
Show description for 5a5a99acommitted- committed
Commits on Feb 4, 2019
- committed
- committed
- committed
- committed
Added WeakRef support
Show description for 118c927committedAdded code to ValueObjectTrait that prevents it being unserialized, cloned or changed via magic methods
Show description for e36a73ccommitted
Commits on Jan 30, 2019
- committed
Updated SingleValueObjectTrait to call the overridden version of the validate and normalize methods
Show description for d73ac20committed
Commits on Jan 29, 2019
- committed
Added PHP 7.1 support
Show description for 5eaf418committed
Commits on Dec 4, 2018
- committed
- committed
- Updated Enum API to work with overridable constructors instead of an initialize method (initialize way didn't allow specifying and typing the arguments)
Show description for 4a08e96committed- committed
- committed
- committed
- Added functionality to ClassType for
Show description for 2ff7558committed