Skip to content

v6.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 13:09
· 510 commits to main since this release
cc1e484

Minor Changes

  • 0c75799: introduce command line interface for operating WhatsApp operations
  • 1341b78: use tsup to provide full CJS+ESM transpilation and support
  • 9b095c5: Add media file handling for Image/Video/Document message support
  • 7587307: move requestOptions option for CloudAPIMessage#createStatus inside
    options object. Update use from
    CloudAPIMessage.createStatus(/* ... */, requestOptions) to
    CloudAPIMessage.createStatus(/* ... */, { requestOptions }).

Patch Changes

  • 7a08e88: add default value for CloudAPI constructor parameters
  • 7587307: allow options objects to be omitted where not required in
    CloudAPIMessage#createStatus