UNPKG

606 BMarkdownView Raw
1TODO
2================================================================================
3
4
5Features
6--------
7
8### Configurability
9
10What configuration options should be available?
11
12* Debugging?
13* Default message overrides?
14
15
16Testing and Compatibility
17-------------------------
18
19* Formidable and Connect-Form
20* Do not assume data is a String. May need to drop `node-validator` dependency.
21
22
23Other
24-----
25
26* **Async validation (for databases, etc)**
27* Add notes on how to extend the filters and validators
28* Change node-validator toUppercase/toLowercase to use standard JS caps: toUpper**C**ase, toLower**C**ase.