Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 15:23
· 2 commits to master since this release
7f49556

2.0.0 (2021-01-09)

Code Refactoring

  • change the way fromNative is managed and remove need for defining "type" (0623a1e)

Features

  • add null check for Enum and NullScalar (de9bed9)
  • add NullableValueObject (d4beacc)
  • allow common interface for checking if VO is null (2f40df8)

BREAKING CHANGES

  • value objects no longer require the second "type" argument to the super method in
    the constructor and it has been removed