Initial release in pretty much proof of concept state.
What's working:
- Type-safe builder
- Works with properties on data classes
- Recursively validate nested data classes
- Validate nullable properties
- Simple Hint/Error string interpolation with values from constraints
Next steps:
v0.0.2
Validation of collection type propertiesv0.1.0
Library of default constraints similar to JSON Schemav0.2.0
i18n and l10n support for hints