2.0.3
The biggest change in this release is how deserialized values are validated.
By default, a value is compared against the 'instances' of Value Object, and if none match, then any user provided validation method is called.
What's Changed
- Prefer .From method for type conversion by @bobstanton in #175
New Contributors
- @bobstanton made their first contribution in #175
Full Changelog: 1.0.25...2.0.0