Releases: wppconnect-team/wa-js
Releases · wppconnect-team/wa-js
v1.0.15
1.0.15 (2021-11-27)
Bug Fixes
- changed fromBuffer property to fileTypeFromBuffer (#135) (c5c6667)
- Fixed compability with WhatsApp version 2.2134.10 (7208966)
- Fixed compability with WhatsApp version 2.2144.11 (25e8fd1)
- Fixed compability with WhatsApp version 2.2146.9 (4a3a0b9)
- Fixed compability with WhatsApp version 2.2146.9 (2310df4)
- Fixed registerRevokeMessageEvent register (ec26274)
- Reverted file-type update (d665164)
Features
Performance Improvements
- Improved module resolution time (f63778b)
v1.0.14
1.0.14 (2021-11-18)
Bug Fixes
- Fixed self contact name in WPP.chat.sendVCardContact (ba40ed1)
- Fixed typescript definitions (77aac88)
Code Refactoring
- Renamed sendVCardContact to sendVCardContactMessage (13fb994)
BREAKING CHANGES
- Renamed sendVCardContact to sendVCardContactMessage
v1.0.13
1.0.13 (2021-11-18)
Bug Fixes
- Disabled deviceName by default (c2f6287)
- Improved speed of WPP.contact.queryExists to use local contact list first (fb0bd95)
Features
- Added WPP.version and WPP.license (31eaddd)
v1.0.12
1.0.12 (2021-11-15)
Features
- Added msg_ack_change event for WPP.chat (827952b)
- Added WPP.chat.sendVCardContact function (01c9fbe)
- Now WPP.chat.sendFileMessage auto detect the content (09ce7e3)
v1.0.11
1.0.11 (2021-11-11)
Features
- Added WPP.contact.queryExists function (04262f5)
- Added WPP.group.create function (6bc2260)
v1.0.10
1.0.10 (2021-11-06)
Bug Fixes
- Fixed getMessages for non multidevices (fix wppconnect-team/wppconnect#629) (c43b2cb)
v1.0.9
1.0.9 (2021-11-02)
Features
- Added mentionedList and detectMentioned options for send message (f4c01fa)
- Added option to send buttons for files (1db78a2)
- Added quotedMsg option for send message (1a6aacd)
v1.0.8
1.0.8 (2021-10-30)
Features
- Added WPP.chat.deleteMessage function (d9b1c4f)
- Added WPP.chat.getMessageById function (e44420c)
- Added WPP.chat.sendFileMessage function (efac868)
v1.0.7
1.0.7 (2021-10-20)
Features
- Added WPP.auth.logout function (wppconnect-team/wppconnect#579) (75914f2)
- Added WPP.chat.clear function (805ce7f)
- Added WPP.chat.delete function (wppconnect-team/wppconnect#586) (4639722)
v1.0.6
1.0.6 (2021-10-12)
Bug Fixes
- Fixed declaration files export (2d53d4c)