Skip to content

Releases: wppconnect-team/wa-js

v1.1.6

20 Jan 17:15
Compare
Choose a tag to compare

1.1.6 (2022-01-20)

Bug Fixes

  • Added catch block for prepareLinkPreview (b44d764)
  • Ignore markIsRead error while is sending message (17d4ca5)

Features

  • Added WPP.contact.getStatus function (3d7fb55)
  • Added WPP.profile.setMyStatus function (caaa3ce)
  • Extracted getStatus and setMyStatus functions (3777cf4)

v1.1.5

15 Jan 22:16
Compare
Choose a tag to compare

1.1.5 (2022-01-15)

Bug Fixes

  • Allow WPP.contact.queryExists to throw exception (wppconnect-team/wppconnect#793) (7331aad)

Features

  • Added WPP.chat.mute and unmute functions (d2c5c7c)
  • Extracted sendSetPicture function (127f32c)

v1.1.4

14 Jan 01:27
Compare
Choose a tag to compare

1.1.4 (2022-01-14)

Bug Fixes

  • Fixed WPP.chat.markIsRead and markIsUnread functions (fix wppconnect-team/wppconnect#786) (a1158f6)

v1.1.3

08 Jan 22:41
Compare
Choose a tag to compare

1.1.3 (2022-01-08)

Bug Fixes

  • Fixed WPP.chat.downloadMedia for Videos in Chromium (ba07dfc)

Features

  • Added function WPP.util.blobToBase64 (fc06eef)
  • Added WPP.util (1bbe448)

v1.1.2

08 Jan 21:33
Compare
Choose a tag to compare

1.1.2 (2022-01-08)

Bug Fixes

  • Fixed missing exported interfaces (8b71f14)

v1.1.1

08 Jan 21:16
Compare
Choose a tag to compare

1.1.1 (2022-01-08)

v1.1.0

08 Jan 20:57
Compare
Choose a tag to compare

1.1.0 (2022-01-08)

Bug Fixes

  • Fixed WPP.contact.queryExists (fix wppconnect-team/wppconnect#725) (0c2b50c)

Features

  • Added linkPreview for WPP.chat.sendTextMessage (d39f325)
  • Added live location events in WPP.chat (#184) (d4c6f27)
  • Added WPP.chat.downloadMedia function (712095a)
  • Added WPP.group.getParticipants function (70d5c39)
  • Extracted fetchLinkPreview function (0049dca)
  • Extracted findFirstWebLink function (c4e04e0)
  • Extracted MediaBlobCache class (da30052)
  • More label functions (#154) (c92efec)
  • New function WPP.auth.setMultiDevice (#183) (e81307e)
  • Send file as sticker (#155) (8395965)

v1.0.16

08 Dec 00:21
Compare
Choose a tag to compare

1.0.16 (2021-12-08)

Bug Fixes

  • Added support to 2.2147.14 WhatsApp version (1343e04)

Features

  • Added markIsComposing, markIsRecording and markIsPaused chat functions (2ec6bfc)
  • Added markIsRead option for sending message (0a92e98)
  • Added WPP.chat.markAsRead and WPP.chat.markAsUnread functions (1db6903)

v1.0.15

27 Nov 23:07
Compare
Choose a tag to compare

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

18 Nov 01:03
Compare
Choose a tag to compare

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