Releases: great-detail/WhatsApp-Nodejs-SDK
Releases · great-detail/WhatsApp-Nodejs-SDK
v6.8.2
v6.7.0
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
v6.6.3
v6.6.2
v6.6.1
Patch Changes
- 2ec69a4: build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.16.0 to
6.18.0 - fb266a5: build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.6.1
- f14d9c1: build(deps-dev): bump @typescript-eslint/parser from 6.16.0 to 6.18.0
- 28fe340: build(deps-dev): bump cspell from 8.3.0 to 8.3.2
- 1ddedd1: build(deps-dev): bump eslint-plugin-jsdoc from 47.0.1 to 48.0.2
v6.6.0
Minor Changes
- aa455aa: refactor: rename
requestProps
ofCreateMessageOptionsType
to
requestOptions
Patch Changes
- 3599139: refactor: add missing response messages.message_status field typing
- f531a68: refactor: add
error
as parameter in response to message sending - 5b9bf96: refactor: add
group
as a suggested value to
OutgoingMessage.recipient_type
- f05ab0c: fix: correct GraphResponse typing for createStatus method