talkyzap-wapp-api 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -483
- package/README.md +1 -1
- package/dist/chat/functions/list.d.ts +5 -1
- package/dist/whatsapp/functions/getTableVotes.d.ts +19 -0
- package/dist/whatsapp/functions/index.d.ts +2 -0
- package/dist/whatsapp/functions/sendNewsletterMessageJob.d.ts +4 -1
- package/dist/whatsapp/functions/voteFromDbRow.d.ts +20 -0
- package/dist/wppconnect-wa.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,486 +1,4 @@
|
|
|
1
|
-
## 1.1
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* add image to product edit ([#902](https://github.com/joandersonbatista/wa-js/issues/902)) ([426c5e9](https://github.com/joandersonbatista/wa-js/commit/426c5e9c61c776bb73e2e261179daa0ee3f3f842))
|
|
7
|
-
* Added all methods of UserPrefs ([5e1a24c](https://github.com/joandersonbatista/wa-js/commit/5e1a24c201c9fe5a7c8943a4d1207a35d0f9c87c))
|
|
8
|
-
* Added catch block for prepareLinkPreview ([b44d764](https://github.com/joandersonbatista/wa-js/commit/b44d7640eff3432a89db343d97b547d3b5e6e0c2))
|
|
9
|
-
* Added declaration files ([0bac4ed](https://github.com/joandersonbatista/wa-js/commit/0bac4ed0d077a7984dd8d3f63016fdc43d369b39))
|
|
10
|
-
* Added missing data WPP.status.sendTextStatus ([521c6f2](https://github.com/joandersonbatista/wa-js/commit/521c6f221c4c86e325506a1e5e82d3e9864a70e4))
|
|
11
|
-
* Added missing footer and title option for WPP.chat.sendListMessage ([19401b3](https://github.com/joandersonbatista/wa-js/commit/19401b3a9e13ef8f1869355a30feea0fb3092da6))
|
|
12
|
-
* Added missing footer option for WPP.chat.sendFileMessage ([623c57f](https://github.com/joandersonbatista/wa-js/commit/623c57fe0460437663519148c7201885c1354a84))
|
|
13
|
-
* Added option to disable device name override ([961e6e2](https://github.com/joandersonbatista/wa-js/commit/961e6e2b785271b47636ce2bd04f2ff443a15d89))
|
|
14
|
-
* Added support for reply status stories ([#594](https://github.com/joandersonbatista/wa-js/issues/594)) ([19b2729](https://github.com/joandersonbatista/wa-js/commit/19b2729a500165c63352e5ac2e6432390858f18c))
|
|
15
|
-
* Added support to 2.2147.14 WhatsApp version ([1343e04](https://github.com/joandersonbatista/wa-js/commit/1343e04b03e32c4f0c4675ef990317c018b5bf8a))
|
|
16
|
-
* Added trick to send list message (WPP.chat.sendListMessage) ([752329b](https://github.com/joandersonbatista/wa-js/commit/752329b7d9d75e342c1de6253107cb7c606fce42))
|
|
17
|
-
* Allow string values for lat and lng for WPP.chat.sendLocationMessage function ([02b174f](https://github.com/joandersonbatista/wa-js/commit/02b174f4f65ceccd751cef6f3cee79706b20cbe7))
|
|
18
|
-
* Allow WPP.contact.queryExists to throw exception (wppconnect-team/wppconnect[#793](https://github.com/joandersonbatista/wa-js/issues/793)) ([7331aad](https://github.com/joandersonbatista/wa-js/commit/7331aadb06b77550ba0c959d29ba6118bb5fa0f2))
|
|
19
|
-
* Alternative fix for is not loading [#1322](https://github.com/joandersonbatista/wa-js/issues/1322) ([a60bbd3](https://github.com/joandersonbatista/wa-js/commit/a60bbd3484c86ba8f3b6c4e09e97f6e4d66baf01))
|
|
20
|
-
* Alternative fix for is not loading [#1322](https://github.com/joandersonbatista/wa-js/issues/1322) ([d4d0d95](https://github.com/joandersonbatista/wa-js/commit/d4d0d95176d5717fcf6e5a27cbe5e0758bcc7257))
|
|
21
|
-
* Avoid duplicate self account for send status ([a7eef5b](https://github.com/joandersonbatista/wa-js/commit/a7eef5b390473d12eece0d5a096fe44a4bb42b18))
|
|
22
|
-
* Avoid emit events for 'chat.new_reaction' while is syncing ([61bdffc](https://github.com/joandersonbatista/wa-js/commit/61bdffcaa1b6e0b91a35441f8455a166188780d9))
|
|
23
|
-
* Avoid emit events for 'chat.poll_response' while is syncing ([f5b4cb9](https://github.com/joandersonbatista/wa-js/commit/f5b4cb9efc0c9316ac27d8e31483c9e8ec39063b))
|
|
24
|
-
* Avoid permanent cache for WPP.contact.queryExists (wppconnect-team/wppconnect[#1604](https://github.com/joandersonbatista/wa-js/issues/1604)) ([556a97f](https://github.com/joandersonbatista/wa-js/commit/556a97ff31b2d1961a5e5e5ec61a6e13441dd4d6))
|
|
25
|
-
* Bugs fix ([855926d](https://github.com/joandersonbatista/wa-js/commit/855926deaaaba2ed33460a57bd1bf816a3d440aa))
|
|
26
|
-
* changed fromBuffer property to fileTypeFromBuffer ([#135](https://github.com/joandersonbatista/wa-js/issues/135)) ([c5c6667](https://github.com/joandersonbatista/wa-js/commit/c5c66674000b9a4948bbfa775c9b39dc4a693326))
|
|
27
|
-
* Disabled deviceName by default ([c2f6287](https://github.com/joandersonbatista/wa-js/commit/c2f628712a96d0fdf0413ebcefd1663f166cb12e))
|
|
28
|
-
* Disabled WPP.call.rejectCall function for WhatsApp >= 2.2301.5 ([3398baa](https://github.com/joandersonbatista/wa-js/commit/3398baad0a0d090cf45edc5bf6fab3285639cd5f))
|
|
29
|
-
* Dropped support for live location events for WhatsApp >= 2.2301.5 ([d87367b](https://github.com/joandersonbatista/wa-js/commit/d87367ba472fede015b9f65c9bf259b77ca14033))
|
|
30
|
-
* Exported related reactions classes ([466ebad](https://github.com/joandersonbatista/wa-js/commit/466ebad34c1545121c681df0196539792b09f7eb))
|
|
31
|
-
* Exported the missing options ([2133e7e](https://github.com/joandersonbatista/wa-js/commit/2133e7edbf5f57be4696950020473cb2e6f02a55))
|
|
32
|
-
* exported WPP.group.getGroupInfoFromInviteCode function ([0616778](https://github.com/joandersonbatista/wa-js/commit/0616778ea749f69d76b7eb79bcd1135fdaeaf70f))
|
|
33
|
-
* Fixed 'call.incoming_call' event (close [#1766](https://github.com/joandersonbatista/wa-js/issues/1766)) ([486df99](https://github.com/joandersonbatista/wa-js/commit/486df991640276ff65b069847e21e0a2d29bb641))
|
|
34
|
-
* Fixed ACK enum for WhatsApp >= 2.2238.5 ([460f791](https://github.com/joandersonbatista/wa-js/commit/460f7919fcc121373026ba2606196ad001c5ba64))
|
|
35
|
-
* Fixed attribute chat on MessageModel ([#1077](https://github.com/joandersonbatista/wa-js/issues/1077)) ([38ba3af](https://github.com/joandersonbatista/wa-js/commit/38ba3af7042c1c89eb680c02f9845c4d1100a533))
|
|
36
|
-
* Fixed attributes MsgModel ([4ac516f](https://github.com/joandersonbatista/wa-js/commit/4ac516f42479a82b38423f3b25ce0f6e7bb46661))
|
|
37
|
-
* Fixed buttons for latest WhatsApp (2.22.16.75) (fix [#571](https://github.com/joandersonbatista/wa-js/issues/571)) ([abfc9ad](https://github.com/joandersonbatista/wa-js/commit/abfc9ad984ed77986330bd507c092856fdbba7dc))
|
|
38
|
-
* Fixed buttons rendering on WhatsApp WEB >= 2.2234.6 ([49e8311](https://github.com/joandersonbatista/wa-js/commit/49e8311e57ff4c9dc7d37416a6e1914ceb70ab81))
|
|
39
|
-
* Fixed buttons title ([ae0a6e9](https://github.com/joandersonbatista/wa-js/commit/ae0a6e9b9a0a0077f506a478d70c9162dbc38c80))
|
|
40
|
-
* Fixed buttons without message title ([ed611cf](https://github.com/joandersonbatista/wa-js/commit/ed611cfe45d9abc79c7ac151e03fd1466a246b81))
|
|
41
|
-
* Fixed buttons/list from normal accounts (based on adiwajshing/Baileys[#2674](https://github.com/joandersonbatista/wa-js/issues/2674)) ([6ec2d93](https://github.com/joandersonbatista/wa-js/commit/6ec2d93b299d70db911e53cfe740d4ee494c37cc))
|
|
42
|
-
* Fixed buttons/list messages (fix [#1024](https://github.com/joandersonbatista/wa-js/issues/1024), fix [#977](https://github.com/joandersonbatista/wa-js/issues/977)) ([8c91d3f](https://github.com/joandersonbatista/wa-js/commit/8c91d3f149409b81c9f60dbfd266658549a0c719))
|
|
43
|
-
* Fixed buttons/list reply is not flagging chat as unread (fix [#768](https://github.com/joandersonbatista/wa-js/issues/768)) ([3c3cd94](https://github.com/joandersonbatista/wa-js/commit/3c3cd94f5ff92bf1668d3c92a8c3ca0de024c309))
|
|
44
|
-
* Fixed call compatibility with WhatsApp >= 2.2333.11 (fix [#1269](https://github.com/joandersonbatista/wa-js/issues/1269)) ([57b1a1e](https://github.com/joandersonbatista/wa-js/commit/57b1a1e4abebe19cc3e82c17e253d3475c3995b6))
|
|
45
|
-
* Fixed caption for WPP.chat.sendFileMessage ([d2f370b](https://github.com/joandersonbatista/wa-js/commit/d2f370b0ce3b9866f7722f3ed914b6a86db59b06))
|
|
46
|
-
* Fixed caption in send file message (close [#1736](https://github.com/joandersonbatista/wa-js/issues/1736)) ([#1738](https://github.com/joandersonbatista/wa-js/issues/1738)) ([42f4689](https://github.com/joandersonbatista/wa-js/commit/42f4689b3264c3013d3cb94954cae5de3725ae07))
|
|
47
|
-
* Fixed catalog.editProduct function(close [#1553](https://github.com/joandersonbatista/wa-js/issues/1553)) ([01c4a18](https://github.com/joandersonbatista/wa-js/commit/01c4a18740bcae83acad5372b7851512962f5d3c))
|
|
48
|
-
* Fixed chat.live_location_update event when there are a current shared location ([085a719](https://github.com/joandersonbatista/wa-js/commit/085a7197a9e60d1660ff49b9a96f0e9f6c4e285c))
|
|
49
|
-
* Fixed chat.msg_ack_change event for multi-device ([e400ae8](https://github.com/joandersonbatista/wa-js/commit/e400ae8ad9d0045991bb987692b03e2f5b5c8122))
|
|
50
|
-
* Fixed chat.msg_ack_change event to ignore non my messages ([78e5d49](https://github.com/joandersonbatista/wa-js/commit/78e5d49751bb3c279d5d7682c11cc064d8ec4671))
|
|
51
|
-
* Fixed chat.new_message event for status reply (fix [#1211](https://github.com/joandersonbatista/wa-js/issues/1211)) ([a898151](https://github.com/joandersonbatista/wa-js/commit/a8981518b353b0dda7addefdaae77f8dcf267188))
|
|
52
|
-
* Fixed compability with WhatsApp version 2.2134.10 ([7208966](https://github.com/joandersonbatista/wa-js/commit/720896614080261f13ca32150c6b5130735d7134))
|
|
53
|
-
* Fixed compability with WhatsApp version 2.2144.11 ([25e8fd1](https://github.com/joandersonbatista/wa-js/commit/25e8fd17929e1d6820da750b23142ade87356bbc))
|
|
54
|
-
* Fixed compability with WhatsApp version 2.2146.9 ([4a3a0b9](https://github.com/joandersonbatista/wa-js/commit/4a3a0b9bf5bb6c666585bad78ae8e3c106b301fd))
|
|
55
|
-
* Fixed compability with WhatsApp version 2.2146.9 ([2310df4](https://github.com/joandersonbatista/wa-js/commit/2310df4a644915da038ce54ff85ecf90f02aa694))
|
|
56
|
-
* Fixed compatibility for WhatsApp >= 2.2329.7 ([bf34304](https://github.com/joandersonbatista/wa-js/commit/bf34304a1910d041a5e030c6de46ff47406e72e0))
|
|
57
|
-
* Fixed compatibility of ContactModel for WhatsApp >= 2.2327.4 (fix [#1208](https://github.com/joandersonbatista/wa-js/issues/1208)) ([b960710](https://github.com/joandersonbatista/wa-js/commit/b960710f19b5422bdf39c5f9eb90a64f4580de31))
|
|
58
|
-
* Fixed compatibility with WhatsApp >= 2.2238.5 ([28fd5f6](https://github.com/joandersonbatista/wa-js/commit/28fd5f67a6173e4c417144d013d610665ba004c2))
|
|
59
|
-
* Fixed compatibility with WhatsApp >= 2.2241.6 ([2d26a83](https://github.com/joandersonbatista/wa-js/commit/2d26a8377e3863be55b1f0562a80a52fcb13e1fb))
|
|
60
|
-
* Fixed compatibility with WhatsApp >= 2.2243.5 ([018ab61](https://github.com/joandersonbatista/wa-js/commit/018ab61161ae6265d85b5f4a29afcad58571423f))
|
|
61
|
-
* Fixed compatibility with WhatsApp >= 2.2246.8 ([b69c09e](https://github.com/joandersonbatista/wa-js/commit/b69c09e3037a8697bd7e0a1bcc2a7034ceca777a))
|
|
62
|
-
* Fixed compatibility with WhatsApp >= 2.2312.5 ([7571f2f](https://github.com/joandersonbatista/wa-js/commit/7571f2f3b75d23309910961644f2501f9bfa3d2a))
|
|
63
|
-
* Fixed compatibility with WhatsApp >= 2.2325.3 ([5339618](https://github.com/joandersonbatista/wa-js/commit/53396183f624e5afc0388c2d4374d683dcc43fba))
|
|
64
|
-
* Fixed compatibility with WhatsApp 2.2208.11 ([8894d1a](https://github.com/joandersonbatista/wa-js/commit/8894d1aec35ebf99865022b9e23267a7c77043b1))
|
|
65
|
-
* Fixed compatibility with WhatsApp 2.2208.7 ([3bcac63](https://github.com/joandersonbatista/wa-js/commit/3bcac63b1b88fd36ae9c512cb1a944ee79292ffe))
|
|
66
|
-
* Fixed compatibility with WhatsApp 2.2211.2 ([d0c92b6](https://github.com/joandersonbatista/wa-js/commit/d0c92b699797c6077a514880d73308903dd0fd09))
|
|
67
|
-
* Fixed compatibility with WhatsApp Web >= 2.2220.8 ([29a00fb](https://github.com/joandersonbatista/wa-js/commit/29a00fbfd97cf6480613b4b1d77a6cba2b2099aa))
|
|
68
|
-
* Fixed compatibility with WhatsApp Web >= 2.2222.8 ([a1d994c](https://github.com/joandersonbatista/wa-js/commit/a1d994cbf243e9fe9eb7eee0802266bb6b81f410))
|
|
69
|
-
* Fixed compatibility with WhatsApp WEB 2.2214.8 ([0b464e8](https://github.com/joandersonbatista/wa-js/commit/0b464e8eafa66adf5bfe3488f0ba467747ccebb5))
|
|
70
|
-
* Fixed constants definitions ([4d7a546](https://github.com/joandersonbatista/wa-js/commit/4d7a546355e62d32b0d01f4c714d1f6a2dabb7db))
|
|
71
|
-
* Fixed DataCloneError error after WPP.contact.queryExists call ([fabe916](https://github.com/joandersonbatista/wa-js/commit/fabe916ed8c52e4dfc3d3fb13afc7d9c54422251))
|
|
72
|
-
* Fixed declaration files export ([2d53d4c](https://github.com/joandersonbatista/wa-js/commit/2d53d4cd106b448680efae2139b762a83b38ba2b))
|
|
73
|
-
* Fixed deprecated attributes for MsgModel ([ff65494](https://github.com/joandersonbatista/wa-js/commit/ff654947fba905c6be0eb020637d68f231be3d57))
|
|
74
|
-
* Fixed detect mentionedList for invalid wids ([#427](https://github.com/joandersonbatista/wa-js/issues/427)) ([c701dc3](https://github.com/joandersonbatista/wa-js/commit/c701dc3b8b04cce1e51dd5dda12bf5e80e11de2e))
|
|
75
|
-
* Fixed doc type for WPP.chat.sendFileMessage ([7701d88](https://github.com/joandersonbatista/wa-js/commit/7701d882df10e87e2ac477805f97a5984dd14870))
|
|
76
|
-
* Fixed edit message function (close [#1321](https://github.com/joandersonbatista/wa-js/issues/1321)) ([#1335](https://github.com/joandersonbatista/wa-js/issues/1335)) ([209c994](https://github.com/joandersonbatista/wa-js/commit/209c994978458337ce34dec0f836274cabed086c))
|
|
77
|
-
* Fixed ephemeral setting for sending messages (fix [#1014](https://github.com/joandersonbatista/wa-js/issues/1014)); ([a7d840d](https://github.com/joandersonbatista/wa-js/commit/a7d840d9c655cac21ef1704f7d916eb9c250b688))
|
|
78
|
-
* Fixed error in WPP.labels.getAllLabels (fix [#780](https://github.com/joandersonbatista/wa-js/issues/780)) ([63ec7bc](https://github.com/joandersonbatista/wa-js/commit/63ec7bc538799735bd9ecc2de49de598719a0bc9))
|
|
79
|
-
* Fixed error on get poll votes (close [#1293](https://github.com/joandersonbatista/wa-js/issues/1293)) ([#1319](https://github.com/joandersonbatista/wa-js/issues/1319)) ([ac172a2](https://github.com/joandersonbatista/wa-js/commit/ac172a216db4b9a4a546136d51ec19439b2a0dc9))
|
|
80
|
-
* Fixed eventEmitter export ([2532a20](https://github.com/joandersonbatista/wa-js/commit/2532a200933d13f61e37fa3557bbb790798330bc))
|
|
81
|
-
* Fixed export of events ([c28f8d8](https://github.com/joandersonbatista/wa-js/commit/c28f8d81f3fefef6a32f23329f0928f771ebb0f2))
|
|
82
|
-
* Fixed export of ParticipantCollection ([95787bc](https://github.com/joandersonbatista/wa-js/commit/95787bce726f3c4a5375b951773c53914a47baa0))
|
|
83
|
-
* Fixed exportation enum for WPP.group.setProperty ([76009f5](https://github.com/joandersonbatista/wa-js/commit/76009f5444858a2184b8066088330c0600544427))
|
|
84
|
-
* Fixed exported class Wap for old WhatsApp version ([b71b222](https://github.com/joandersonbatista/wa-js/commit/b71b222a1f5aeb4b3184855abf4f38208efff605))
|
|
85
|
-
* Fixed exported config ([651019c](https://github.com/joandersonbatista/wa-js/commit/651019ce0432b24eb4f542cd529b65ca31e6ac62))
|
|
86
|
-
* Fixed exported function getQuotedMsgObj ([db71920](https://github.com/joandersonbatista/wa-js/commit/db719209fc181c1f082b26703399a0bd94b269f1))
|
|
87
|
-
* Fixed exported getDisplayNameOrPnForLid function for WhatsApp >= 2.2337.7 ([f6b463d](https://github.com/joandersonbatista/wa-js/commit/f6b463dd5d06e56bf3f1ace40dd7dcdf54d62bca))
|
|
88
|
-
* Fixed exported getHistorySyncProgress function ([8ba04e8](https://github.com/joandersonbatista/wa-js/commit/8ba04e891eb8d06be5a80b550b74fba79dc70f18))
|
|
89
|
-
* Fixed exported methods for auth ([454253e](https://github.com/joandersonbatista/wa-js/commit/454253ee78788a73b9279f52b95e167149df27f6))
|
|
90
|
-
* Fixed exportModule loop ([e617fe5](https://github.com/joandersonbatista/wa-js/commit/e617fe5088a65916501882a8e587bd84d096370c))
|
|
91
|
-
* Fixed fetchLinkPreview function for WhatsApp >= 2.2240.5 ([9681357](https://github.com/joandersonbatista/wa-js/commit/968135733c17ff1ffb4adfd05d0ab73522a90a2b))
|
|
92
|
-
* Fixed func is not a exported function ([59db1a5](https://github.com/joandersonbatista/wa-js/commit/59db1a5bc4f053fdf61f393a4af0d2c55cbb66f5))
|
|
93
|
-
* Fixed generated message ID for groups ([aceeb89](https://github.com/joandersonbatista/wa-js/commit/aceeb896886565708095f307f2ed621148b58571))
|
|
94
|
-
* Fixed generated quoted id on msg group ([#1079](https://github.com/joandersonbatista/wa-js/issues/1079)) ([48c6780](https://github.com/joandersonbatista/wa-js/commit/48c67809777f8e9a61b738f5b9d8387a2750f068))
|
|
95
|
-
* Fixed getHistorySyncProgress function compatibility with WhatsApp >= 2.2402.2 ([8ad2cec](https://github.com/joandersonbatista/wa-js/commit/8ad2cecb33b8c4c821be53107181786eaaf9c602))
|
|
96
|
-
* Fixed getMessage return for serialization (fix [#957](https://github.com/joandersonbatista/wa-js/issues/957)) ([f5a3bb9](https://github.com/joandersonbatista/wa-js/commit/f5a3bb9ebb35ca075966df4c76b257a17ae8284a))
|
|
97
|
-
* Fixed getMessageById when the message is from status (wppconnect-team/wppconnect[#823](https://github.com/joandersonbatista/wa-js/issues/823)) ([f075cd2](https://github.com/joandersonbatista/wa-js/commit/f075cd24fd01e33f0322da9f9be321f039b9b6b3))
|
|
98
|
-
* Fixed getMessages for non multidevices (fix wppconnect-team/wppconnect[#629](https://github.com/joandersonbatista/wa-js/issues/629)) ([c43b2cb](https://github.com/joandersonbatista/wa-js/commit/c43b2cb9f1e7cd0bebd8754f9f1458f56f778091))
|
|
99
|
-
* Fixed Google Analytics user properties ([73ab7cd](https://github.com/joandersonbatista/wa-js/commit/73ab7cd21d091748612310ce3987a1a1867e5c16))
|
|
100
|
-
* Fixed group creation when you have your own number in the list ([4b76f5a](https://github.com/joandersonbatista/wa-js/commit/4b76f5af4e0312b819652a246b907fdfd50aac00))
|
|
101
|
-
* Fixed group functions for WhatsApp >= 2.2301.5 ([69e5db5](https://github.com/joandersonbatista/wa-js/commit/69e5db58a4396a45a097d1b34310344f9c10de41))
|
|
102
|
-
* Fixed group functions when there are a lot of chats (fix wppconnect-team/wppconnect[#871](https://github.com/joandersonbatista/wa-js/issues/871)) ([1ff6a50](https://github.com/joandersonbatista/wa-js/commit/1ff6a5053cdd6ccc2ddc5df09dc3e73497987ad5))
|
|
103
|
-
* Fixed group metadata from chat list ([8b1dea1](https://github.com/joandersonbatista/wa-js/commit/8b1dea17cf6aa134a9cb807a2127548522d165db))
|
|
104
|
-
* Fixed group.participant_changed event for join action ([d23c557](https://github.com/joandersonbatista/wa-js/commit/d23c557f298925d7dd27b27608f166eaf532a315))
|
|
105
|
-
* Fixed group.participant_changed event for WhatsApp >= 2.2234.6 (wppconnect-team/wppconnect[#1330](https://github.com/joandersonbatista/wa-js/issues/1330)) ([b60a9b6](https://github.com/joandersonbatista/wa-js/commit/b60a9b6eb0cb13a7ad8a7faf7ee77a5a75cd561c))
|
|
106
|
-
* Fixed hsm/template message is not flagging chat as unread ([3b9a84b](https://github.com/joandersonbatista/wa-js/commit/3b9a84b33334567b1911e217db6120dd4ad710c9))
|
|
107
|
-
* Fixed injecting webpack ([#1783](https://github.com/joandersonbatista/wa-js/issues/1783)) (close [#1778](https://github.com/joandersonbatista/wa-js/issues/1778)) ([79f1f2e](https://github.com/joandersonbatista/wa-js/commit/79f1f2e5e4a7c574fde8d9c45ac0da271be5422f))
|
|
108
|
-
* Fixed isOfficialClient check ([#1769](https://github.com/joandersonbatista/wa-js/issues/1769)) ([88f1f0e](https://github.com/joandersonbatista/wa-js/commit/88f1f0e6daf18b0492ceffb6274adef02323dc35))
|
|
109
|
-
* Fixed isUnreadTypeMsg function for WhatsApp >= 2.2308.6 ([759bd64](https://github.com/joandersonbatista/wa-js/commit/759bd64d5a23f97880e49dd2fd38cd27f23a8966))
|
|
110
|
-
* Fixed isUnreadTypeMsg function for WhatsApp >= 2.2310.4 ([0d1340d](https://github.com/joandersonbatista/wa-js/commit/0d1340d66a8024e7d8089cd4d6131a831cf3d8f1))
|
|
111
|
-
* Fixed javascript load order (fix [#1061](https://github.com/joandersonbatista/wa-js/issues/1061)) ([284391e](https://github.com/joandersonbatista/wa-js/commit/284391eacf2351fe090ba3b48f5c9708b66e5032))
|
|
112
|
-
* Fixed link-preview function ([2fc38b1](https://github.com/joandersonbatista/wa-js/commit/2fc38b1d10f7723cce07201473446b32cb7d32d0))
|
|
113
|
-
* Fixed list for latest WhatsApp (2.22.16.75) (fix [#571](https://github.com/joandersonbatista/wa-js/issues/571)) ([4cae69e](https://github.com/joandersonbatista/wa-js/commit/4cae69ed6006e765f7732ecc542273b9d9fa9dd8))
|
|
114
|
-
* Fixed live location event register and added a option ([08949a9](https://github.com/joandersonbatista/wa-js/commit/08949a9c3c46274f2ccca7d30e3aeb9c8a4e9851))
|
|
115
|
-
* Fixed mentionedList detection (fix [#473](https://github.com/joandersonbatista/wa-js/issues/473)) ([5479679](https://github.com/joandersonbatista/wa-js/commit/547967963bd4d0947695c0d03f3c26d4faa57170))
|
|
116
|
-
* Fixed missing exported interfaces ([8b71f14](https://github.com/joandersonbatista/wa-js/commit/8b71f140da845a3958cdc6ccda690c7df92f1648))
|
|
117
|
-
* Fixed msg id on change:ack event for groups ([1170848](https://github.com/joandersonbatista/wa-js/commit/11708486ff3e321a479c86c8fdceacce8108d6f2))
|
|
118
|
-
* Fixed permission check for set group subject/description ([0ff6d58](https://github.com/joandersonbatista/wa-js/commit/0ff6d5892252150524f0595d711ff42338bdb29c))
|
|
119
|
-
* Fixed promise time for WPP.chat.markIsComposing with duration ([e94718b](https://github.com/joandersonbatista/wa-js/commit/e94718b37af7f9bfbb181473fc5ac3d0f2782c13))
|
|
120
|
-
* Fixed QRCode for multidevice ([574e968](https://github.com/joandersonbatista/wa-js/commit/574e968c5174c18c24fd876864ea2b79c5a3126d))
|
|
121
|
-
* Fixed quoted message response (fix [#737](https://github.com/joandersonbatista/wa-js/issues/737)) ([c7ddbfd](https://github.com/joandersonbatista/wa-js/commit/c7ddbfd556ea39a93048d1e61f343dec641d66d1))
|
|
122
|
-
* Fixed registerRevokeMessageEvent register ([ec26274](https://github.com/joandersonbatista/wa-js/commit/ec2627495ad1032fd15050d799e9d82c4639530f))
|
|
123
|
-
* Fixed reply buttons send (useTemplateButtons: false) (fix [#577](https://github.com/joandersonbatista/wa-js/issues/577)) ([28f3682](https://github.com/joandersonbatista/wa-js/commit/28f36820884ebd8b270b4c974f7d5c48275287f8))
|
|
124
|
-
* Fixed return value for the isNewMsg attribute (close [#1333](https://github.com/joandersonbatista/wa-js/issues/1333)) ([37b8354](https://github.com/joandersonbatista/wa-js/commit/37b835491863a3ae4e67ce9340649330322c6577))
|
|
125
|
-
* Fixed revoke messages for list type ([7938ae7](https://github.com/joandersonbatista/wa-js/commit/7938ae7dab6bfa9e44f68f78dab01bbeeeeca0b6))
|
|
126
|
-
* Fixed script injection (close [#1322](https://github.com/joandersonbatista/wa-js/issues/1322)) ([c412158](https://github.com/joandersonbatista/wa-js/commit/c412158c3086471a67f0912b697b1c5d55d7b7d1))
|
|
127
|
-
* Fixed self contact name in WPP.chat.sendVCardContact ([ba40ed1](https://github.com/joandersonbatista/wa-js/commit/ba40ed19c0a1069121e3ac7f2a241de4e4585640))
|
|
128
|
-
* Fixed send list message (close [#1728](https://github.com/joandersonbatista/wa-js/issues/1728)) ([5b4827f](https://github.com/joandersonbatista/wa-js/commit/5b4827ff585df5b15791bd15d76128704a116f76))
|
|
129
|
-
* Fixed send message (DuplicateMessageError) (fix [#1126](https://github.com/joandersonbatista/wa-js/issues/1126)) ([d95b140](https://github.com/joandersonbatista/wa-js/commit/d95b140164e688c2603487602283039114a9e9b0))
|
|
130
|
-
* Fixed send message for groups ([e0d5932](https://github.com/joandersonbatista/wa-js/commit/e0d5932900578c9b82d4082a74e124dd95f1750e))
|
|
131
|
-
* Fixed send message for template buttons ([2988bd3](https://github.com/joandersonbatista/wa-js/commit/2988bd3a3a8f719f9e3f3560fb4ba9febc221299))
|
|
132
|
-
* Fixed send message with quotedMsg (fix [#721](https://github.com/joandersonbatista/wa-js/issues/721)) ([0931800](https://github.com/joandersonbatista/wa-js/commit/0931800cdad655c5248369185a91586e721ee0ed))
|
|
133
|
-
* Fixed send status (text/image/video) (fix [#1270](https://github.com/joandersonbatista/wa-js/issues/1270),fix [#1284](https://github.com/joandersonbatista/wa-js/issues/1284), fix [#1327](https://github.com/joandersonbatista/wa-js/issues/1327)) ([e7e028e](https://github.com/joandersonbatista/wa-js/commit/e7e028ed751c909825e5d50f77f32c3e3fc866bc))
|
|
134
|
-
* Fixed send status error ([#1540](https://github.com/joandersonbatista/wa-js/issues/1540)) ([fe69680](https://github.com/joandersonbatista/wa-js/commit/fe696803cf6a72d30569f3167c79bbb75173bce0))
|
|
135
|
-
* Fixed sendFileMessage for MP4 files on Chromium (fix [#384](https://github.com/joandersonbatista/wa-js/issues/384)) ([b7e6431](https://github.com/joandersonbatista/wa-js/commit/b7e6431a180f774f88f406a9600e3af7ac51e70f))
|
|
136
|
-
* Fixed sending status with image/video (fix [#1035](https://github.com/joandersonbatista/wa-js/issues/1035)); ([cb7a32d](https://github.com/joandersonbatista/wa-js/commit/cb7a32d026c3a591c30650d7788cbe02a4f98454))
|
|
137
|
-
* Fixed sent status that was not show up after refresh (fix [#1017](https://github.com/joandersonbatista/wa-js/issues/1017)) ([dadb00d](https://github.com/joandersonbatista/wa-js/commit/dadb00d0010f61411d3287200a34cad160d9ca71))
|
|
138
|
-
* Fixed server for link-preview ([#861](https://github.com/joandersonbatista/wa-js/issues/861)) ([7294dcb](https://github.com/joandersonbatista/wa-js/commit/7294dcbc4494c3d11ce523742cdc240bec3c578e))
|
|
139
|
-
* Fixed set ephemeral value for group ([#1185](https://github.com/joandersonbatista/wa-js/issues/1185)) ([84c627d](https://github.com/joandersonbatista/wa-js/commit/84c627d4734b0b42970bd7873a34fd875b30ebfc))
|
|
140
|
-
* Fixed some search modules ([d739fba](https://github.com/joandersonbatista/wa-js/commit/d739fba2e19e7acec0eb59e6b943c1b2a47dc244))
|
|
141
|
-
* Fixed status/stores screen after send ([3fb61bd](https://github.com/joandersonbatista/wa-js/commit/3fb61bd9fdd00f437f64de2ed687ad872cbcb95d))
|
|
142
|
-
* Fixed template buttons for message file ([0927157](https://github.com/joandersonbatista/wa-js/commit/0927157a85690eabbbb745cf388a3a7a128b0c57))
|
|
143
|
-
* Fixed the return for WPP.contact.getStatus function ([ac02d5a](https://github.com/joandersonbatista/wa-js/commit/ac02d5ac73169800e4ad169efbdfc9bc95ffa67e))
|
|
144
|
-
* Fixed the return for WPP.group.addParticipants function ([7f01c85](https://github.com/joandersonbatista/wa-js/commit/7f01c856c33515072703f57293f2a1046a971f59))
|
|
145
|
-
* Fixed typescript definitions ([77aac88](https://github.com/joandersonbatista/wa-js/commit/77aac889848fa0f981a81ccde5fbedf2319aafcf))
|
|
146
|
-
* Fixed unixTime function for WhatsApp < 2.2238.5 ([bf42f51](https://github.com/joandersonbatista/wa-js/commit/bf42f51db46bc24041b3426080d61bc4790335ed))
|
|
147
|
-
* Fixed webpack events error ([2b1da73](https://github.com/joandersonbatista/wa-js/commit/2b1da73382593790cca31cb34753066c3abfe342))
|
|
148
|
-
* Fixed webpack injection cache ([15f6b3f](https://github.com/joandersonbatista/wa-js/commit/15f6b3f5d3ff6ef41ff562cddf7d6ff46ce056ad))
|
|
149
|
-
* Fixed WhatsApp WEB loading error (fix [#1249](https://github.com/joandersonbatista/wa-js/issues/1249)) ([331de74](https://github.com/joandersonbatista/wa-js/commit/331de7436fd73deb78aed12f1459366b5242b316))
|
|
150
|
-
* Fixed WhatsApp WEB loading error (fix [#1249](https://github.com/joandersonbatista/wa-js/issues/1249)) ([433f939](https://github.com/joandersonbatista/wa-js/commit/433f93932297e12f6a6305e70b80171ed49a8b90))
|
|
151
|
-
* Fixed WPP.blocklist.blockContact function for WhatsApp >= 2.2323.4 (fix [#1210](https://github.com/joandersonbatista/wa-js/issues/1210)) ([5e8c31e](https://github.com/joandersonbatista/wa-js/commit/5e8c31e4140843b8604dfcf0a3bc3fc8d29741f8))
|
|
152
|
-
* Fixed WPP.blocklist.isBlocked (fix [#1231](https://github.com/joandersonbatista/wa-js/issues/1231)) ([353a3c2](https://github.com/joandersonbatista/wa-js/commit/353a3c26973f859e5f21741bc93cfbc7cfbcf963))
|
|
153
|
-
* Fixed WPP.chat.archive function (close [#1743](https://github.com/joandersonbatista/wa-js/issues/1743)) ([#1760](https://github.com/joandersonbatista/wa-js/issues/1760)) ([d58e6d7](https://github.com/joandersonbatista/wa-js/commit/d58e6d734783b9d9660698d6c5745a28775ed2bd))
|
|
154
|
-
* Fixed WPP.chat.deleteMessage for old versions (fix wppconnect-team/wppconnect[#937](https://github.com/joandersonbatista/wa-js/issues/937)) ([a53ec55](https://github.com/joandersonbatista/wa-js/commit/a53ec55a04d3efa117dfd31ec4f1b2131ba85622))
|
|
155
|
-
* Fixed WPP.chat.downloadMedia for Videos in Chromium ([ba07dfc](https://github.com/joandersonbatista/wa-js/commit/ba07dfcf7d11dda6d379766932bdd43adc9cd319))
|
|
156
|
-
* Fixed WPP.chat.editMessage function for WhatsApp >= 2.2318.7 ([7a46aa0](https://github.com/joandersonbatista/wa-js/commit/7a46aa0626de5c34cabfa06e7e5c7d20450bdd3f))
|
|
157
|
-
* Fixed WPP.chat.forwardMessage ([#1301](https://github.com/joandersonbatista/wa-js/issues/1301)) (fix [#1300](https://github.com/joandersonbatista/wa-js/issues/1300)) ([67089d7](https://github.com/joandersonbatista/wa-js/commit/67089d7e95dd06ed1c0353666e2da22d0e6c9270))
|
|
158
|
-
* Fixed WPP.chat.getMessageById (fix [#728](https://github.com/joandersonbatista/wa-js/issues/728)) ([1a806b9](https://github.com/joandersonbatista/wa-js/commit/1a806b9f5bdff17667f67a13ba0d37c66fc06244))
|
|
159
|
-
* Fixed WPP.chat.getMessageById for old messages in MD ([5023dd9](https://github.com/joandersonbatista/wa-js/commit/5023dd988de3fedfb406eb26479ae5e7c5cc3dc0))
|
|
160
|
-
* Fixed WPP.chat.getMessages function for WhatsApp >= 2.2301.5 ([dee775a](https://github.com/joandersonbatista/wa-js/commit/dee775a95553a4618026b5ab92cfcfd09e7fb21f))
|
|
161
|
-
* Fixed WPP.chat.getMessages to include last message (fix [#64](https://github.com/joandersonbatista/wa-js/issues/64)) ([24eef80](https://github.com/joandersonbatista/wa-js/commit/24eef80c27e420a0a106084d14e88a1563fd6afe))
|
|
162
|
-
* Fixed WPP.chat.getVotes function ([#969](https://github.com/joandersonbatista/wa-js/issues/969)) ([f303f33](https://github.com/joandersonbatista/wa-js/commit/f303f33f79b89510a23ada11e875f1267e858db1))
|
|
163
|
-
* Fixed WPP.chat.list for communities ([74ea985](https://github.com/joandersonbatista/wa-js/commit/74ea9856245eb093c6c41a5b3e040aa20b313cd6))
|
|
164
|
-
* Fixed WPP.chat.markIsRead and markIsUnread functions (fix wppconnect-team/wppconnect[#786](https://github.com/joandersonbatista/wa-js/issues/786)) ([a1158f6](https://github.com/joandersonbatista/wa-js/commit/a1158f6780bbe343121849ab235cd97823637505))
|
|
165
|
-
* Fixed WPP.chat.markIsUnread function (wppconnect-team/wppconnect[#1196](https://github.com/joandersonbatista/wa-js/issues/1196)) ([db7195e](https://github.com/joandersonbatista/wa-js/commit/db7195ee15a4e12c7a6b6a06bcb6bb711f59659b))
|
|
166
|
-
* Fixed WPP.chat.mute function (close [#1772](https://github.com/joandersonbatista/wa-js/issues/1772)) ([#1780](https://github.com/joandersonbatista/wa-js/issues/1780)) ([e5e293d](https://github.com/joandersonbatista/wa-js/commit/e5e293debd4a99a537919a7285c86ad674e19f47))
|
|
167
|
-
* Fixed WPP.chat.mute function (close [#849](https://github.com/joandersonbatista/wa-js/issues/849)) ([#860](https://github.com/joandersonbatista/wa-js/issues/860)) ([55db3c3](https://github.com/joandersonbatista/wa-js/commit/55db3c38ab907e318ec661f9e1264029dd6b9a6f))
|
|
168
|
-
* Fixed WPP.chat.on('msg_revoke') event (fix wppconnect-team/wppconnect[#932](https://github.com/joandersonbatista/wa-js/issues/932)) ([aee0e99](https://github.com/joandersonbatista/wa-js/commit/aee0e99a86acc8208e9fb79e8345051f4798e28e))
|
|
169
|
-
* Fixed WPP.chat.sendCreatePollMessage function ([b688d95](https://github.com/joandersonbatista/wa-js/commit/b688d957a13d0a56311649d55ffd042fc6f3bea3))
|
|
170
|
-
* Fixed WPP.chat.sendFileMessage for animated stickers (fix [#432](https://github.com/joandersonbatista/wa-js/issues/432)) ([6c69da7](https://github.com/joandersonbatista/wa-js/commit/6c69da782723c05da21108dfa1db3e63910d92b5))
|
|
171
|
-
* Fixed WPP.chat.sendFileMessage function for WhatsApp >= 2.2312.5 (fix [#976](https://github.com/joandersonbatista/wa-js/issues/976)) ([261be97](https://github.com/joandersonbatista/wa-js/commit/261be97b98dac5673987606e3a795a8a7a200af3))
|
|
172
|
-
* Fixed WPP.chat.sendFileMessage when filename is different of caption ([5525bca](https://github.com/joandersonbatista/wa-js/commit/5525bcaf2fc9d668647010cba9b4e42429342f5e))
|
|
173
|
-
* Fixed WPP.chat.sendListMessage for MultiDevices ([e4d4403](https://github.com/joandersonbatista/wa-js/commit/e4d4403caf03e89651389e62298800d97a82b3d7))
|
|
174
|
-
* Fixed WPP.chat.sendLocationMessage function (fix [#1187](https://github.com/joandersonbatista/wa-js/issues/1187)) ([4b07663](https://github.com/joandersonbatista/wa-js/commit/4b0766323291a105b11e75979ff3033964205732))
|
|
175
|
-
* Fixed WPP.chat.sendLocationMessage function (wppconnect-team/wppconnect[#1237](https://github.com/joandersonbatista/wa-js/issues/1237)) ([23b8cf3](https://github.com/joandersonbatista/wa-js/commit/23b8cf3ad0470ef8159e427bf1dcc305537be146))
|
|
176
|
-
* Fixed WPP.chat.starMessage function (fix [#729](https://github.com/joandersonbatista/wa-js/issues/729)) ([bfa6969](https://github.com/joandersonbatista/wa-js/commit/bfa69697e8adbc8e2da82b4a9984d46daf01d79f))
|
|
177
|
-
* Fixed WPP.conn.getAuthCode function for WhatsApp >= 2.2301.5 ([357b62b](https://github.com/joandersonbatista/wa-js/commit/357b62bb9a06a868cc416e203b655088c469a6c4))
|
|
178
|
-
* Fixed WPP.contact.queryExists (fix wppconnect-team/wppconnect[#725](https://github.com/joandersonbatista/wa-js/issues/725)) ([0c2b50c](https://github.com/joandersonbatista/wa-js/commit/0c2b50c4994d81d0e0d5debdfea7a3e96e333d50))
|
|
179
|
-
* Fixed WPP.contact.queryExists for WhatsApp >= 2.2244.5 (fix [#758](https://github.com/joandersonbatista/wa-js/issues/758)) ([b5e8b3c](https://github.com/joandersonbatista/wa-js/commit/b5e8b3cbaeb15f64953fb55ddb33deecce5a98f8))
|
|
180
|
-
* Fixed WPP.contact.queryExists function (fix wppconnect-team/wppconnect[#803](https://github.com/joandersonbatista/wa-js/issues/803)) ([63a021d](https://github.com/joandersonbatista/wa-js/commit/63a021da96f75b9300f2d8f3409934ab0a0a611a))
|
|
181
|
-
* Fixed WPP.contact.queryExists function for false positive ([bf29270](https://github.com/joandersonbatista/wa-js/commit/bf29270d27c16ca1348742ed532e96f655566349))
|
|
182
|
-
* Fixed WPP.contact.queryExists function for WhatsApp >= 2.2306.7 ([3b76afc](https://github.com/joandersonbatista/wa-js/commit/3b76afccdbc29bd1c5ee87f29d95063aff3d3e13))
|
|
183
|
-
* Fixed WPP.contact.queryExists function for WhatsApp WEB >= 2.2241.6 ([4005f36](https://github.com/joandersonbatista/wa-js/commit/4005f36e3e5b14f6fa58cc496b7e49ec890adb90))
|
|
184
|
-
* Fixed WPP.contact.queryExists to avoid stuck in MD ([53ef3b4](https://github.com/joandersonbatista/wa-js/commit/53ef3b4ce2ad779509e08d5eec89ee53e193ba7a))
|
|
185
|
-
* Fixed WPP.contact.queryExists to avoid stuck in MD ([a7761e5](https://github.com/joandersonbatista/wa-js/commit/a7761e5a8d7dea66c5f0522eb294cbe763e6ebaa))
|
|
186
|
-
* Fixed WPP.group.addParticipants function for WhatsApp >= 2.2320.4 (fix [#1114](https://github.com/joandersonbatista/wa-js/issues/1114)) ([fb7f4c6](https://github.com/joandersonbatista/wa-js/commit/fb7f4c62dc74e8fe11301cbd5a13a8f265773ce8))
|
|
187
|
-
* Fixed WPP.group.addParticipants return value ([3ed5e06](https://github.com/joandersonbatista/wa-js/commit/3ed5e06a38daff6db0f61708aeca6eb33d5b31f1))
|
|
188
|
-
* Fixed WPP.group.create function for WhatsApp >= 2.2301.5 ([aad5d3b](https://github.com/joandersonbatista/wa-js/commit/aad5d3b6b726b3c6fa5d044b6e26627a76da44c2))
|
|
189
|
-
* Fixed WPP.group.create return value ([ae21561](https://github.com/joandersonbatista/wa-js/commit/ae2156196d819ed34255bee2dc10e80847b1b816))
|
|
190
|
-
* Fixed WPP.group.getGroupInfoFromInviteCode function (fix wppconnect-team/wppconnect[#972](https://github.com/joandersonbatista/wa-js/issues/972)) ([a8bb5cf](https://github.com/joandersonbatista/wa-js/commit/a8bb5cf2846b655dd26d3d9506bc5545dbf64413))
|
|
191
|
-
* Fixed WPP.labels.getAllLabels function (fix [#366](https://github.com/joandersonbatista/wa-js/issues/366)) ([d97f6bc](https://github.com/joandersonbatista/wa-js/commit/d97f6bcea433310a70b9801b124144e0234f63c2))
|
|
192
|
-
* forwardMessagesToChats is missing from ChatStore ([#1535](https://github.com/joandersonbatista/wa-js/issues/1535)) ([788a37f](https://github.com/joandersonbatista/wa-js/commit/788a37fcf24be483ab06763037d118586b0b36d9))
|
|
193
|
-
* Ignore errors in prepareLinkPreview ([5ae0ef3](https://github.com/joandersonbatista/wa-js/commit/5ae0ef339df67a7caec68b410604d01becf800b9))
|
|
194
|
-
* Ignore markIsRead error while is sending message ([17d4ca5](https://github.com/joandersonbatista/wa-js/commit/17d4ca540897a0610016fac34e85d1292297461e))
|
|
195
|
-
* Improved chat.new_message event ([5355a0e](https://github.com/joandersonbatista/wa-js/commit/5355a0ecceece0c39b893d32319cb31fb97ce91f))
|
|
196
|
-
* Improved chat.presence_change event to use queueMicrotask ([34dd0d6](https://github.com/joandersonbatista/wa-js/commit/34dd0d63704dc0c35d0c8e77157a7ba920be7d2d))
|
|
197
|
-
* Improved file mimetype detection ([df98559](https://github.com/joandersonbatista/wa-js/commit/df98559ef9be4356b9bd73944259c4e171ef7cc4))
|
|
198
|
-
* Improved files loading from WA-JS (fix [#1061](https://github.com/joandersonbatista/wa-js/issues/1061)) ([f94f695](https://github.com/joandersonbatista/wa-js/commit/f94f6958834066b46048c65bbb2baa9bd5eb86fd))
|
|
199
|
-
* Improved Google Analytics tracker ([e51a542](https://github.com/joandersonbatista/wa-js/commit/e51a542d57f4314ec4c192b32da47d487adebb4e))
|
|
200
|
-
* Improved message key for status/stories ([87d28bf](https://github.com/joandersonbatista/wa-js/commit/87d28bf609a0c0bacacacd8cdedad5c52690417b))
|
|
201
|
-
* Improved participant list for send status ([55cd0a4](https://github.com/joandersonbatista/wa-js/commit/55cd0a460af4c0fa329501bc934a03075d9f0d2b))
|
|
202
|
-
* Improved speed of WPP.contact.queryExists to use local contact list first ([fb0bd95](https://github.com/joandersonbatista/wa-js/commit/fb0bd95e19acb32b0f9a1f71557fb17eb4636458))
|
|
203
|
-
* lint: sort imports ([23fde0d](https://github.com/joandersonbatista/wa-js/commit/23fde0dc20a50079de11acc37c07f7bcdc14a6d2))
|
|
204
|
-
* onParticipantsChange operation/action ([ee28ace](https://github.com/joandersonbatista/wa-js/commit/ee28ace0226c285d72d8e3b907f3bb47339adde1))
|
|
205
|
-
* Re-added server for link-preview ([645efc7](https://github.com/joandersonbatista/wa-js/commit/645efc7bfd11846895db02ab281438d5f6c56b05))
|
|
206
|
-
* Reduced script file size ([2276373](https://github.com/joandersonbatista/wa-js/commit/2276373151a5709986d68d3dff3a4fd90015efb6))
|
|
207
|
-
* Removed fallback for WhatsApp WEB < 2.2307.10 ([57f901a](https://github.com/joandersonbatista/wa-js/commit/57f901a8c167bd8c046b96346d6548d7dc35e877))
|
|
208
|
-
* Removed offline link-preview server ([475bc4b](https://github.com/joandersonbatista/wa-js/commit/475bc4b7e0cced66184bf139a8fbc6887da14d87))
|
|
209
|
-
* Removed offline link-preview server ([1d10bab](https://github.com/joandersonbatista/wa-js/commit/1d10bab27f6d1e0913ae7ba36d6b0d5015a1066d))
|
|
210
|
-
* Removed offline server for link preview ([c8e8f2e](https://github.com/joandersonbatista/wa-js/commit/c8e8f2e818a44c92ee93c546da3b71f19439c545))
|
|
211
|
-
* Removed offline server for link-preview ([ba9560f](https://github.com/joandersonbatista/wa-js/commit/ba9560fa87ec36f2e4a08ea32f3fed6da6725310))
|
|
212
|
-
* Renamed all call functions ([f54cc87](https://github.com/joandersonbatista/wa-js/commit/f54cc87a1d04fc2bf9afa536bd72872634cf8185))
|
|
213
|
-
* Return undefined instead of throw an exception ([817592b](https://github.com/joandersonbatista/wa-js/commit/817592b4fec8c18ce3304de1bcab407e22d8809d))
|
|
214
|
-
* Reverted file-type update ([d665164](https://github.com/joandersonbatista/wa-js/commit/d665164e160848c53b551a4caa73dc6a1d84d559))
|
|
215
|
-
* server link-preview ([2763a4f](https://github.com/joandersonbatista/wa-js/commit/2763a4f3e6a2b589ef1acdce448dd96ed118b755))
|
|
216
|
-
* Small improvement for webpack inject ([#1061](https://github.com/joandersonbatista/wa-js/issues/1061)) ([84e7309](https://github.com/joandersonbatista/wa-js/commit/84e73099c85cbac3b7b0924512e52b5dac5d4eb5))
|
|
217
|
-
* Throw error for invalid media type (wppconnect-team/wppconnect[#1164](https://github.com/joandersonbatista/wa-js/issues/1164)) ([0481c8b](https://github.com/joandersonbatista/wa-js/commit/0481c8b849632cb43e0a7b7f626a404d3ce351b7))
|
|
218
|
-
* Typos fix ([3114b31](https://github.com/joandersonbatista/wa-js/commit/3114b319033aecade47fba2429dd146a24541477))
|
|
219
|
-
* Typos fix for community ([1486b10](https://github.com/joandersonbatista/wa-js/commit/1486b107fb2b706dcabf4f04c21cf0f915520b05))
|
|
220
|
-
* Update compatibility to WhatsApp 2.2202.8 ([b1e56ee](https://github.com/joandersonbatista/wa-js/commit/b1e56ee15d34e8a0c42941da5bda1b99d7026770))
|
|
221
|
-
* Update minimum require Whatsapp version to >= 2.2212.4-beta ([bcb5f36](https://github.com/joandersonbatista/wa-js/commit/bcb5f3696f9d5912db963ccf0fc98fb2ba53c999))
|
|
222
|
-
* Update status v3 contacts before send ([96fa79b](https://github.com/joandersonbatista/wa-js/commit/96fa79b413e1dac9dfc52f617c57a0a52152ce07))
|
|
223
|
-
* Update the minimal version of WhatsApp WEB to 2.2230.9-beta ([968fca2](https://github.com/joandersonbatista/wa-js/commit/968fca2d5c8bb4a34a150c886c8e82d114e71798))
|
|
224
|
-
* Update UserPrefs namespace ([68db5fa](https://github.com/joandersonbatista/wa-js/commit/68db5fab3deac14316b58a06d501c24efc81f842))
|
|
225
|
-
* Updated the minimal version of WhatsApp WEB to >=2.2245.8-beta ([2ea71a2](https://github.com/joandersonbatista/wa-js/commit/2ea71a2c9af06f5ddd999aa31e4936dfb5d72736))
|
|
226
|
-
* Use non obstructive trigger for chat.new_message event ([07316fb](https://github.com/joandersonbatista/wa-js/commit/07316fbef0b23af4d5968fa781c338ea9dc6954d))
|
|
227
|
-
* webpack loading improvement attempt ([ac4a818](https://github.com/joandersonbatista/wa-js/commit/ac4a818aa150532b8841db33aa9e741ed35ec4a8))
|
|
228
|
-
* WPP.chat.deleteMessage function ([88ac040](https://github.com/joandersonbatista/wa-js/commit/88ac04066fd9ed93388992786a9f8ee2fd9b7ccf))
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
### Code Refactoring
|
|
232
|
-
|
|
233
|
-
* Renamed sendVCardContact to sendVCardContactMessage ([13fb994](https://github.com/joandersonbatista/wa-js/commit/13fb9946473fbf1d374ec6808277053ac836a717))
|
|
234
|
-
* Reorganized export modules ([4e71634](https://github.com/joandersonbatista/wa-js/commit/4e71634e21b8a85b72cd2427ec6891469125dd56))
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
* refactor!: Renamed auth to conn ([bc72d11](https://github.com/joandersonbatista/wa-js/commit/bc72d11aadc46e4bc5f24d9d1927abac96017ceb))
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
### Features
|
|
241
|
-
|
|
242
|
-
* add optional link preview servers via config ([4f7ac41](https://github.com/joandersonbatista/wa-js/commit/4f7ac41b9c90a985843452c3d9db6695657a6926))
|
|
243
|
-
* add talkyzap version ([8ade1f0](https://github.com/joandersonbatista/wa-js/commit/8ade1f0da0c762eb726efaa462afdaf1f8781bfa))
|
|
244
|
-
* Add WPP.conn.refreshQR function ([edae1c0](https://github.com/joandersonbatista/wa-js/commit/edae1c0f38e90c3b8f7cd860e47e627dac946e97))
|
|
245
|
-
* Added 'chat.new_reaction' event (fix [#417](https://github.com/joandersonbatista/wa-js/issues/417)) ([ce2ded5](https://github.com/joandersonbatista/wa-js/commit/ce2ded536597ce16b3df2cf9a44135efabe3ef5d))
|
|
246
|
-
* Added base of QRCode ([ae37878](https://github.com/joandersonbatista/wa-js/commit/ae3787894ca921d7575f84ddd5333827d296816a))
|
|
247
|
-
* Added base64 function ([40e7b25](https://github.com/joandersonbatista/wa-js/commit/40e7b2503950d7b94b1872b802acfb622705a527))
|
|
248
|
-
* Added blocklist functions ([14579c6](https://github.com/joandersonbatista/wa-js/commit/14579c64ec584c47b10388374f9305dc8bd754c7))
|
|
249
|
-
* Added cache for link preview result (close [#1316](https://github.com/joandersonbatista/wa-js/issues/1316)) ([e19d4a6](https://github.com/joandersonbatista/wa-js/commit/e19d4a6f7d8a1d16435296320f2c3d991dc3d9dc))
|
|
250
|
-
* Added chat.active_chat event (close [#868](https://github.com/joandersonbatista/wa-js/issues/868)) ([4ca7a39](https://github.com/joandersonbatista/wa-js/commit/4ca7a3915604f12c65dd70b94513fe9446847f0d))
|
|
251
|
-
* Added chat.msg_edited event (close [#1620](https://github.com/joandersonbatista/wa-js/issues/1620)) ([#1624](https://github.com/joandersonbatista/wa-js/issues/1624)) ([06def0a](https://github.com/joandersonbatista/wa-js/commit/06def0adf8928bf3f68e0b2e3bb2e953bb7a8337))
|
|
252
|
-
* Added chat.new_message event ([e16eaa1](https://github.com/joandersonbatista/wa-js/commit/e16eaa147cccd67f6e138bb5fad1406740189ffc))
|
|
253
|
-
* Added chat.poll_response event ([#809](https://github.com/joandersonbatista/wa-js/issues/809)) ([428dfa8](https://github.com/joandersonbatista/wa-js/commit/428dfa80d359d279cbd2505a7b75b4f228e91876))
|
|
254
|
-
* Added chat.presence_change event ([70836d1](https://github.com/joandersonbatista/wa-js/commit/70836d10c9e67fe1259eb2d5cdb7124f4b6ffcaf))
|
|
255
|
-
* Added chat.update_label event ([#1015](https://github.com/joandersonbatista/wa-js/issues/1015)) ([b65a518](https://github.com/joandersonbatista/wa-js/commit/b65a518deea9f31f5a2c52ed24d92cc5a277c92f))
|
|
256
|
-
* Added conn.main_init event ([1b1adf5](https://github.com/joandersonbatista/wa-js/commit/1b1adf55e92593197bc15b8446a21ce0c4ef4836))
|
|
257
|
-
* Added conn.online event ([#1085](https://github.com/joandersonbatista/wa-js/issues/1085)) ([36415a0](https://github.com/joandersonbatista/wa-js/commit/36415a01286ba60756d59d95e4499277f4622e3a))
|
|
258
|
-
* Added ConnModel and default Conn ([27de477](https://github.com/joandersonbatista/wa-js/commit/27de4770f455d588951a938ec315dcd66c0a6f6b))
|
|
259
|
-
* Added constants ([91e3f3f](https://github.com/joandersonbatista/wa-js/commit/91e3f3fc53873d701ca87f600cdfc8b18e7ffc25))
|
|
260
|
-
* Added create, edit, and delete products functions (fix [#442](https://github.com/joandersonbatista/wa-js/issues/442)) ([8e8bb22](https://github.com/joandersonbatista/wa-js/commit/8e8bb221a611152df782f52d088aa84f92da0868))
|
|
261
|
-
* Added delay option for text messages ([#1354](https://github.com/joandersonbatista/wa-js/issues/1354)) ([d0dc4a0](https://github.com/joandersonbatista/wa-js/commit/d0dc4a0ac17bc7d61c59b89737a9a33fb9b2c240))
|
|
262
|
-
* Added enum SendMsgResult ([411c4ef](https://github.com/joandersonbatista/wa-js/commit/411c4ef629f362fa0025d6113ded2fb71c173bee))
|
|
263
|
-
* Added fallback for webpack modules ([b54a03b](https://github.com/joandersonbatista/wa-js/commit/b54a03bfbaef4565ca0cde93a0b2e1130f38612b))
|
|
264
|
-
* Added Features ([51c0c86](https://github.com/joandersonbatista/wa-js/commit/51c0c86ce2d68e7bce985c1bf3c45689b4c586c0))
|
|
265
|
-
* Added function WPP.util.blobToBase64 ([fc06eef](https://github.com/joandersonbatista/wa-js/commit/fc06eef900cc423709fb6a275e004f630ca352c3))
|
|
266
|
-
* Added function WPP.util.downloadImage ([bd6c0b8](https://github.com/joandersonbatista/wa-js/commit/bd6c0b8c0f45bfae58a7f17b361c903539865e56))
|
|
267
|
-
* Added get, create, edit, and delete collections functions (fix [#442](https://github.com/joandersonbatista/wa-js/issues/442)) ([ef6192b](https://github.com/joandersonbatista/wa-js/commit/ef6192b49cc411b826d69b369c9b179994fc5a23))
|
|
268
|
-
* Added getMessages for Chat ([4e0f1d3](https://github.com/joandersonbatista/wa-js/commit/4e0f1d3d85a5b4e8b8e848ee019b29b22d370020))
|
|
269
|
-
* Added Google Analytics ([946cc80](https://github.com/joandersonbatista/wa-js/commit/946cc80b691adcc2818a0702b821898f73311df7))
|
|
270
|
-
* Added googleAnalyticsUserProperty options ([f425767](https://github.com/joandersonbatista/wa-js/commit/f425767f0b30d95b24a15fca8ab7c269d4e3240d))
|
|
271
|
-
* Added group management functions ([decae64](https://github.com/joandersonbatista/wa-js/commit/decae64cb60f5b61948956084af3b41dcebf23fe))
|
|
272
|
-
* Added group.participant_changed event ([e24dcc2](https://github.com/joandersonbatista/wa-js/commit/e24dcc21307ef173156da7bace07a49afb8922b7))
|
|
273
|
-
* Added GroupMetadataCollection ([641a2c3](https://github.com/joandersonbatista/wa-js/commit/641a2c3f8239543ef5dba93aea3a96c099524c96))
|
|
274
|
-
* Added isAuthenticated function ([73800d7](https://github.com/joandersonbatista/wa-js/commit/73800d73ea45b9c94bdd639565bc99e85f6228d5))
|
|
275
|
-
* Added isMainReady ([cd411bd](https://github.com/joandersonbatista/wa-js/commit/cd411bdf1303f24bb160a875980e56d0a6c4f8a3))
|
|
276
|
-
* Added linkPreview for WPP.chat.sendTextMessage ([d39f325](https://github.com/joandersonbatista/wa-js/commit/d39f3254dfe90d280c83b324f8884a8645b2562d))
|
|
277
|
-
* Added live location events in WPP.chat ([#184](https://github.com/joandersonbatista/wa-js/issues/184)) ([d4c6f27](https://github.com/joandersonbatista/wa-js/commit/d4c6f27a7c4acb557a6de85f8f7a6c3a942dc4d8))
|
|
278
|
-
* Added markIsComposing, markIsRecording and markIsPaused chat functions ([2ec6bfc](https://github.com/joandersonbatista/wa-js/commit/2ec6bfc2662b326f39e95cc1a589b5a343d61de7))
|
|
279
|
-
* Added markIsRead option for sending message ([0a92e98](https://github.com/joandersonbatista/wa-js/commit/0a92e98f88a022db3921c337ee284aa3600be0ca))
|
|
280
|
-
* Added mentionedList and detectMentioned options for send message ([f4c01fa](https://github.com/joandersonbatista/wa-js/commit/f4c01faa3563127289100d1fc072a4518d432cfa))
|
|
281
|
-
* Added msg_ack_change event for WPP.chat ([827952b](https://github.com/joandersonbatista/wa-js/commit/827952bf91d6b559547522b8aa5f90a9259b397b))
|
|
282
|
-
* Added msg_revoke (WPP.chat.on) event ([d6303bf](https://github.com/joandersonbatista/wa-js/commit/d6303bf6974cdee81ba33aa73e09fe301e16d1a3))
|
|
283
|
-
* Added needsUpdate function/event ([#763](https://github.com/joandersonbatista/wa-js/issues/763)) ([f4e8ee0](https://github.com/joandersonbatista/wa-js/commit/f4e8ee07ace65aa1b4a931d6cef19bc901ae41ad))
|
|
284
|
-
* Added new server for link-preview (https://linkpreview.hps.net.br:2053) ([638a0a8](https://github.com/joandersonbatista/wa-js/commit/638a0a8e89046182882dc53be0eb94dd2ef3a6e1))
|
|
285
|
-
* Added new server for link-preview (https://wajsapi.titanwhats.com.br) ([f5b0027](https://github.com/joandersonbatista/wa-js/commit/f5b00271c0b7c83467e180c9c97be8ee6be51aa3))
|
|
286
|
-
* Added new server for link-preview (https://wppserver.comunicabh.com.br) ([0db3c9c](https://github.com/joandersonbatista/wa-js/commit/0db3c9c3d8153c0d0a8ee3bb51e6141bf4449b7d))
|
|
287
|
-
* Added newsletter functions (close [#1365](https://github.com/joandersonbatista/wa-js/issues/1365)) ([#1386](https://github.com/joandersonbatista/wa-js/issues/1386)) ([b0bab71](https://github.com/joandersonbatista/wa-js/commit/b0bab717f9370a0be9767c6500df697cce083415))
|
|
288
|
-
* Added option onlyCommunities for WPP.chat.list function ([590c9ce](https://github.com/joandersonbatista/wa-js/commit/590c9cebf92dc50ea70e548183874ca069605905))
|
|
289
|
-
* Added option onlyUnread for WPP.chat.getMessages function ([550a66f](https://github.com/joandersonbatista/wa-js/commit/550a66f40c776451ff0aa68dfe7878b999161f54))
|
|
290
|
-
* Added option to change the deviceName ([841bea8](https://github.com/joandersonbatista/wa-js/commit/841bea8d9d6661186bd17f32b6342e0b3918cf1a))
|
|
291
|
-
* Added option to create a subgroup for community ([445bc79](https://github.com/joandersonbatista/wa-js/commit/445bc7972250ea155678c7eb743c5149a1c8ba7b))
|
|
292
|
-
* Added option to define device name ([df6f1e2](https://github.com/joandersonbatista/wa-js/commit/df6f1e22e7174fa7eec3954117c6094a6347dcb2))
|
|
293
|
-
* Added option to disable all status sync (config.syncAllStatus) ([845bcf6](https://github.com/joandersonbatista/wa-js/commit/845bcf65635876794ef1f3e98557fc59756bb2f1))
|
|
294
|
-
* Added option to filter chat and contacts with label (close [#436](https://github.com/joandersonbatista/wa-js/issues/436)) ([bff74df](https://github.com/joandersonbatista/wa-js/commit/bff74df6bc55ce657b97957752e06e0aa5c09d14))
|
|
295
|
-
* Added option to get only media, url and docs for WPP.chat.getMessages ([a74ac3c](https://github.com/joandersonbatista/wa-js/commit/a74ac3c4fe676821264af3308f41bab1441f7aba))
|
|
296
|
-
* Added option to send buttons for files ([1db78a2](https://github.com/joandersonbatista/wa-js/commit/1db78a2e053b5592ceb883408846e4d252c27281))
|
|
297
|
-
* Added order.payment_status event ([8165a2a](https://github.com/joandersonbatista/wa-js/commit/8165a2a877c1c28bd549b68376f3dce17bdb3ae6))
|
|
298
|
-
* Added quotedMsg option for send message ([1a6aacd](https://github.com/joandersonbatista/wa-js/commit/1a6aacd68a408049cfd2bb034626f0e0bd5f62bf))
|
|
299
|
-
* Added selectableCount option to WPP.chat.sendCreatePollMessage ([f6f3c9f](https://github.com/joandersonbatista/wa-js/commit/f6f3c9f17f61bf2794b90e11ecab44c6dcd9119d))
|
|
300
|
-
* Added send buttons for text message ([332a8fe](https://github.com/joandersonbatista/wa-js/commit/332a8feeeb7204a7191b20153152bda9efed0c66))
|
|
301
|
-
* Added send list message ([80dad4d](https://github.com/joandersonbatista/wa-js/commit/80dad4dd92a0b0a960debe7455eefe7de52b531a))
|
|
302
|
-
* Added send text to status stories ([2752353](https://github.com/joandersonbatista/wa-js/commit/27523533f859670373f24611262b5be84f869359))
|
|
303
|
-
* Added sendStatusToDevice option to avoid app crashing ([d762d3a](https://github.com/joandersonbatista/wa-js/commit/d762d3a84bfc5ca8a164e7e2614453ab5114d301))
|
|
304
|
-
* Added support for send PTV message ([f973d9d](https://github.com/joandersonbatista/wa-js/commit/f973d9d267ce1a2f7ad4962da98b1261a5b67fb6))
|
|
305
|
-
* Added support to link preview for Multi Devices ([2ef2249](https://github.com/joandersonbatista/wa-js/commit/2ef22496a8cbc112781d033626e91a6e616b13d1))
|
|
306
|
-
* Added support to reject call for WhatsApp >= 2.2301.5 ([2aaf02c](https://github.com/joandersonbatista/wa-js/commit/2aaf02c2e5122b499d61139452c054bd13d558f0))
|
|
307
|
-
* Added support to string, blob and file formats to WPP.chat.sendFileMessage ([8a6626a](https://github.com/joandersonbatista/wa-js/commit/8a6626aeae85f76a53627221f81e73cbe6958de0))
|
|
308
|
-
* Added support to waveform for ptt audio messages ([290ebfe](https://github.com/joandersonbatista/wa-js/commit/290ebfefe6021b3d17f7fdfdda5545bb0473b26f))
|
|
309
|
-
* Added support to WhasApp WEB 2.3000.x ([dca69de](https://github.com/joandersonbatista/wa-js/commit/dca69deaaad120fa60d37a89950a119a5bb5fc3c))
|
|
310
|
-
* Added typedoc ([c862697](https://github.com/joandersonbatista/wa-js/commit/c8626977d91a9d795121e98c843e091a75ba0f0d))
|
|
311
|
-
* Added util.generateOrderUniqueId function ([53aa925](https://github.com/joandersonbatista/wa-js/commit/53aa92525ed9f07c50d98fc7287130b0dbc4d1ee))
|
|
312
|
-
* Added WhatsApp function to download and format source ([1b3919f](https://github.com/joandersonbatista/wa-js/commit/1b3919f0778eae2d6f4aba2daf1481eeb3f32822))
|
|
313
|
-
* Added WPP.auth.isMultiDevice function ([1186db7](https://github.com/joandersonbatista/wa-js/commit/1186db7c22379d4b4c1d561c387cab1bcd7bf8ac))
|
|
314
|
-
* Added WPP.auth.logout function (wppconnect-team/wppconnect[#579](https://github.com/joandersonbatista/wa-js/issues/579)) ([75914f2](https://github.com/joandersonbatista/wa-js/commit/75914f28e05d5d56f6cd11c69dc72b3c9600162d))
|
|
315
|
-
* Added WPP.call.accept function ([d379e50](https://github.com/joandersonbatista/wa-js/commit/d379e502dd1a9caad33ddefb672dddee71c680d0))
|
|
316
|
-
* Added WPP.call.end function ([ec7364d](https://github.com/joandersonbatista/wa-js/commit/ec7364ddfe144b3950ae655ac193a5d1d267ad20))
|
|
317
|
-
* Added WPP.call.offer function ([aa53282](https://github.com/joandersonbatista/wa-js/commit/aa53282ff71ea757c2a2b6525d6b2e128096ad22))
|
|
318
|
-
* Added WPP.call.rejectCall function ([4461cb0](https://github.com/joandersonbatista/wa-js/commit/4461cb0becebbb942e20bc41577dc8be1333cffc))
|
|
319
|
-
* Added WPP.catalog.getMyCatalog function ([7922931](https://github.com/joandersonbatista/wa-js/commit/7922931a44b691c3f7878b21d1d01a07da0da983))
|
|
320
|
-
* Added WPP.catalog.getProductById function ([0b883a3](https://github.com/joandersonbatista/wa-js/commit/0b883a3dd921c0a3aee3570d000236f6591e8ab7))
|
|
321
|
-
* Added WPP.catalog.getProducts function ([f4d1716](https://github.com/joandersonbatista/wa-js/commit/f4d171604d2ecc7312ccf2299665077e05009634))
|
|
322
|
-
* Added WPP.catalog.setProductVisibility function ([d3a60e3](https://github.com/joandersonbatista/wa-js/commit/d3a60e337d897e700dee6540a548d020320a5efa))
|
|
323
|
-
* Added WPP.catalog.updateCartEnabled function ([b70af87](https://github.com/joandersonbatista/wa-js/commit/b70af87b0ac300fccf26e895b78e98c24ceef46b))
|
|
324
|
-
* Added WPP.chat.archive function ([8e7b0c7](https://github.com/joandersonbatista/wa-js/commit/8e7b0c7ef38aaada2ac752b176b8e9f414d94412))
|
|
325
|
-
* Added WPP.chat.canMarkPlayed function ([4149eec](https://github.com/joandersonbatista/wa-js/commit/4149eec998a58f75043778349d20bc28175d3f60))
|
|
326
|
-
* Added WPP.chat.canReply function ([b10c648](https://github.com/joandersonbatista/wa-js/commit/b10c6483f88b115cbe1f5863b9dbb99a83acddc8))
|
|
327
|
-
* Added WPP.chat.clear function ([805ce7f](https://github.com/joandersonbatista/wa-js/commit/805ce7f06f207dd2cef9a8586f4d3f7310ed9348))
|
|
328
|
-
* Added WPP.chat.delete function (wppconnect-team/wppconnect[#586](https://github.com/joandersonbatista/wa-js/issues/586)) ([4639722](https://github.com/joandersonbatista/wa-js/commit/463972283dee443663c7e042dc6dcdb8095453d6))
|
|
329
|
-
* Added WPP.chat.deleteMessage function ([d9b1c4f](https://github.com/joandersonbatista/wa-js/commit/d9b1c4f787d2e852431244110fafdfdbcdba56dd))
|
|
330
|
-
* Added WPP.chat.downloadMedia function ([712095a](https://github.com/joandersonbatista/wa-js/commit/712095a20bef08202d820c9c7b7ccf084162756b))
|
|
331
|
-
* Added WPP.chat.editMessage ([c63dcd4](https://github.com/joandersonbatista/wa-js/commit/c63dcd4e438e1c8ef12da02bcb50009e42062aca))
|
|
332
|
-
* Added WPP.chat.forwardMessage function ([#603](https://github.com/joandersonbatista/wa-js/issues/603)) ([afe5ac3](https://github.com/joandersonbatista/wa-js/commit/afe5ac3aeae67a0d5fbb9c5f5e48672e36592175))
|
|
333
|
-
* Added WPP.chat.getActiveChat function (close [#868](https://github.com/joandersonbatista/wa-js/issues/868)) ([bc0b7be](https://github.com/joandersonbatista/wa-js/commit/bc0b7be65964156d7aa458e9a018a2b92165af0f))
|
|
334
|
-
* Added WPP.chat.getLastSeen function ([#546](https://github.com/joandersonbatista/wa-js/issues/546)) ([925920d](https://github.com/joandersonbatista/wa-js/commit/925920deb2e9951e24c1263afcd0383d80ff830e))
|
|
335
|
-
* Added WPP.chat.getMessageACK function (close [#697](https://github.com/joandersonbatista/wa-js/issues/697)) ([ffc378f](https://github.com/joandersonbatista/wa-js/commit/ffc378f9ea5b8a2be31e7fa1846381dff6ef9cd6))
|
|
336
|
-
* Added WPP.chat.getMessageById function ([e44420c](https://github.com/joandersonbatista/wa-js/commit/e44420c90248ffa97ebd436e92c4623a6628f29b))
|
|
337
|
-
* Added WPP.chat.getPlatformFromMessage function ([d0f41ee](https://github.com/joandersonbatista/wa-js/commit/d0f41ee75b6ab87ca665bc9b05726a7aac31d2f6))
|
|
338
|
-
* Added WPP.chat.getReactions function ([#811](https://github.com/joandersonbatista/wa-js/issues/811)) ([422da5f](https://github.com/joandersonbatista/wa-js/commit/422da5f4caa7b33392106f15de51140ac0874a0b))
|
|
339
|
-
* Added WPP.chat.getVotes function ([#810](https://github.com/joandersonbatista/wa-js/issues/810)) ([5b05beb](https://github.com/joandersonbatista/wa-js/commit/5b05beb3f5bd2ab85fa559e200f5a96e9627218e))
|
|
340
|
-
* Added WPP.chat.keepMessage function (close [#1142](https://github.com/joandersonbatista/wa-js/issues/1142)) ([#1517](https://github.com/joandersonbatista/wa-js/issues/1517)) ([77298e1](https://github.com/joandersonbatista/wa-js/commit/77298e14d34e96c92d5257507b260419ca047c21))
|
|
341
|
-
* Added WPP.chat.list function ([8657dd1](https://github.com/joandersonbatista/wa-js/commit/8657dd1d896f7856d28aeac47c076b4f2dfc4b9b))
|
|
342
|
-
* Added WPP.chat.markAsRead and WPP.chat.markAsUnread functions ([1db6903](https://github.com/joandersonbatista/wa-js/commit/1db6903e8eaace318d95cc0f894332754c012d2f))
|
|
343
|
-
* Added WPP.chat.markPlayed function ([c21941f](https://github.com/joandersonbatista/wa-js/commit/c21941f28a9cd7721d9a60f6dad781201e60b35d))
|
|
344
|
-
* Added WPP.chat.mute and unmute functions ([d2c5c7c](https://github.com/joandersonbatista/wa-js/commit/d2c5c7c51510a87d0b24615b5b6bf51bac96f63b))
|
|
345
|
-
* Added WPP.chat.openChatAt, openChatBottom and openChatFromUnread functions ([5e33e2d](https://github.com/joandersonbatista/wa-js/commit/5e33e2d22370c35deb2cfbc78868b6997281de8e))
|
|
346
|
-
* Added WPP.chat.pin function (close [#425](https://github.com/joandersonbatista/wa-js/issues/425)) ([0fdd8fe](https://github.com/joandersonbatista/wa-js/commit/0fdd8fe317c2eae03fac39302150e2d2c875b045))
|
|
347
|
-
* Added WPP.chat.pinMsg function ([a7078f8](https://github.com/joandersonbatista/wa-js/commit/a7078f855e0525d259a3c2020f3966e0ce01f5ef))
|
|
348
|
-
* Added WPP.chat.requestPhoneNumber function ([4723eac](https://github.com/joandersonbatista/wa-js/commit/4723eac3c7035a914cff8343a30af82554eef1ee))
|
|
349
|
-
* Added WPP.chat.sendCreatePollMessage ([625b3b5](https://github.com/joandersonbatista/wa-js/commit/625b3b562c7059550bfac83fac8394c99b438fae))
|
|
350
|
-
* Added WPP.chat.sendFileMessage function ([efac868](https://github.com/joandersonbatista/wa-js/commit/efac868b55aa6a7201d760d2d2e1a87fa34f44ca))
|
|
351
|
-
* Added WPP.chat.sendGroupInviteMessage function (close [#1530](https://github.com/joandersonbatista/wa-js/issues/1530)) ([#1559](https://github.com/joandersonbatista/wa-js/issues/1559)) ([caf2595](https://github.com/joandersonbatista/wa-js/commit/caf2595e701eaeeeac9e5e7be5a952232035fc78))
|
|
352
|
-
* Added WPP.chat.sendLocationMessage function ([9503dcc](https://github.com/joandersonbatista/wa-js/commit/9503dccdb2b1cdb436db7c243b2852ee80267620))
|
|
353
|
-
* Added WPP.chat.sendOrderMessage function (close [#1328](https://github.com/joandersonbatista/wa-js/issues/1328)) ([75047b1](https://github.com/joandersonbatista/wa-js/commit/75047b1db14d6c8219215ad01c86db7cacf7ad1c))
|
|
354
|
-
* Added WPP.chat.sendReactionMessage function ([376b0be](https://github.com/joandersonbatista/wa-js/commit/376b0bef5beb5ffb6143b9c493de86ab8427c71d))
|
|
355
|
-
* Added WPP.chat.sendScheduledCallMessage (close [#1381](https://github.com/joandersonbatista/wa-js/issues/1381)) ([#1389](https://github.com/joandersonbatista/wa-js/issues/1389)) ([d706459](https://github.com/joandersonbatista/wa-js/commit/d706459fc3caa8ea3523f0beb2dcb265fba36570))
|
|
356
|
-
* Added WPP.chat.sendVCardContact function ([01c9fbe](https://github.com/joandersonbatista/wa-js/commit/01c9fbeeb806909542339bf26009c9b37cdda861))
|
|
357
|
-
* Added WPP.chat.starMessage function ([99757dc](https://github.com/joandersonbatista/wa-js/commit/99757dc26a8effe9187799be80272e6144f61e3a))
|
|
358
|
-
* Added WPP.community.demoteParticipants ([d9a84ac](https://github.com/joandersonbatista/wa-js/commit/d9a84ace3e1f7645a4b9c3076a5f2342e451bd17))
|
|
359
|
-
* Added WPP.community.promoteParticipants ([943a67c](https://github.com/joandersonbatista/wa-js/commit/943a67c22d268fb57f248cea976917ab7cb7a5b1))
|
|
360
|
-
* Added WPP.conn.genLinkDeviceCodeForPhoneNumber function (close [#1400](https://github.com/joandersonbatista/wa-js/issues/1400)) ([7e5d363](https://github.com/joandersonbatista/wa-js/commit/7e5d3633275e662ae4b8a2127f65446cce03a64f))
|
|
361
|
-
* Added WPP.conn.getHistorySyncProgress function ([9a47ef6](https://github.com/joandersonbatista/wa-js/commit/9a47ef6c986ccebe5b5b6b5ddace6dfc5c713506))
|
|
362
|
-
* Added WPP.conn.getMyDeviceId function (fix [#433](https://github.com/joandersonbatista/wa-js/issues/433)) ([a4f06f9](https://github.com/joandersonbatista/wa-js/commit/a4f06f9bd95f2a79375350ed847a075e2df00550))
|
|
363
|
-
* Added WPP.conn.getMyUserId function (fix [#433](https://github.com/joandersonbatista/wa-js/issues/433)) ([aaa391b](https://github.com/joandersonbatista/wa-js/commit/aaa391b65475a716537f7506592084fef1e50106))
|
|
364
|
-
* Added WPP.conn.getPlatform() ([03416b6](https://github.com/joandersonbatista/wa-js/commit/03416b622d877d28cf2d25d2dd42a534321c5239))
|
|
365
|
-
* Added WPP.conn.isMainInit function ([6840878](https://github.com/joandersonbatista/wa-js/commit/6840878645ab40ed0dd1b3c7a96decc661644b06))
|
|
366
|
-
* Added WPP.conn.isMainLoaded function ([46d7b47](https://github.com/joandersonbatista/wa-js/commit/46d7b4770b2833652eb2bcba9ef4394326e4213e))
|
|
367
|
-
* Added WPP.conn.isMainReady function ([66734d2](https://github.com/joandersonbatista/wa-js/commit/66734d295593a64f0f44467e63ea75cc1d73314d))
|
|
368
|
-
* Added WPP.conn.isOnline function (close [#1085](https://github.com/joandersonbatista/wa-js/issues/1085)) ([b2d48c1](https://github.com/joandersonbatista/wa-js/commit/b2d48c116d0d03614dc66fbcf857c72e5fb7fc4f))
|
|
369
|
-
* Added WPP.conn.isRegistered function ([44c4664](https://github.com/joandersonbatista/wa-js/commit/44c46649047464c230565ca143418e72417bea99))
|
|
370
|
-
* Added WPP.conn.joinWebBeta ([e9c0483](https://github.com/joandersonbatista/wa-js/commit/e9c0483af0da5ecea02f164c2bb86eee2168d2b5))
|
|
371
|
-
* Added WPP.conn.markAvailable and WPP.conn.markUnavailable functions ([019bd36](https://github.com/joandersonbatista/wa-js/commit/019bd36d618a5e6bef6ba640573cafb4bcc1c185))
|
|
372
|
-
* Added WPP.conn.on('authenticated') event ([21d24dc](https://github.com/joandersonbatista/wa-js/commit/21d24dc29c3ce1e05340e763995640be44032ea1))
|
|
373
|
-
* Added WPP.conn.on('main_loaded') event ([ea696f9](https://github.com/joandersonbatista/wa-js/commit/ea696f95f740f0d69ee4d9a816432b370c8ace7f))
|
|
374
|
-
* Added WPP.conn.on('main_ready') event ([9709b0d](https://github.com/joandersonbatista/wa-js/commit/9709b0dad6771ee9f58c87c63fbf488ca786fea0))
|
|
375
|
-
* Added WPP.conn.on('require_auth') event ([f75b372](https://github.com/joandersonbatista/wa-js/commit/f75b372868cc1366b154b8202a4bac1de2eb2d26))
|
|
376
|
-
* Added WPP.conn.setKeepAlive function ([d211485](https://github.com/joandersonbatista/wa-js/commit/d211485cd6379073b1962e7fc8e99d6c3d30da8d))
|
|
377
|
-
* Added WPP.conn.setLimit function ([#1069](https://github.com/joandersonbatista/wa-js/issues/1069)) ([9988fc7](https://github.com/joandersonbatista/wa-js/commit/9988fc7ecfdc7eca3b1778a1987f1a914425ea9d))
|
|
378
|
-
* Added WPP.contact.get function (close [#1012](https://github.com/joandersonbatista/wa-js/issues/1012)) ([#1516](https://github.com/joandersonbatista/wa-js/issues/1516)) ([0c31d37](https://github.com/joandersonbatista/wa-js/commit/0c31d379dfda2a96fafacc1049b72899ff74cc25))
|
|
379
|
-
* Added WPP.contact.getBusinessProfile function ([5c8e57a](https://github.com/joandersonbatista/wa-js/commit/5c8e57a0f1b00ace491e75c9eedab60e4ea35600))
|
|
380
|
-
* Added WPP.contact.getCommonGroups function (close [#1273](https://github.com/joandersonbatista/wa-js/issues/1273)) ([a7766fb](https://github.com/joandersonbatista/wa-js/commit/a7766fb7c1ef972cba34a90b8c9e4c10c38d2daa))
|
|
381
|
-
* Added WPP.contact.getProfilePictureUrl function ([ac1a147](https://github.com/joandersonbatista/wa-js/commit/ac1a1474bd09559d1949fc2668b7298b68c1b288))
|
|
382
|
-
* Added WPP.contact.getStatus function ([3d7fb55](https://github.com/joandersonbatista/wa-js/commit/3d7fb55a3de8b53c36d302c91c9b38cfdb106b43))
|
|
383
|
-
* Added WPP.contact.list function (close [#434](https://github.com/joandersonbatista/wa-js/issues/434)) ([b7ed183](https://github.com/joandersonbatista/wa-js/commit/b7ed1832b2df241a58078d6c87dee0df5dcbf3b4))
|
|
384
|
-
* Added WPP.contact.queryExists function ([04262f5](https://github.com/joandersonbatista/wa-js/commit/04262f55d9b7e4278ebf86c1cfe4833f8fc333b3))
|
|
385
|
-
* Added WPP.group.approve function ([0661f02](https://github.com/joandersonbatista/wa-js/commit/0661f0290e547d0104b6c062da8d87a41cde4dfa))
|
|
386
|
-
* Added WPP.group.create function ([6bc2260](https://github.com/joandersonbatista/wa-js/commit/6bc2260dfecbe434adf308e2261f9c7e05fecade))
|
|
387
|
-
* Added WPP.group.getAllGroups function ([#859](https://github.com/joandersonbatista/wa-js/issues/859)) ([75fb318](https://github.com/joandersonbatista/wa-js/commit/75fb318d44cfc60f0818a54b8567c1d64e6cad8a))
|
|
388
|
-
* Added WPP.group.getGroupInfoFromInviteCode function ([15462d8](https://github.com/joandersonbatista/wa-js/commit/15462d899f3da986c3780a6de28a149f97c26967))
|
|
389
|
-
* Added WPP.group.getGroupSizeLimit function (close [#691](https://github.com/joandersonbatista/wa-js/issues/691)) ([77a91fe](https://github.com/joandersonbatista/wa-js/commit/77a91fe1f03e20196655a9889dff18c157b8496a))
|
|
390
|
-
* Added WPP.group.getInviteCode function ([675845c](https://github.com/joandersonbatista/wa-js/commit/675845ccec971f0584dcb8a16eacf0fe4d1372da))
|
|
391
|
-
* Added WPP.group.getMembershipRequests ([5ef0836](https://github.com/joandersonbatista/wa-js/commit/5ef08364c13b656bc50a01d5629d5ebf548e71b1))
|
|
392
|
-
* Added WPP.group.getParticipants function ([70d5c39](https://github.com/joandersonbatista/wa-js/commit/70d5c399cdc177e0eb722a4cd90246775b4bdf86))
|
|
393
|
-
* Added WPP.group.join function ([2f92669](https://github.com/joandersonbatista/wa-js/commit/2f92669a4912be8397014c98620444413fcbf88d))
|
|
394
|
-
* Added WPP.group.leave function ([0981635](https://github.com/joandersonbatista/wa-js/commit/0981635683a067561def49ef06e2596c159428b1))
|
|
395
|
-
* Added WPP.group.reject function (close [#1058](https://github.com/joandersonbatista/wa-js/issues/1058)) ([687627d](https://github.com/joandersonbatista/wa-js/commit/687627dfbd28249819fd4d401fee024901f26ae6))
|
|
396
|
-
* Added WPP.group.removeIcon function (close [#923](https://github.com/joandersonbatista/wa-js/issues/923)) ([1abd12e](https://github.com/joandersonbatista/wa-js/commit/1abd12ef5e5d6d841fd23c603f9da818ac0aaa68))
|
|
397
|
-
* Added WPP.group.revokeInviteCode function ([501c378](https://github.com/joandersonbatista/wa-js/commit/501c37816c08c800463fb791fd861a3cea1f7d70))
|
|
398
|
-
* Added WPP.group.setDescription function ([547999f](https://github.com/joandersonbatista/wa-js/commit/547999f0d87e6fad20068094e1ce43b76ffb87c7))
|
|
399
|
-
* Added WPP.group.setIcon function ([79b0c76](https://github.com/joandersonbatista/wa-js/commit/79b0c767866420fe87ea5be7eb5a4fea5c48c6d6))
|
|
400
|
-
* Added WPP.group.setProperty function ([0fdfb37](https://github.com/joandersonbatista/wa-js/commit/0fdfb3721b6d19bfc09c3f682b0e1f74ed804907))
|
|
401
|
-
* Added WPP.group.setSubject function ([d0dcc5e](https://github.com/joandersonbatista/wa-js/commit/d0dcc5ed12d376b3dc769b2de30f0582e30b4be7))
|
|
402
|
-
* Added WPP.labels.getLabelById function ([56767b4](https://github.com/joandersonbatista/wa-js/commit/56767b4c07b0810941b8bc91047f9d5f926b461b))
|
|
403
|
-
* Added WPP.order.get function ([7a0dce9](https://github.com/joandersonbatista/wa-js/commit/7a0dce907dd640779326dd18f2b26ab6502d0b0f))
|
|
404
|
-
* Added WPP.profile.editBusinessProfile function ([30f18b2](https://github.com/joandersonbatista/wa-js/commit/30f18b2a2aba1f5ff5c7d74dd079d94bdd833c15))
|
|
405
|
-
* Added WPP.profile.getMyProfileName function ([#1656](https://github.com/joandersonbatista/wa-js/issues/1656)) ([7726540](https://github.com/joandersonbatista/wa-js/commit/77265408baa1a839c38651443b88cab560f62898))
|
|
406
|
-
* Added WPP.profile.getMyStatus function ([7c5975d](https://github.com/joandersonbatista/wa-js/commit/7c5975df3eaacc6a4b98f5e9116574dfbcaf8cfa))
|
|
407
|
-
* Added WPP.profile.isBusiness() ([9433b9c](https://github.com/joandersonbatista/wa-js/commit/9433b9c54c5bbb2a8d89f82362a258667db13706))
|
|
408
|
-
* Added WPP.profile.removeMyProfilePicture function ([#923](https://github.com/joandersonbatista/wa-js/issues/923)) ([307e567](https://github.com/joandersonbatista/wa-js/commit/307e56772f320bec0a517804ee8a8ceeea9f8bf0))
|
|
409
|
-
* Added WPP.profile.setMyProfileName function (close [#941](https://github.com/joandersonbatista/wa-js/issues/941)) ([e8916e3](https://github.com/joandersonbatista/wa-js/commit/e8916e37770a7934064ed159195fb2a248aaba2e))
|
|
410
|
-
* Added WPP.profile.setMyProfilePicture ([3d773b7](https://github.com/joandersonbatista/wa-js/commit/3d773b799c507c4865781201a3c48dbf1e7fc3d6))
|
|
411
|
-
* Added WPP.profile.setMyStatus function ([caaa3ce](https://github.com/joandersonbatista/wa-js/commit/caaa3ce199a418c2fcb5d428909dee936e1c5210))
|
|
412
|
-
* Added WPP.status.sendImageStatus function ([2814ef3](https://github.com/joandersonbatista/wa-js/commit/2814ef35b43b74cdbcc47e5b0ad1f76ff7d8a649))
|
|
413
|
-
* Added WPP.status.sendReadStatus ([a4587dc](https://github.com/joandersonbatista/wa-js/commit/a4587dc73ca7ca52ea7c3e0f7874ae39c226551b))
|
|
414
|
-
* Added WPP.status.sendVideoStatus function ([46bb3dc](https://github.com/joandersonbatista/wa-js/commit/46bb3dc8c532d5bb816e47f5ca6dc11de55b6008))
|
|
415
|
-
* Added WPP.status.updateParticipants function ([1cc99a3](https://github.com/joandersonbatista/wa-js/commit/1cc99a3bebf2678d0883963a38a97e7573ba979a))
|
|
416
|
-
* Added WPP.util ([1bbe448](https://github.com/joandersonbatista/wa-js/commit/1bbe448bb5c61eccfbc24283ab770aa687bf0e49))
|
|
417
|
-
* Added WPP.util.isBase64 function ([5817ab5](https://github.com/joandersonbatista/wa-js/commit/5817ab5c66ecc0924a6b8042bc763ef5468eaa85))
|
|
418
|
-
* Added WPP.version and WPP.license ([31eaddd](https://github.com/joandersonbatista/wa-js/commit/31eaddd2673e0d4d1d2d4594f1ad7f7805a8014d))
|
|
419
|
-
* Added WPP.whatsapp.PinInChatStore ([e81a362](https://github.com/joandersonbatista/wa-js/commit/e81a36273e52b2dae8261a6b4b0c65216fb6b026))
|
|
420
|
-
* Aded call.incoming_call event ([e318902](https://github.com/joandersonbatista/wa-js/commit/e3189021673f866d3c6ebc82af12794d07241614))
|
|
421
|
-
* Created community functions ([d52137b](https://github.com/joandersonbatista/wa-js/commit/d52137b920c4b422bb22d5da368840deb6fccf62))
|
|
422
|
-
* Created option to sendTextMessage ([a979a82](https://github.com/joandersonbatista/wa-js/commit/a979a8285e07874a9008c49a1b25cc28af16b1b6))
|
|
423
|
-
* Exported calculateFilehashFromBlob from WhatsApp ([c0c0772](https://github.com/joandersonbatista/wa-js/commit/c0c0772e8b19cdb9b1a145580da32de1f147f865))
|
|
424
|
-
* Exported function currencyForCountryShortcode ([d3caf97](https://github.com/joandersonbatista/wa-js/commit/d3caf974ea89bda960096cfc2ecae1640114c3bd))
|
|
425
|
-
* Exported function getCountryShortcodeByPhone ([17671d7](https://github.com/joandersonbatista/wa-js/commit/17671d7b279c58975e6acc8bcb5a657177a3a768))
|
|
426
|
-
* Exported function getOrderInfo ([20e88c4](https://github.com/joandersonbatista/wa-js/commit/20e88c4abfa6e66b7b9019834289d98edfe13720))
|
|
427
|
-
* Exported getCurrentLid function ([92176a0](https://github.com/joandersonbatista/wa-js/commit/92176a053af40f152fd18766380ccca96cd98ede))
|
|
428
|
-
* Exported getHistorySyncProgress function ([02ee36d](https://github.com/joandersonbatista/wa-js/commit/02ee36d6a108f68d9fa505b41e3bb33b96a1ef20))
|
|
429
|
-
* Exported getQuotedMsgObj function ([9ea80a2](https://github.com/joandersonbatista/wa-js/commit/9ea80a27a8d4d2357f44da09e54ac1f18e1b95c1))
|
|
430
|
-
* Exported isUnreadTypeMsg function ([864d060](https://github.com/joandersonbatista/wa-js/commit/864d060f6dcdff8eaaa485691fb7e90fe6f518ae))
|
|
431
|
-
* Exported MsgInfoParticipantCollection and MsgInfoParticipantModel ([35011b4](https://github.com/joandersonbatista/wa-js/commit/35011b44e417120bec63eb058aa133f084f78d32))
|
|
432
|
-
* Exported NetworkStatus ([5ce90e8](https://github.com/joandersonbatista/wa-js/commit/5ce90e88e663872107be3f067bbb2d988c078da4))
|
|
433
|
-
* Exported processRawAudioVideo function ([e1b1db6](https://github.com/joandersonbatista/wa-js/commit/e1b1db6fb94789d82886ed5310b6731912e5633d))
|
|
434
|
-
* Exported processRawMedia function ([45a353e](https://github.com/joandersonbatista/wa-js/commit/45a353e578b36d0a66dfd1cba31a24d6a3d7140e))
|
|
435
|
-
* Exported ProductCatalogSession from WhatsApp ([0aefe4c](https://github.com/joandersonbatista/wa-js/commit/0aefe4cd18d39d2db00d6e14f9dc0ab7c774c824))
|
|
436
|
-
* Exported requestDeletePicture function ([1f26500](https://github.com/joandersonbatista/wa-js/commit/1f265002cd0bfc4c2ecec2a6fa2ee17713d5aa74))
|
|
437
|
-
* Exported setPushname function ([40eb9bf](https://github.com/joandersonbatista/wa-js/commit/40eb9bfd0cc2e27550c4fd152e5fc0d182b192ea))
|
|
438
|
-
* Exported unixTime and unixTimeMs functions ([5872e53](https://github.com/joandersonbatista/wa-js/commit/5872e532291444c81ae70763a75eae208f219877))
|
|
439
|
-
* Exported WPP.whatsapp.canEditMessage ([746d349](https://github.com/joandersonbatista/wa-js/commit/746d3497ffc1348b2e103013756435eee6690c93))
|
|
440
|
-
* Exported WPP.whatsapp.sendPinInChatMsg function ([c7a5606](https://github.com/joandersonbatista/wa-js/commit/c7a56065a50fe51f2d55850740491bf06cb667af))
|
|
441
|
-
* Extracted createMsgProtobuf function ([514065a](https://github.com/joandersonbatista/wa-js/commit/514065a415d3c4ec5f8de0c7bba0371e8095ef85))
|
|
442
|
-
* Extracted fetchLinkPreview function ([0049dca](https://github.com/joandersonbatista/wa-js/commit/0049dcadae77551d5721b9330e72b7504ced1835))
|
|
443
|
-
* Extracted findFirstWebLink function ([c4e04e0](https://github.com/joandersonbatista/wa-js/commit/c4e04e0ac33c418951523bc0cb1ff616ee6a22f9))
|
|
444
|
-
* Extracted genMinimalLinkPreview function from WhatsApp Web ([bc81d8c](https://github.com/joandersonbatista/wa-js/commit/bc81d8c3ed4eab6229d8d1f00000f45eb969c464))
|
|
445
|
-
* Extracted getStatus and setMyStatus functions ([3777cf4](https://github.com/joandersonbatista/wa-js/commit/3777cf4980c63b0a10b7ca15488e998c22e48804))
|
|
446
|
-
* Extracted MediaBlobCache class ([da30052](https://github.com/joandersonbatista/wa-js/commit/da3005234136dc5a719ca6c5b86024fd9a0b8fea))
|
|
447
|
-
* Extracted sendCallSignalingMsg function ([05b5779](https://github.com/joandersonbatista/wa-js/commit/05b577983895224586260df07c4477fda4bfb6b9))
|
|
448
|
-
* Extracted sendSetPicture function ([127f32c](https://github.com/joandersonbatista/wa-js/commit/127f32cc3897b17d6e828ea52b4e492ee4a2e081))
|
|
449
|
-
* Extracted set group properties functions ([548e880](https://github.com/joandersonbatista/wa-js/commit/548e8808181c624e82fa33b486d140283954bab6))
|
|
450
|
-
* Extracted Stream module ([0d8f076](https://github.com/joandersonbatista/wa-js/commit/0d8f076d700d93a685c8ce15c6b9ad6cb9688254))
|
|
451
|
-
* Extracted WapNode and wap functions ([3b5a323](https://github.com/joandersonbatista/wa-js/commit/3b5a323086e4ebc523776df3afa05bf69b31ed6c))
|
|
452
|
-
* First functions for labels ([#126](https://github.com/joandersonbatista/wa-js/issues/126)) ([56ed31e](https://github.com/joandersonbatista/wa-js/commit/56ed31ef9a9be889d93c1fcaa49b9c59a177769d))
|
|
453
|
-
* Improved config ([51548d9](https://github.com/joandersonbatista/wa-js/commit/51548d94815eda656b520ff94aa01f8b8cc15230))
|
|
454
|
-
* Improved link-preview to try all available servers ([f728bcb](https://github.com/joandersonbatista/wa-js/commit/f728bcbc445a68f2511d847797f1d65982b7f318))
|
|
455
|
-
* More label functions ([#154](https://github.com/joandersonbatista/wa-js/issues/154)) ([c92efec](https://github.com/joandersonbatista/wa-js/commit/c92efecaedadd14df14f697576c3e3033bc96854))
|
|
456
|
-
* more options to chat listing ([#1037](https://github.com/joandersonbatista/wa-js/issues/1037)) ([48663da](https://github.com/joandersonbatista/wa-js/commit/48663da01778631469014fe1e9f898d9a623a687))
|
|
457
|
-
* New function WPP.auth.setMultiDevice ([#183](https://github.com/joandersonbatista/wa-js/issues/183)) ([e81307e](https://github.com/joandersonbatista/wa-js/commit/e81307eae123eea12139cee8d4e3a67472dc24cf))
|
|
458
|
-
* Now WPP.chat.sendFileMessage auto detect the content ([09ce7e3](https://github.com/joandersonbatista/wa-js/commit/09ce7e36d20d7347294ff3989dd15e2919dab1d3))
|
|
459
|
-
* Send file as sticker ([#155](https://github.com/joandersonbatista/wa-js/issues/155)) ([8395965](https://github.com/joandersonbatista/wa-js/commit/839596523b28d6a9019d6c2cb949db240950081f))
|
|
460
|
-
* Send status (stories) from Multi Device ([4fd782a](https://github.com/joandersonbatista/wa-js/commit/4fd782ace8c04202f582cf6dec40f3b94c99535d))
|
|
461
|
-
* Switched emittery to eventemitter2 ([0844cd2](https://github.com/joandersonbatista/wa-js/commit/0844cd233abf5d10114e9ef1bc0000e3d6881cd9))
|
|
462
|
-
* Trigger chat.new_message event for ciphertext msg after sync ([3338cce](https://github.com/joandersonbatista/wa-js/commit/3338ccef2a24654da76fdb9852f7c875c0e33968))
|
|
463
|
-
* Usage Google Analytics optional, can set own GA track id ([19079d7](https://github.com/joandersonbatista/wa-js/commit/19079d7c0e7e7c3440e94275d4536226c8f324ea))
|
|
464
|
-
* Working on template buttons support ([ecf0a81](https://github.com/joandersonbatista/wa-js/commit/ecf0a813da0a3c3c811e3d6cf6611ea98ed1f18c))
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
### Performance Improvements
|
|
468
|
-
|
|
469
|
-
* Improved module resolution time ([f63778b](https://github.com/joandersonbatista/wa-js/commit/f63778b8e220080754f5ef26c63831d82755dc12))
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
### Reverts
|
|
473
|
-
|
|
474
|
-
* Added template to changelog ([9ebf70b](https://github.com/joandersonbatista/wa-js/commit/9ebf70b6defd370eba39cc5786bcc49df6cb5b2a))
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
### BREAKING CHANGES
|
|
478
|
-
|
|
479
|
-
* Now "not found module" will return undefined value instead of throw an exception
|
|
480
|
-
* Min version of WhatsApp WEB: 2.2204.13
|
|
481
|
-
* Changed all interface events to WPP.ev and WPP.on
|
|
482
|
-
* Renamed auth to conn
|
|
483
|
-
* Renamed sendVCardContact to sendVCardContactMessage
|
|
1
|
+
## 3.1.1 (2024-04-10)
|
|
484
2
|
|
|
485
3
|
|
|
486
4
|
|
package/README.md
CHANGED