Skip to content
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

Merged
merged 8 commits into from
Sep 28, 2023

Commits on Jul 31, 2023

  1. 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
    gurgunday authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b1989fa View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. 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
    gurgunday authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1d824e3 View commit details
    Browse the repository at this point in the history
  2. 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
    gurgunday authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    14f91e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    180d3cc View commit details
    Browse the repository at this point in the history
  2. fix lint

    gurgunday committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    2391c9f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #478 from gurgunday/merge-main

    Merge main into next
    Uzlopak authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    71fb36f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Update test/multipart-attach-body.test.js

    Co-authored-by: Frazer Smith <[email protected]>
    gurgunday and Fdawgs authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ea147c6 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Frazer Smith <[email protected]>
    gurgunday and Fdawgs authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1e04a5c View commit details
    Browse the repository at this point in the history