Skip to content

Releases: jimmywarting/FormData

Avoid node crash

12 Feb 14:30
Compare
Choose a tag to compare

don't crash in node (#72)

Applied standard format
inlined the decorators
added test for few arguments

normalize linefeeds for textareas

21 Dec 13:49
Compare
Choose a tag to compare
As the native FormData implementation converts linefeeds (LF) provided through user input to CRLF, the polyfill should do the same.

Fix formdata incorrectly populating buttons into the dataset

30 Nov 18:48
4c62584
Compare
Choose a tag to compare

fix file input iteration

03 Sep 14:44
Compare
Choose a tag to compare

Fix disabled select options

26 Jun 21:12
Compare
Choose a tag to compare

this minor version fix solved the issue where selected + disabled option where added to the formdata when it should not have done that, Also changed the default filename from Blob to blob

Bugfixes

23 Dec 13:57
Compare
Choose a tag to compare
  • Fix filename not being correct #43
  • Set default Content-Type header for request where type is blob #44
  • degraded selectedoptions to loop over option element instead #45

disabled elements and global shim

22 Nov 12:55
Compare
Choose a tag to compare
  • Ignore disabled elements when passing a form to the constructor.
  • FormData no longer export anything it's now available from window.FormData

Fixes radio button

22 Aug 06:54
Compare
Choose a tag to compare
2.0.4

fixes radio button

Bug fix

12 Jul 12:25
Compare
Choose a tag to compare
2.0.3

Update package.json