Skip to content

Commit 4da989a

Browse files
committed
update readme and changelog for new versions
1 parent 98fdd7c commit 4da989a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# express-form changelog
22

3+
## v0.10.0 (2013/10/23)
4+
* add support for asynchronous custom validators/filters
5+
36
## v0.8.1 (2013/02/21)
47
* cast to string for string-specific filters to prevent errors
58

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Express Form provides data filtering and validation as route middleware to your
66

77
## Install
88

9-
* **Express 2.x** `npm install express-form@0.7.x`
9+
* **Express 2.x** `npm install express-form@0.9.x`
1010

11-
* **Express 3.x** `npm install express-form@0.8.x`
11+
* **Express 3.x** `npm install express-form@0.10.x`
1212

1313
## Usage
1414

0 commit comments

Comments
 (0)