Releases: Secreto31126/whatsapp-api-js
New beta versions
What's Changed
- Improving the Github Actions by @Secreto31126 in #18
Full Changelog: v0.4.2...0.4.3-beta.2
Improved code porting to other Javascript's enviroments
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
What's Changed
- Removed unecessary conditional chainings by @Secreto31126 in #15
Full Changelog: v0.3.0...v0.3.1
QR Codes Support
Bug fix for Template.Parameter
Full Changelog: v0.2.2...v0.2.3
Error's messages improvement
ID support for Stickers and Videos objects
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
What's Changed
- JSDoc-update by @Secreto31126 in #10
- ButtonComponent Improvement by @Secreto31126 in #11
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()
Ops :)
Full Changelog: v0.1.5...v0.1.6
Statuses updates support
What's Changed
- Added statuses updates via POST support by @Secreto31126 in #9
Full Changelog: v0.1.4...v0.1.5