Releases: kevbaldwyn/ts-valueobjects
Releases · kevbaldwyn/ts-valueobjects
v2.1.0
v2.0.0
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