Skip to content

Release v1.8.0

Compare
Choose a tag to compare
@IGood IGood released this 06 Jun 07:30
· 7 commits to main since this release
74c3bd8

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.