Skip to content

Releases: j05u3/whatsapp-cloud-api-express

v3.1.0

14 Oct 02:55
5e6cd12
Compare
Choose a tag to compare

3.1.0 (2024-10-14)

Features

  • createbot.ts, createbot.types.ts, messages.types.ts: support for product and catalog messages (cadfd55)

Bug Fixes

  • "Add missing 'order' case in expressRouter.ts to properly handle incoming order messages" (0953a89), closes #5

v3.0.0

06 Mar 16:42
Compare
Choose a tag to compare

3.0.0 (2024-03-06)

⚠ BREAKING CHANGES

  • expressrouter: it's mandatory to specify the appSecret parameter, you can just set it to null but
    it's mandatory to specify it

Features

  • expressrouter: added optional verification of signatures of requests coming from facebook (9e6aa69)

v2.7.0

04 Nov 18:04
Compare
Choose a tag to compare

2.7.0 (2023-11-04)

Features

v2.6.0

02 Oct 18:02
dd1746a
Compare
Choose a tag to compare

2.6.0 (2023-10-02)

Features

  • send.options: added a reply option into the sender functions to quote a message (111fe81)

v2.5.0

02 Oct 15:56
554151b
Compare
Choose a tag to compare

2.5.0 (2023-10-02)

Features

  • sendfunction: created a function sendFunction to react to a message (bddaf6c)

v2.4.0

01 Oct 22:29
Compare
Choose a tag to compare

2.4.0 (2023-10-01)

Features

  • responselogger: responseLogger type fixed (120f31e)

v2.3.0

01 Oct 22:24
Compare
Choose a tag to compare

2.3.0 (2023-10-01)

Features

  • responselogger: responseLogger now has types (781a1ed)

v2.2.0

06 Sep 16:43
Compare
Choose a tag to compare

2.2.0 (2023-09-06)

Features

  • docs: updated README.md (f29c63e)

v2.1.0

21 Aug 06:29
Compare
Choose a tag to compare

2.1.0 (2023-08-21)

Features

v2.0.0

21 Aug 04:35
Compare
Choose a tag to compare

2.0.0 (2023-08-21)

⚠ BREAKING CHANGES

  • Migrated from express handlers to express router

Features

  • migrate from express handlers to express router (67d31bf)