Release v1.8.0
Added support for validation (#17).
For a property named Foo
, a method named IsValidFoo
will be used (if it exists) by the property to perform validation.
See property features section in the readme for more details.
Added more generated documentation for "Gen" methods - now has info about associated methods/events for validation, coercion, & changes.