Skip to content

Version 7.2.0

Compare
Choose a tag to compare
@danialfarid danialfarid released this 12 Sep 16:52
· 318 commits to master since this release

file option now accepts a map of key,name -> file which would replace the old fileFormDataName and fileName options. The name is optional.

Migration notes:

*fileFormDataName and fileName are removed. Use a map of key, name -> file for the file option instead. Sample: {'doc, myDoc.pdf': docFile, 'pic, profile.png': picFile}