Skip to content

Releases: lhellemons/php-value-objects

Release 1.0.1

27 Feb 16:31
Compare
Choose a tag to compare
  • It's now possible to create value object subclasses without having to specify the constructor in the parent class

1.0.0

21 Feb 20:43
Compare
Choose a tag to compare

The first major release!

1.0.0 alpha 3

04 Feb 21:20
Compare
Choose a tag to compare
1.0.0 alpha 3 Pre-release
Pre-release

Updated composer.json to packagist format

1.0.0 alpha 2

04 Feb 21:16
Compare
Choose a tag to compare
1.0.0 alpha 2 Pre-release
Pre-release

Even further along to a first stable release :).

1.0.0 alpha 1

04 Feb 19:03
Compare
Choose a tag to compare
1.0.0 alpha 1 Pre-release
Pre-release

We're underway to a stable release! The API might be extended but it's very unlikely to change between here and 1.0.

0.2.0

30 Jan 09:44
Compare
Choose a tag to compare

Added PHP 7.1 support
Improved documentation
Improved naming and handling of SingleValueObjectTrait validation and normalization methods