Skip to content

Releases: great-detail/WhatsApp-Nodejs-SDK

v6.3.0

29 Dec 16:44
69d2a85
Compare
Choose a tag to compare

Minor Changes

  • 6b323d7: introduce multi-module compilation for cjs and mjs support

v6.2.1

29 Dec 10:44
ba511c6
Compare
Choose a tag to compare

Patch Changes

  • 3c1d164: use @great-detail/prettier-config

v6.2.0

28 Dec 14:50
da883e7
Compare
Choose a tag to compare

Minor Changes

  • 4faaa2c: remove start of on-premises API

Patch Changes

  • 53b72ae: build(deps-dev): bump @types/jest from 29.5.10 to 29.5.11
  • 6d13401: build(deps-dev): bump cspell from 8.1.3 to 8.2.4
  • 9e4d740: build(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.16.0
  • 1027c91: build(deps-dev): bump eslint from 8.55.0 to 8.56.0
  • 45ed5be: build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.15.0

v6.1.0

20 Dec 14:10
4e6cc09
Compare
Choose a tag to compare

Minor Changes

  • 2eb8f91: Introduce On-Premises API Compatibility

Patch Changes

  • 4611d88: add base for URL in webhook registration method

v6.0.3

18 Dec 10:11
5eb6808
Compare
Choose a tag to compare

Patch Changes

  • 914d664: bump eslint-plugin-jsdoc from 46.9.0 to 46.9.1
  • 47046d2: bump @babel/core from 7.23.5 to 7.23.6
  • 79d4d78: bump @types/node from 20.10.3 to 20.10.5
  • de6edf3: bump @babel/preset-env from 7.23.5 to 7.23.6

v6.0.2

16 Dec 13:00
ca0d533
Compare
Choose a tag to compare

Patch Changes

  • c4a11b8: Add empty object default for CloudAPI.message method

v6.0.1

16 Dec 12:11
a11b31b
Compare
Choose a tag to compare

Patch Changes

  • 89aeb49: Move Versioning Process to Changesets

v6.0.0

16 Dec 11:33
4e0f0ee
Compare
Choose a tag to compare

6.0.0 (2023-12-16)

Bug Fixes

  • correct import for AccountID (4e0f0ee)

Features

  • allow businessID to be undefined in CloudAPI constructor (99d0a82)

BREAKING CHANGES

  • if no value for businessID is specified in the constructor of CloudAPI, a value must be specified in the parameters object of the new CloudAPI.message method

v5.5.1

16 Dec 09:43
3f296e3
Compare
Choose a tag to compare

5.5.1 (2023-12-16)

Bug Fixes

  • correct default parameters object for CloudAPI.createVerifyToken (3f296e3)

v5.5.0

16 Dec 08:13
a051124
Compare
Choose a tag to compare

5.5.0 (2023-12-16)

Features

  • introduce CloudAPI.createVerifyToken() (90ac8fd)

Reverts