Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Releases: mcustiel/TypedPhp

Added Flyweight implementation for non scalar values

19 Mar 21:03

Choose a tag to compare

Now any primitive value can be created in flyweight implementation.

Added Flyweight implementation for scalar values

04 Mar 14:28

Choose a tag to compare

BooleanValue

26 Feb 12:43

Choose a tag to compare

Added wrapper for Boolean and all related collections.

Immutability

25 Feb 23:20

Choose a tag to compare

  • Added immutable arrays.
  • Renamed namespace ValueObjects to Types.

Initial release

25 Feb 16:58

Choose a tag to compare

  • Object wrappers for primitives
  • Typed arrays.