Skip to content

Version 0.16.0

Compare
Choose a tag to compare
@christianalfoni christianalfoni released this 04 Oct 15:54
· 62 commits to master since this release
  • getErrorMessages() gives all registered errors
  • required and 'validations' can now be changed at runtime
  • You can now use application/x-www-form-urlencoded style on naming your elements (contacts[0][name]) and it will be converted to plain JS object (See readme for more details)
  • Elements no longer needs to have the same owner as the form element, nest and wrap as much as you want
  • Added Higher Order Component and Decorator to define Formsy Elements
  • Other smaller fixes, thanks to our little community :-)
  • Refactored and cleaned all tests to Nodeunit. No more tests sharing variables etc... I deserve lots of 🍺