Skip to content

v4.5.0

Latest

Choose a tag to compare

@calmohallag calmohallag released this 07 Mar 12:13
· 2 commits to master since this release
c08c835

Changes:

  • refactor: remove 'abstract' access modifier from VOs

Notes:

Before: you must create a child VO class that extend VO class
After: you can use parent VO (Ex: StringValueObject) without create child class