UNPKG

396 BMarkdownView Raw
1# express-form changelog
2
3## v0.9.0 (2013/10/23)
4* add support for asynchronous custom validators/filters
5
6## v0.7.2 (2013/02/21)
7* cast to string for string-specific filters to prevent errors
8
9## v0.7.1 (2013/02/16)
10* use express 2.x as peer dependency
11
12## v0.7.0 (2013/02/13)
13* add express 3.x support
14* add express as peer dependency
15* add isDate validator
16* upgrade validator module to 0.4.x