Skip to content

Latest commit

 

History

History
193 lines (84 loc) · 6.08 KB

File metadata and controls

193 lines (84 loc) · 6.08 KB

2.0.9 (2018-10-16)

Bug Fixes

  • multipart: do not process file when filename is empty (63a113d)

2.0.8 (2018-10-16)

Bug Fixes

  • bodyparser: set request.body after parsing the request daya (c06fdc7)

2.0.7 (2018-10-16)

Features

  • 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)

Features

  • move: accept option to overwrite the existing file (41b661f)

2.0.5 (2018-09-29)

Bug Fixes

  • dependency: media-typer shouldn't be a devDeps (7b465f7)

2.0.4 (2018-07-16)

Features

  • 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)

Bug Fixes

  • qs: pass queryString config to co-body (2b4e5ec)

2.0.2 (2018-02-07)

2.0.1 (2018-01-10)

Bug Fixes

  • multipart: ignore fields with no name (6cc93e2), closes #3

2.0.0 (2017-11-13)

Features

  • file: expose public file properties (5d4a7df)

BREAKING CHANGES

  • file: All apps relying on private properties of the file instance will break

1.0.8 (2017-10-29)

Bug Fixes

  • file: generate more unique tmp file names (257d031), closes #2

Features

  • file: add option to define custom tmp file names (0f50a83)

1.0.7 (2017-09-27)

1.0.6 (2017-09-02)

Bug Fixes

  • body: set request.body public body (62ff44b)

1.0.5 (2017-08-02)

Features

  • exceptions: use generic-exceptions package (f4f3fb4)
  • instructions: add instructions.js and md file (13ff287)

1.0.4 (2017-06-23)

Features

  • file: add moved method to indicate if file is moved (beb070e)

1.0.3 (2017-06-22)

1.0.2 (2017-06-22)

Bug Fixes

1.0.1 (2017-06-22)

1.0.0 (2017-06-13)

Bug Fixes

  • file: close fd when used fs.open (d0c1ac2)
  • package: add missing standardjs dependency (d895b64)
  • provider: fix wrong require statement (db57178)

Features

  • implement body parser (436bb11)
  • initial commit (a1a96a1)
  • bodyparser: handle ignore cases of multipart parsing (23ed658)
  • providers: add provider (6dee068)
  • request: a request macro to access file or files (4240022)