Skip to content

Releases: great-detail/WhatsApp-Nodejs-SDK

v6.8.2

22 Jan 13:55
dd3514c
Compare
Choose a tag to compare

Patch Changes

  • c2707b1: add message send media command
  • 908b5c7: use cross-fetch's Request and Response over incompatible native
    objects

v6.7.0

19 Jan 13:09
cc1e484
Compare
Choose a tag to compare

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

v6.6.3

15 Jan 08:35
387a15f
Compare
Choose a tag to compare

Patch Changes

  • b534212: bump @great-detail/prettier-config from 0.0.2 to 0.1.1
  • 786e136: bump eslint-plugin-jest from 27.6.1 to 27.6.3
  • fe2b66d: bump @types/node from 20.10.7 to 20.11.0
  • 5a0c1d0: bump prettier from 3.1.1 to 3.2.2
  • 4971ff7: bump nock from 13.4.0 to 13.5.0

v6.6.2

11 Jan 10:07
5d4b094
Compare
Choose a tag to compare

Patch Changes

  • 06c14f0: chore: move @changesets/cli to devDependencies

v6.6.1

09 Jan 10:58
0ce19a3
Compare
Choose a tag to compare

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

05 Jan 13:31
0b32906
Compare
Choose a tag to compare

Minor Changes

  • aa455aa: refactor: rename requestProps of CreateMessageOptionsType 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

v6.5.2

04 Jan 11:16
657333e
Compare
Choose a tag to compare

Patch Changes

  • d3e7d5d: fix: correct usable node versions to >=18.x
  • 273f996: fix: remove requestInit passing to fetch call

v6.5.1

04 Jan 09:57
36776c8
Compare
Choose a tag to compare

Patch Changes

  • 1f3f833: fix: allow header merging when using GraphRequest.send method

v6.5.0

04 Jan 09:20
bd917d7
Compare
Choose a tag to compare

Minor Changes

  • 5b89c1e: refactor: revamp internal GraphRequest construction with version,
    endpoint, baseUrl visibility

Patch Changes

  • 7d9ff48: refactor: remove on-premises API related types
  • b93f020: feat: introduce isUpgraded dynamic property on GraphResponse,
    indicative of API versioning upgrades

v6.4.8

03 Jan 16:31
d0b6c24
Compare
Choose a tag to compare

Patch Changes

  • 3a01264: refactor: pass class logger instance to GraphRequest.create calls