Skip to content

Releases: Secreto31126/whatsapp-api-js

New beta versions

17 Jun 23:26
Compare
Choose a tag to compare
New beta versions Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.2...0.4.3-beta.2

Improved code porting to other Javascript's enviroments

17 Jun 05:10
Compare
Choose a tag to compare

Idk, I never in my life had so many ups and downs. Idk if I still need "cross-fetch", if the new req variable is a good idea and a lot more of things.

But one thing is certain: you can now run the code in Deno using https://esm.sh/whatsapp-api-js@0.4.2 .

And that's all I care for.

Now, I can sleep...

Quality of Life

16 Jun 00:16
ab79a8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

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