Changelog
- Cards validation: the new cards validation makes use of the Luhn algorithm to verify the validity of credit cards rather than the previous regex expression.
- Form reset: the form state and field states have a new function to reset the input/inputs.
- Default values: your data classes can now contain default values for other fields which aren't part of the form fields.
Minor changes:
- More unit tests
- Docs updates