Releases: j05u3/whatsapp-cloud-api-express
Releases · j05u3/whatsapp-cloud-api-express
v3.1.0
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
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
2.7.0 (2023-11-04)
Features
v2.6.0
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
2.5.0 (2023-10-02)
Features
- sendfunction: created a function sendFunction to react to a message (bddaf6c)
v2.4.0
2.4.0 (2023-10-01)
Features
- responselogger: responseLogger type fixed (120f31e)
v2.3.0
2.3.0 (2023-10-01)
Features
- responselogger: responseLogger now has types (781a1ed)
v2.2.0
2.2.0 (2023-09-06)
Features
v2.1.0
2.1.0 (2023-08-21)
Features
v2.0.0
2.0.0 (2023-08-21)
⚠ BREAKING CHANGES
- Migrated from express handlers to express router
Features
- migrate from express handlers to express router (67d31bf)