-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the deprecated addToBody option and return files as buffers when attachFieldsToBody is set to keyValues #481
Commits on Jul 31, 2023
-
Return buffers directly when
attachFieldsToBody
is set to `'keyValu……es'` (#468) * return buffer directly * add test * move tap path to taprc * update README.md * typo * refactor keyValues handler * use already set variable * use for...of * ditch for...of for Arrays * use keys rather than entries
Configuration menu - View commit details
-
Copy full SHA for b1989fa - Browse repository at this point
Copy the full SHA b1989faView commit details
Commits on Sep 1, 2023
-
Remove legacy addToBody and callback API (#465)
* remove deprecated method * remove unused package * revert modification * remove addToBody documentation * remove request.multipart type * remove legacy comment
Configuration menu - View commit details
-
Copy full SHA for 1d824e3 - Browse repository at this point
Copy the full SHA 1d824e3View commit details -
Use for loop for arrays and fix schema option for
keyValues
(#474)* only add schema when attachfieldstobody is true * fs/promises * use `for` for arrays * conditionally call Object.values
Configuration menu - View commit details
-
Copy full SHA for 14f91e9 - Browse repository at this point
Copy the full SHA 14f91e9View commit details
Commits on Sep 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 180d3cc - Browse repository at this point
Copy the full SHA 180d3ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2391c9f - Browse repository at this point
Copy the full SHA 2391c9fView commit details -
Merge pull request #478 from gurgunday/merge-main
Merge main into next
Configuration menu - View commit details
-
Copy full SHA for 71fb36f - Browse repository at this point
Copy the full SHA 71fb36fView commit details
Commits on Sep 27, 2023
-
Update test/multipart-attach-body.test.js
Co-authored-by: Frazer Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea147c6 - Browse repository at this point
Copy the full SHA ea147c6View commit details -
Co-authored-by: Frazer Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e04a5c - Browse repository at this point
Copy the full SHA 1e04a5cView commit details