Form Data Versions Save

A module to create readable `"multipart/form-data"` streams. Can be used to submit forms and file uploads to other web applications.

v2.1.0

7 years ago
  • To improve node-fetch integration

v1.0.0

7 years ago

v2.0.0

7 years ago

v1.0.0-rc4

8 years ago
  • Avoid undefined variable reference in older browsers #176
  • Refreshed dependencies
  • Housecleaning

v1.0.0-rc3

8 years ago
  • Content-Type can now be set independently of filename.
  • Content-Type will now default to "application/octet-stream" for buffers.
  • #append now accepts a filename as the third option, similar to the browser.

v1.0.0-rc2

8 years ago
  • Added proper line-endings to the last boundary.
  • Returning browser-native FormData when used with browserify or webpack.

v1.0.0-rc1

8 years ago
  • Updated dependencies
  • Dropped 0.8 support (modernized tests)

0.2

9 years ago

Replaced mime module with mime-types for better Browserify support.

0.1.4

9 years ago
  • Fixed #71