Skip to content

Releases: form-data/form-data

Added `hasKnownLength` method

25 Sep 22:14
Compare
Choose a tag to compare
  • To improve node-fetch integration

Replaced async with asynckit. Modernized

17 Sep 06:05
Compare
Choose a tag to compare
  • Dropped support for node@0.10
  • Cleaned up code and tools.

It Happened

17 Sep 06:09
Compare
Choose a tag to compare
v1.0.0

1.0.0

Last one before 1.0

15 Mar 16:35
Compare
Choose a tag to compare
  • Avoid undefined variable reference in older browsers #176
  • Refreshed dependencies
  • Housecleaning

Decouple Options and Better Defaults

30 Jul 05:35
Compare
Choose a tag to compare
  • 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.

Browser support

22 Jul 02:53
Compare
Choose a tag to compare
  • Added proper line-endings to the last boundary.
  • Returning browser-native FormData when used with browserify or webpack.

Small step for the build

13 Jun 15:49
Compare
Choose a tag to compare
  • Updated dependencies
  • Dropped 0.8 support (modernized tests)

Browserify-friendly mime package

08 Dec 17:51
Compare
Choose a tag to compare

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

Respect bytes range in a read stream

24 Jun 07:23
Compare
Choose a tag to compare