Skip to content

Commit 608b8e1

Browse files
committed
update README with breaking changes for 0.2.0
1 parent fcbffc3 commit 608b8e1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ Simple express middleware for uploading files.
66
[![downloads per month](http://img.shields.io/npm/dm/express-fileupload.svg)](https://www.npmjs.org/package/express-fileupload)
77
[![Coverage Status](https://img.shields.io/coveralls/richardgirges/express-fileupload.svg)](https://coveralls.io/r/richardgirges/express-fileupload)
88

9-
# Version 0.1.0 Breaking Changes!
9+
# Version 0.2.0 Breaking Changes
1010

11-
#### » No more urlencoded support
12-
As of `v0.1.0`, there is NO MORE `application/x-www-form-urlencoded` SUPPORT! Moving forward, express-fileupload is considered a "multipart" solution only.
11+
#### » Promise support for `.mv()`
12+
`.mv()` now returns a Promise when `callback` argument is not provided
1313

14-
If you want to parse `urlencoded` requests, [use body-parser](https://github.com/expressjs/body-parser#bodyparserurlencodedoptions).
15-
16-
#### &raquo; No more support for < Node.js v4
17-
No more support for versions of Node older than v4. Use with lower versions of Node at your own risk!
14+
#### &raquo; No more support for < Node.js v6
15+
No more support for versions of Node older than v6. Use with lower versions of Node at your own risk!
1816

1917
# Install
2018
```bash

0 commit comments

Comments
 (0)