Skip to content

Releases: wppconnect-team/wa-js

v2.0.2

26 Apr 01:07
Compare
Choose a tag to compare

2.0.2 (2022-04-26)

Bug Fixes

  • Fixed buttons without message title (ed611cf)
  • Fixed caption for WPP.chat.sendFileMessage (d2f370b)

v2.0.1

25 Apr 17:32
Compare
Choose a tag to compare

2.0.1 (2022-04-25)

Bug Fixes

v2.0.0

25 Apr 03:00
Compare
Choose a tag to compare

2.0.0 (2022-04-25)

Bug Fixes

  • Fixed chat.msg_ack_change event for multi-device (e400ae8)
  • Fixed compatibility with WhatsApp WEB 2.2214.8 (0b464e8)
  • Fixed export of events (c28f8d8)
  • Fixed send message for template buttons (2988bd3)
  • Fixed template buttons for message file (0927157)

Code Refactoring

  • Reorganized export modules (4e71634)

Features

  • Added chat.new_message event (e16eaa1)
  • Added chat.presence_change event (70836d1)
  • Added WPP.conn.setKeepAlive function (d211485)
  • Added WPP.contact.getProfilePictureUrl function (ac1a147)
  • Switched emittery to eventemitter2 (0844cd2)

BREAKING CHANGES

  • Min version of WhatsApp WEB: 2.2204.13
  • Changed all interface events to WPP.ev and WPP.on

v1.2.5

25 Mar 01:46
Compare
Choose a tag to compare

1.2.5 (2022-03-25)

Bug Fixes

  • Fixed WPP.group.getGroupInfoFromInviteCode function (fix wppconnect-team/wppconnect#972) (a8bb5cf)

v1.2.4

23 Mar 02:41
Compare
Choose a tag to compare

1.2.4 (2022-03-23)

Bug Fixes

  • Fixed compatibility with WhatsApp 2.2211.2 (d0c92b6)

Features

  • Working on template buttons support (ecf0a81)

v1.2.3

16 Mar 20:24
Compare
Choose a tag to compare

1.2.3 (2022-03-16)

Bug Fixes

  • Fixed compatibility with WhatsApp 2.2208.11 (8894d1a)

v1.2.2

12 Mar 23:14
Compare
Choose a tag to compare

1.2.2 (2022-03-12)

Bug Fixes

  • Fixed WPP.chat.deleteMessage for old versions (fix wppconnect-team/wppconnect#937) (a53ec55)
  • Fixed WPP.chat.on('msg_revoke') event (fix wppconnect-team/wppconnect#932) (aee0e99)

v1.2.1

09 Mar 01:59
Compare
Choose a tag to compare

1.2.1 (2022-03-09)

Bug Fixes

  • Fixed compatibility with WhatsApp 2.2208.7 (3bcac63)

v1.2.0

03 Mar 01:31
Compare
Choose a tag to compare

1.2.0 (2022-03-03)

Bug Fixes

  • Fixed webpack injection cache (15f6b3f)

  • refactor!: Renamed auth to conn (bc72d11)

Features

  • Add WPP.conn.refreshQR function (edae1c0)
  • Added WPP.conn.isMainLoaded function (46d7b47)
  • Added WPP.conn.on('authenticated') event (21d24dc)
  • Added WPP.conn.on('main_loaded') event (ea696f9)
  • Added WPP.conn.on('main_ready') event (9709b0d)
  • Added WPP.conn.on('require_auth') event (f75b372)
  • Extracted Stream module (0d8f076)

BREAKING CHANGES

  • Renamed auth to conn

v1.1.19

25 Feb 22:29
Compare
Choose a tag to compare

1.1.19 (2022-02-25)

Bug Fixes

  • Fixed constants definitions (4d7a546)