Skip to content

v1.0.7

Latest
Compare
Choose a tag to compare
@LinusMuema LinusMuema released this 31 May 20:05
3f265f8

Changelog

  1. 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.
  2. Form reset: the form state and field states have a new function to reset the input/inputs.
  3. 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