Releases: jimmywarting/FormData
Releases · jimmywarting/FormData
Avoid node crash
don't crash in node (#72)
Applied standard format
inlined the decorators
added test for few arguments
normalize linefeeds for textareas
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
3.0.13 updated compatibility table
fix file input iteration
Fix disabled select options
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
disabled elements and global shim
- 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
2.0.4 fixes radio button
Bug fix
2.0.3 Update package.json