PHP Classes

File: .changelog/CHANGELOG-1.0.0.md

Recommend this page to a friend!
  Packages of Axel Pardemann   PHP Value Objects   .changelog/CHANGELOG-1.0.0.md   Download  
File: .changelog/CHANGELOG-1.0.0.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Value Objects
Access data in containers using value objects
Author: By
Last change:
Date: 8 months ago
Size: 472 bytes
 

Contents

Class file image Download

Release 1.0.0

First stable release.

Added :sparkles:

  • Added the single value object contract.
  • Added the single value object through the trait `SingleValueObjectBehavior`.
  • Added the single immutable value object through the trait `SingleImmutableValueObjectBehavior`.
  • Added the `SingleValueObject` class for usage with inheritance.
  • Added the `SingleImmutableValueObject` class for usage with inheritance.

Previous: Release 0.0.0