You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ Simple express middleware for uploading files.
8
8
9
9
# Version 0.1.0 Breaking Changes
10
10
11
-
## BREAKING CHANGE: No more urlencoded support
11
+
###BREAKING CHANGE: No more urlencoded support
12
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.
13
13
14
14
If you want to parse `urlencoded` requests, [use body-parser](https://github.com/expressjs/body-parser#bodyparserurlencodedoptions).
15
15
16
-
## BREAKING CHANGE: Official support for Node v4.x.x +
17
-
Use with lower versions of Node at your own risk!
16
+
###BREAKING CHANGE: Support for Node v4.x.x and above
17
+
No more support for Node 0.8+. Use with lower versions of Node at your own risk!
0 commit comments