Skip to content

Releases: Secreto31126/whatsapp-api-js

QR Codes Support

20 May 13:27
adaba71
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.3.0

Bug fix for Template.Parameter

17 May 00:32
03cbd8e
Compare
Choose a tag to compare

Error's messages improvement

15 May 22:20
8205037
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

ID support for Stickers and Videos objects

14 May 21:07
Compare
Choose a tag to compare

Even though it isn't mentioned in the API documentation, stickers and videos CAN take ids, and videos can also take captions. I discovered this reading the docs from Postman, but it didn't include stickers id neither, I had to test it to find out...

I ❤️ the documentation...

Full Changelog: v0.2.0...v0.2.1

Template.ButtonComponent improvement

09 May 04:46
c120b7e
Compare
Choose a tag to compare

What's Changed

Templates used to need a ButtonComponent per button. Now you only need 1 ButtonComponent for all the buttons. This also removed the need to include indexes and needing to specify the subtype for every component, reducing the complexity to use this class. It's a big breaking change, so I won't make the same mistake as with v0.0.4 and make it a big update :)

Full Changelog: v0.1.6...v0.2.0

Bug fix for Handlers.post()

04 May 05:00
214b62b
Compare
Choose a tag to compare

Statuses updates support

04 May 03:13
8435924
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

Phone class bug solved

04 May 00:38
c647c43
Compare
Choose a tag to compare

So, seems like wa_id and phone properties can and must co-exist for contacts to work as expected. Solved it :)

The release also includes small jsdoc improvements.

What's Changed

Full Changelog: v0.1.3...v0.1.4

Documentation Website

02 May 15:16
Compare
Choose a tag to compare

Added a documentation website, hosted in Firebase

Full Changelog: v0.1.2...v0.1.3

Template Support

01 May 08:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2