Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 606 Bytes

TODO.md

File metadata and controls

28 lines (17 loc) · 606 Bytes

TODO

Features

Configurability

What configuration options should be available?

  • Debugging?
  • Default message overrides?

Testing and Compatibility

  • Formidable and Connect-Form
  • Do not assume data is a String. May need to drop node-validator dependency.

Other

  • Async validation (for databases, etc)
  • Add notes on how to extend the filters and validators
  • Change node-validator toUppercase/toLowercase to use standard JS caps: toUpperCase, toLowerCase.