2.0.9 (2018-10-16)
- multipart: do not process file when filename is empty (63a113d)
2.0.8 (2018-10-16)
- bodyparser: set request.body after parsing the request daya (c06fdc7)
2.0.7 (2018-10-16)
- file: expose public runValidations method (a362492)
- requestMacro: add files macro to access all files as an object (a11aaff)
- validations: extend validator with files validations (d0d0b68)
2.0.6 (2018-10-11)
- move: accept option to overwrite the existing file (41b661f)
2.0.5 (2018-09-29)
- dependency: media-typer shouldn't be a devDeps (7b465f7)
2.0.4 (2018-07-16)
- bodyparser: set raw body along with parsed body (d686e61), closes #11
- file: add support for extension validation (96cfb0c), closes #9
2.0.3 (2018-04-26)
- qs: pass queryString config to co-body (2b4e5ec)
2.0.2 (2018-02-07)
2.0.1 (2018-01-10)
2.0.0 (2017-11-13)
- file: expose public file properties (5d4a7df)
- file: All apps relying on private properties of the file instance will break
1.0.8 (2017-10-29)
- file: add option to define custom tmp file names (0f50a83)
1.0.7 (2017-09-27)
1.0.6 (2017-09-02)
- body: set request.body public body (62ff44b)
1.0.5 (2017-08-02)
- exceptions: use generic-exceptions package (f4f3fb4)
- instructions: add instructions.js and md file (13ff287)
1.0.4 (2017-06-23)
- file: add moved method to indicate if file is moved (beb070e)