Releases: frankvanhest/value-objects
Releases · frankvanhest/value-objects
v4.0.0
Changes are:
- Added support for PHP 8.3
- Removed package dependency roave/dont
- Make sure only the magic methods
__call
,__callStatic
,__get
,__set
,__isset
and__unset
are prevented - Other magic methods are now allowed
- Updated PHPUnit to 10.5
Full Changelog: v3.0.0...v4.0.0
v3.1.0
What's Changed
- Updated GitHub actions with newer versions of checkout and cache by @frankvanhest in #22
Full Changelog: v3.0.0...v3.1.0
v2.1.0
What's Changed
- Updated GitHub actions with newer versions of checkout and cache by @frankvanhest in #19
Full Changelog: v2.0.0...v2.1.0
v1.1.0
What's Changed
- Updated GitHub actions with newer versions of checkout and cache by @frankvanhest in #18
Full Changelog: v1.0.0...v1.1.0
v3.0.0
First production ready release for PHP 8.2
v2.0.0
First production ready release for PHP 8.1 and 8.2
v1.0.0
First production ready release for PHP 8.0, 8.1 and 8.2
v0.32.0
Only supports PHP 8.2. All classes are now readonly.
v0.22.0
Added support for PHP 8.2
v0.12.0
Added support for PHP 8.2