Skip to content

Releases: vendimia/data-container

0.2.0

29 Sep 01:46

Choose a tag to compare

Add new ValueObject class

A class extending a ValueObject class should define its properties as
"public readonly" (on PHP8.1+) or "protected" (on PHP8.0) on the constructor.

ValueObject objects are immutable. Private or public properties can be accessed
like public properties or array indexes. Readonlyness in PHP8.0 is achieved
by implementing a magic __set() method.

0.1.1

27 Jul 04:05

Choose a tag to compare

Added return types for PHP 8.1

0.1

21 May 02:43

Choose a tag to compare

0.1
Message for disabled test