UNPKG

express-form

Version:

Form validation and data filtering for Express

29 lines (17 loc) 606 B
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: toUpper**C**ase, toLower**C**ase.