@wppconnect/wa-js 3.6.0 → 3.7.0
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 +1926 -1
- package/dist/cart/functions/add.d.ts +20 -0
- package/dist/cart/functions/clear.d.ts +16 -0
- package/dist/cart/functions/get.d.ts +27 -0
- package/dist/cart/functions/getThumbFromCart.d.ts +16 -0
- package/dist/cart/functions/index.d.ts +22 -0
- package/dist/cart/functions/remove.d.ts +17 -0
- package/dist/cart/functions/submit.d.ts +33 -0
- package/dist/cart/functions/update.d.ts +19 -0
- package/dist/cart/index.d.ts +16 -0
- package/dist/catalog/functions/getProductById.d.ts +24 -2
- package/dist/chat/functions/index.d.ts +1 -1
- package/dist/chat/functions/{sendOrderMessage.d.ts → sendChargeMessage.d.ts} +7 -7
- package/dist/index.d.ts +1 -0
- package/dist/whatsapp/functions/addProductToCart.d.ts +23 -0
- package/dist/whatsapp/functions/createOrder.d.ts +24 -0
- package/dist/whatsapp/functions/index.d.ts +3 -0
- package/dist/whatsapp/functions/updateCart.d.ts +20 -0
- package/dist/whatsapp/misc/MsgKey.d.ts +1 -1
- package/dist/whatsapp/models/CartItemModel.d.ts +1 -0
- package/dist/wppconnect-wa.js +1 -1
- package/dist/wppconnect-wa.js.LICENSE.txt +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,1929 @@
|
|
|
1
|
-
# 3.6.0 (2024-07-
|
|
1
|
+
# [3.7.0](https://github.com/wppconnect-team/wa-js/compare/v3.6.0...v3.7.0) (2024-07-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* BREAKING-CHANGE: Change function sendOrderMessage to sendChargeMessage ([cf3dca0](https://github.com/wppconnect-team/wa-js/commit/cf3dca0d94f57943d7112bac6320fa30ca6fb5fb))
|
|
7
|
+
* downgrade husky@^9.0.11 ([e2bedb9](https://github.com/wppconnect-team/wa-js/commit/e2bedb90ff11f5cc2edcf065f23ef2870b6b35ad))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* Added WPP.cart.add function ([f2087d7](https://github.com/wppconnect-team/wa-js/commit/f2087d773c836a731d8a013c510796f1958ce471))
|
|
13
|
+
* Added WPP.cart.clear function ([670474d](https://github.com/wppconnect-team/wa-js/commit/670474dfe20d5d34098fa31b12a3e7c5532b41d2))
|
|
14
|
+
* Added WPP.cart.get function ([5f205d0](https://github.com/wppconnect-team/wa-js/commit/5f205d03e109752fe2c7d5936e253cb056242f45))
|
|
15
|
+
* Added WPP.cart.remove function ([ec01aac](https://github.com/wppconnect-team/wa-js/commit/ec01aac88f9c9da4faecf15f539c411b3663b796))
|
|
16
|
+
* Added WPP.cart.submit function ([08ac283](https://github.com/wppconnect-team/wa-js/commit/08ac28378ac58184790fa4799959d4354a206d74))
|
|
17
|
+
* Added WPP.cart.update function ([011fcdc](https://github.com/wppconnect-team/wa-js/commit/011fcdc410074450f10d83ac8d033d658ddcf149))
|
|
18
|
+
* Exported function addProductToCart ([83983af](https://github.com/wppconnect-team/wa-js/commit/83983afbfd0a9a23c748bc447ede0aee7638fd10))
|
|
19
|
+
* Exported function createOrder ([ba553d0](https://github.com/wppconnect-team/wa-js/commit/ba553d035800c4bd0d131ebb74078e9ff3660736))
|
|
20
|
+
* Exported function updateCart ([245e7d9](https://github.com/wppconnect-team/wa-js/commit/245e7d9321cf12e0c3177a34f5628a412a6998da))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
# [3.6.0](https://github.com/wppconnect-team/wa-js/compare/v3.5.0...v3.6.0) (2024-07-16)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* Fixed get text status function (close [#2115](https://github.com/wppconnect-team/wa-js/issues/2115)) ([b165a1c](https://github.com/wppconnect-team/wa-js/commit/b165a1c9ea94b5361f808564697663803ca0093a))
|
|
30
|
+
* Improovment check versions for >= 2.3000.x ([4119ef2](https://github.com/wppconnect-team/wa-js/commit/4119ef2c23b4d58087675070fb6296de1fb012c7))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* Added WPP.chat.closeChat function ( [#2113](https://github.com/wppconnect-team/wa-js/issues/2113)) ([192e416](https://github.com/wppconnect-team/wa-js/commit/192e4162d468e188ab55d9d7894fcbbcbaf70c75))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
# [3.5.0](https://github.com/wppconnect-team/wa-js/compare/v3.4.2...v3.5.0) (2024-07-12)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* Fixed findChat is not a function (close [#2098](https://github.com/wppconnect-team/wa-js/issues/2098)) ([0944133](https://github.com/wppconnect-team/wa-js/commit/0944133a97da03c0aa0a5af1c3ad9bfefe265b2c))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Features
|
|
48
|
+
|
|
49
|
+
* Added 'conn.logout_reason' event (close [#1899](https://github.com/wppconnect-team/wa-js/issues/1899)) ([2466c30](https://github.com/wppconnect-team/wa-js/commit/2466c30cad19eaa14c2119e476d44b2e2e61d265))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## [3.4.2](https://github.com/wppconnect-team/wa-js/compare/v3.4.1...v3.4.2) (2024-07-08)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
* Fixed isStatusV3 error (close [#2054](https://github.com/wppconnect-team/wa-js/issues/2054)) ([dfae74d](https://github.com/wppconnect-team/wa-js/commit/dfae74de3751d091b5626da90d0df75381873eab))
|
|
59
|
+
* Fixed WPP.group.create function (close [#2050](https://github.com/wppconnect-team/wa-js/issues/2050)) ([#2056](https://github.com/wppconnect-team/wa-js/issues/2056)) ([deb8160](https://github.com/wppconnect-team/wa-js/commit/deb8160c6b3a38d1095089e9c354cdaa8e01fc16))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## [3.4.1](https://github.com/wppconnect-team/wa-js/compare/v3.4.0...v3.4.1) (2024-06-24)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Bug Fixes
|
|
67
|
+
|
|
68
|
+
* Improovment WPP.order.get function ([9ad2dd2](https://github.com/wppconnect-team/wa-js/commit/9ad2dd237db962a015bce2f191c880cfc91d4d47))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Features
|
|
72
|
+
|
|
73
|
+
* Added queryOrder function ([9bae53b](https://github.com/wppconnect-team/wa-js/commit/9bae53b662451f6e191c3b1a40bd6f8433840047))
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
# [3.4.0](https://github.com/wppconnect-team/wa-js/compare/v3.3.2...v3.4.0) (2024-06-21)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### Bug Fixes
|
|
81
|
+
|
|
82
|
+
* Fixed functions for Whatsaspp >=2.3000.1014314644 ([e22a7f5](https://github.com/wppconnect-team/wa-js/commit/e22a7f53f1d1e90469449743a1e7a5c8f969b440))
|
|
83
|
+
* Fixed join group via invite (close [#2029](https://github.com/wppconnect-team/wa-js/issues/2029)) ([610884d](https://github.com/wppconnect-team/wa-js/commit/610884d64b3cf576f2e6cdc91fed93a1374adc97))
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
* Added WPP.chat.sendPixKeyMessage ([b3526f2](https://github.com/wppconnect-team/wa-js/commit/b3526f2d250f1bf26b8e0d0100e43a9695b14785))
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## [3.3.2](https://github.com/wppconnect-team/wa-js/compare/v3.3.1...v3.3.2) (2024-06-18)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Bug Fixes
|
|
96
|
+
|
|
97
|
+
* Fixed chat.new_reaction event in 2.3000.x ([#2021](https://github.com/wppconnect-team/wa-js/issues/2021)) ([65b35e5](https://github.com/wppconnect-team/wa-js/commit/65b35e531c6e954c7a62935a63dafaeb772aaa9e))
|
|
98
|
+
* Fixed join group via invite (close [#1986](https://github.com/wppconnect-team/wa-js/issues/1986)) ([e3d26fa](https://github.com/wppconnect-team/wa-js/commit/e3d26fad60682a73e3b9d439f80a06156c9b38b8))
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Features
|
|
102
|
+
|
|
103
|
+
* Added call.outgoing_call event ([#2018](https://github.com/wppconnect-team/wa-js/issues/2018)) ([cda7e7a](https://github.com/wppconnect-team/wa-js/commit/cda7e7af48ffb1395985a75ba3eade2ed8c6b879))
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Reverts
|
|
107
|
+
|
|
108
|
+
* feat: Added call.outgoing_call event ([c2f470a](https://github.com/wppconnect-team/wa-js/commit/c2f470a755c84d9c77b040ccd9c5e6c078a37eaa))
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
## [3.3.1](https://github.com/wppconnect-team/wa-js/compare/v3.3.0...v3.3.1) (2024-06-09)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
### Bug Fixes
|
|
116
|
+
|
|
117
|
+
* Fixed delete messages for me ([5cdf157](https://github.com/wppconnect-team/wa-js/commit/5cdf157ae1c7ad02ff099979cf6a0a949c436ee0))
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
# [3.3.0](https://github.com/wppconnect-team/wa-js/compare/v3.2.6...v3.3.0) (2024-06-06)
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Bug Fixes
|
|
125
|
+
|
|
126
|
+
* Added version in compiled files (close [#1928](https://github.com/wppconnect-team/wa-js/issues/1928)) ([7c50f80](https://github.com/wppconnect-team/wa-js/commit/7c50f80772c653bd41bb2e4d13d7a00e790b19fc))
|
|
127
|
+
* Fixed deleteMessage function ([#1954](https://github.com/wppconnect-team/wa-js/issues/1954)) (close [#1939](https://github.com/wppconnect-team/wa-js/issues/1939)) ([6e71b0d](https://github.com/wppconnect-team/wa-js/commit/6e71b0d2669170155c2362ee051529abf833be9c))
|
|
128
|
+
* Fixed launch protocol-log function (close [#1950](https://github.com/wppconnect-team/wa-js/issues/1950)) ([7380885](https://github.com/wppconnect-team/wa-js/commit/73808850e691a58d787312820c4518c29c722ed3))
|
|
129
|
+
* Fixed send group invite link ([#1991](https://github.com/wppconnect-team/wa-js/issues/1991)) ([1978c5c](https://github.com/wppconnect-team/wa-js/commit/1978c5c7f3d69f8b857ad9e52c317989c81e7d78))
|
|
130
|
+
* **group:** Fixed Add Member if not an administrator ([#1964](https://github.com/wppconnect-team/wa-js/issues/1964)) ([4afb4d4](https://github.com/wppconnect-team/wa-js/commit/4afb4d4f80f9349cd5dc0544d0fbc8deeef05125))
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Features
|
|
134
|
+
|
|
135
|
+
* Added editMessage id response ([#1955](https://github.com/wppconnect-team/wa-js/issues/1955)) ([b6b96b8](https://github.com/wppconnect-team/wa-js/commit/b6b96b821bc7ab7bf96df8c7b8be4cae101137b7))
|
|
136
|
+
* **group:** add getPastParticipants function ([#1936](https://github.com/wppconnect-team/wa-js/issues/1936)) ([cdd2c6a](https://github.com/wppconnect-team/wa-js/commit/cdd2c6a6bc00e22e8d73d408744211a1206a724e))
|
|
137
|
+
* Improovment on edit message captions ([#1946](https://github.com/wppconnect-team/wa-js/issues/1946)) ([b609a9f](https://github.com/wppconnect-team/wa-js/commit/b609a9f4b8cc4eef5b0de6d4ad9a51665bb97ad7))
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
## [3.2.6](https://github.com/wppconnect-team/wa-js/compare/v3.2.5...v3.2.6) (2024-05-10)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
### Bug Fixes
|
|
145
|
+
|
|
146
|
+
* Fixed functions for whatsapp >= 2.3000.1013409128 ([a2f9053](https://github.com/wppconnect-team/wa-js/commit/a2f90533d21ffe8b30836c8c08c699da01606564))
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
## [3.2.5](https://github.com/wppconnect-team/wa-js/compare/v3.2.3...v3.2.5) (2024-05-10)
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
### Bug Fixes
|
|
154
|
+
|
|
155
|
+
* Fixed functions for whatsapp >= 2.3000.1013251637 ([#1894](https://github.com/wppconnect-team/wa-js/issues/1894)) ([3f7488a](https://github.com/wppconnect-team/wa-js/commit/3f7488ac6a629e6c58cf45e4ecb29ecf47faa60b))
|
|
156
|
+
* Fixed functions for whatsapp >= 2.3000.1013384762 ([#1917](https://github.com/wppconnect-team/wa-js/issues/1917)) ([46a6c28](https://github.com/wppconnect-team/wa-js/commit/46a6c286be087c375ee61fd629a15b8761edc16a))
|
|
157
|
+
* Fixed servers for link previews ([5e6d2f8](https://github.com/wppconnect-team/wa-js/commit/5e6d2f8849cfb6ddedcb43dfd99bc1bcdf2726a7))
|
|
158
|
+
* Improovment link preview to prioritize the native function ([ffa4eaa](https://github.com/wppconnect-team/wa-js/commit/ffa4eaa27cf6fbf3a8803e0b0bb479f6b1082520))
|
|
159
|
+
* Improovment on Linkpreview cache ([05a78d2](https://github.com/wppconnect-team/wa-js/commit/05a78d2e4641c86bed78d197f389577f19c01aae))
|
|
160
|
+
* Update GTAG for Analytics ([2586f3c](https://github.com/wppconnect-team/wa-js/commit/2586f3cbb660c84aec94b7259ba223ef62e83c9e))
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
## [3.2.3](https://github.com/wppconnect-team/wa-js/compare/v3.2.2...v3.2.3) (2024-05-02)
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
### Bug Fixes
|
|
168
|
+
|
|
169
|
+
* Fixed check nine digit in Brazil in queryExists (close [#1888](https://github.com/wppconnect-team/wa-js/issues/1888)) ([8bc5f9e](https://github.com/wppconnect-team/wa-js/commit/8bc5f9e06f39e5eb180a0f8fdf579a24161cdaf3))
|
|
170
|
+
* Fixed getNumChatsPinned function ([b91ec15](https://github.com/wppconnect-team/wa-js/commit/b91ec1572656e145da5330e3e4a4efde2f101009))
|
|
171
|
+
* Fixed queryGroupInviteCode function (close [#1890](https://github.com/wppconnect-team/wa-js/issues/1890)) ([b4ec6a8](https://github.com/wppconnect-team/wa-js/commit/b4ec6a835f31c7a509660a081fcce5489b64ec74))
|
|
172
|
+
* Fixed sendExitGroup function ([b4b046c](https://github.com/wppconnect-team/wa-js/commit/b4b046c5ac6611b5b12c18162f8eb3318fd6044d))
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
## [3.2.2](https://github.com/wppconnect-team/wa-js/compare/v3.2.1...v3.2.2) (2024-04-29)
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### Bug Fixes
|
|
180
|
+
|
|
181
|
+
* Fixed setPin function (close [#1871](https://github.com/wppconnect-team/wa-js/issues/1871)) ([247fc04](https://github.com/wppconnect-team/wa-js/commit/247fc044bd049a731b08b8a4e479de273214812b))
|
|
182
|
+
* Fixed waiting for queryExist synchronization (close [#1784](https://github.com/wppconnect-team/wa-js/issues/1784)) ([e89a374](https://github.com/wppconnect-team/wa-js/commit/e89a3744afe84011e1c9461e2eee04ceaaf66c28))
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
## [3.2.1](https://github.com/wppconnect-team/wa-js/compare/v3.2.0...v3.2.1) (2024-04-27)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### Bug Fixes
|
|
190
|
+
|
|
191
|
+
* Fixed send some messages ([#1876](https://github.com/wppconnect-team/wa-js/issues/1876)) ([f063fa3](https://github.com/wppconnect-team/wa-js/commit/f063fa39fb0062c0542ee91f08c59755c91e3b7d))
|
|
192
|
+
* Fixed send view once messages types ([#1869](https://github.com/wppconnect-team/wa-js/issues/1869)) (close [#1868](https://github.com/wppconnect-team/wa-js/issues/1868)) ([16a1bd0](https://github.com/wppconnect-team/wa-js/commit/16a1bd0ce3fea2919d5d824a30fe4455a4f574ad))
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
# [3.2.0](https://github.com/wppconnect-team/wa-js/compare/v3.1.1...v3.2.0) (2024-04-25)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Bug Fixes
|
|
200
|
+
|
|
201
|
+
* Fixed functions in whatsapp >=2.3000.1013010908 ([0481ce8](https://github.com/wppconnect-team/wa-js/commit/0481ce8faa72a1bf262573e3fc8ec48dce507475))
|
|
202
|
+
* Fixed injecting, error undefined VERSION (close [#1851](https://github.com/wppconnect-team/wa-js/issues/1851)) ([8ccbf06](https://github.com/wppconnect-team/wa-js/commit/8ccbf0692ff884f7b9d3148aff6fa0cfda622dd7))
|
|
203
|
+
* Fixed send newsletter text message (close [#1808](https://github.com/wppconnect-team/wa-js/issues/1808)) ([a041474](https://github.com/wppconnect-team/wa-js/commit/a04147447ca71edb8e69ad78907c707e6bf16df2))
|
|
204
|
+
* Fixed week days in spanish (close [#1829](https://github.com/wppconnect-team/wa-js/issues/1829)) ([a75cc32](https://github.com/wppconnect-team/wa-js/commit/a75cc327bf54214db64b4bdc9a06a5ce537b81e7))
|
|
205
|
+
* Improovment newsletter to send poll ([ca4382f](https://github.com/wppconnect-team/wa-js/commit/ca4382fb9abecf8c9d2332cf6d679e98b66c9bb6))
|
|
206
|
+
* Improovment on remove participant group (close [#1814](https://github.com/wppconnect-team/wa-js/issues/1814)) ([7fc192e](https://github.com/wppconnect-team/wa-js/commit/7fc192ed151c6f11494683bc3b09c82f9a551a8b))
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Features
|
|
210
|
+
|
|
211
|
+
* Added WPP.newsletter.getSubscribers function ([#1861](https://github.com/wppconnect-team/wa-js/issues/1861)) (close [#1746](https://github.com/wppconnect-team/wa-js/issues/1746)) ([31bdbb5](https://github.com/wppconnect-team/wa-js/commit/31bdbb5ea4aa94183b03ab0f636700d0f677aa08))
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
## [3.1.1](https://github.com/wppconnect-team/wa-js/compare/v3.1.0...v3.1.1) (2024-04-10)
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### Bug Fixes
|
|
219
|
+
|
|
220
|
+
* Fixed fromMe is undefined ([d80bc2e](https://github.com/wppconnect-team/wa-js/commit/d80bc2e2956d4192c4d21495c34a1e2b3329b9d0))
|
|
221
|
+
* Fixed Property is not defined > 2.3000.101264x ([#1818](https://github.com/wppconnect-team/wa-js/issues/1818)) ([76cb90c](https://github.com/wppconnect-team/wa-js/commit/76cb90cc226645c0988e65c336e2258c84a25e8d))
|
|
222
|
+
* Fixed Unknown File path "9550" error ([84e3466](https://github.com/wppconnect-team/wa-js/commit/84e34667d0e1f19dc548aec252364fa024d20a3a))
|
|
223
|
+
* Fixed WPP.chat.getVotes function ([#1821](https://github.com/wppconnect-team/wa-js/issues/1821)) ([9f717e9](https://github.com/wppconnect-team/wa-js/commit/9f717e9a7901860a333d04037887fe5e8d77c0f3))
|
|
224
|
+
* Update GTAG for analytics ([#1800](https://github.com/wppconnect-team/wa-js/issues/1800)) ([46518b6](https://github.com/wppconnect-team/wa-js/commit/46518b6a1b9201a35fc38060ff7dc937e02b6f71))
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
### Features
|
|
228
|
+
|
|
229
|
+
* Improovment WPP.chat.list for list Newsletters ([6d3efed](https://github.com/wppconnect-team/wa-js/commit/6d3efed2d2009556c59411936998704f9bdaf906))
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
# [3.1.0](https://github.com/wppconnect-team/wa-js/compare/v3.0.1...v3.1.0) (2024-03-28)
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
### Bug Fixes
|
|
237
|
+
|
|
238
|
+
* Fixed func is not a exported function ([59db1a5](https://github.com/wppconnect-team/wa-js/commit/59db1a5bc4f053fdf61f393a4af0d2c55cbb66f5))
|
|
239
|
+
* Fixed injecting webpack ([#1783](https://github.com/wppconnect-team/wa-js/issues/1783)) (close [#1778](https://github.com/wppconnect-team/wa-js/issues/1778)) ([79f1f2e](https://github.com/wppconnect-team/wa-js/commit/79f1f2e5e4a7c574fde8d9c45ac0da271be5422f))
|
|
240
|
+
* Fixed WPP.chat.mute function (close [#1772](https://github.com/wppconnect-team/wa-js/issues/1772)) ([#1780](https://github.com/wppconnect-team/wa-js/issues/1780)) ([e5e293d](https://github.com/wppconnect-team/wa-js/commit/e5e293debd4a99a537919a7285c86ad674e19f47))
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
### Features
|
|
244
|
+
|
|
245
|
+
* Added WPP.chat.pinMsg function ([a7078f8](https://github.com/wppconnect-team/wa-js/commit/a7078f855e0525d259a3c2020f3966e0ce01f5ef))
|
|
246
|
+
* Added WPP.whatsapp.PinInChatStore ([e81a362](https://github.com/wppconnect-team/wa-js/commit/e81a36273e52b2dae8261a6b4b0c65216fb6b026))
|
|
247
|
+
* Exported WPP.whatsapp.sendPinInChatMsg function ([c7a5606](https://github.com/wppconnect-team/wa-js/commit/c7a56065a50fe51f2d55850740491bf06cb667af))
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
### Reverts
|
|
251
|
+
|
|
252
|
+
* Added template to changelog ([9ebf70b](https://github.com/wppconnect-team/wa-js/commit/9ebf70b6defd370eba39cc5786bcc49df6cb5b2a))
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
## [3.0.1](https://github.com/wppconnect-team/wa-js/compare/v3.0.0...v3.0.1) (2024-03-25)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Bug Fixes
|
|
260
|
+
|
|
261
|
+
* Fixed 'call.incoming_call' event (close [#1766](https://github.com/wppconnect-team/wa-js/issues/1766)) ([486df99](https://github.com/wppconnect-team/wa-js/commit/486df991640276ff65b069847e21e0a2d29bb641))
|
|
262
|
+
* Fixed caption in send file message (close [#1736](https://github.com/wppconnect-team/wa-js/issues/1736)) ([#1738](https://github.com/wppconnect-team/wa-js/issues/1738)) ([42f4689](https://github.com/wppconnect-team/wa-js/commit/42f4689b3264c3013d3cb94954cae5de3725ae07))
|
|
263
|
+
* Fixed isOfficialClient check ([#1769](https://github.com/wppconnect-team/wa-js/issues/1769)) ([88f1f0e](https://github.com/wppconnect-team/wa-js/commit/88f1f0e6daf18b0492ceffb6274adef02323dc35))
|
|
264
|
+
* Fixed send list message (close [#1728](https://github.com/wppconnect-team/wa-js/issues/1728)) ([5b4827f](https://github.com/wppconnect-team/wa-js/commit/5b4827ff585df5b15791bd15d76128704a116f76))
|
|
265
|
+
* Fixed WPP.chat.archive function (close [#1743](https://github.com/wppconnect-team/wa-js/issues/1743)) ([#1760](https://github.com/wppconnect-team/wa-js/issues/1760)) ([d58e6d7](https://github.com/wppconnect-team/wa-js/commit/d58e6d734783b9d9660698d6c5745a28775ed2bd))
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
# [3.0.0](https://github.com/wppconnect-team/wa-js/compare/v2.28.1...v3.0.0) (2024-03-09)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Bug Fixes
|
|
273
|
+
|
|
274
|
+
* Fixed getHistorySyncProgress function compatibility with WhatsApp >= 2.2402.2 ([8ad2cec](https://github.com/wppconnect-team/wa-js/commit/8ad2cecb33b8c4c821be53107181786eaaf9c602))
|
|
275
|
+
* Fixed send message for groups ([e0d5932](https://github.com/wppconnect-team/wa-js/commit/e0d5932900578c9b82d4082a74e124dd95f1750e))
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
### Features
|
|
279
|
+
|
|
280
|
+
* Added chat.msg_edited event (close [#1620](https://github.com/wppconnect-team/wa-js/issues/1620)) ([#1624](https://github.com/wppconnect-team/wa-js/issues/1624)) ([06def0a](https://github.com/wppconnect-team/wa-js/commit/06def0adf8928bf3f68e0b2e3bb2e953bb7a8337))
|
|
281
|
+
* Added support to WhasApp WEB 2.3000.x ([dca69de](https://github.com/wppconnect-team/wa-js/commit/dca69deaaad120fa60d37a89950a119a5bb5fc3c))
|
|
282
|
+
* Added WPP.chat.sendGroupInviteMessage function (close [#1530](https://github.com/wppconnect-team/wa-js/issues/1530)) ([#1559](https://github.com/wppconnect-team/wa-js/issues/1559)) ([caf2595](https://github.com/wppconnect-team/wa-js/commit/caf2595e701eaeeeac9e5e7be5a952232035fc78))
|
|
283
|
+
* Added WPP.profile.getMyProfileName function ([#1656](https://github.com/wppconnect-team/wa-js/issues/1656)) ([7726540](https://github.com/wppconnect-team/wa-js/commit/77265408baa1a839c38651443b88cab560f62898))
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
## [2.28.1](https://github.com/wppconnect-team/wa-js/compare/v2.28.0...v2.28.1) (2023-12-20)
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
### Bug Fixes
|
|
291
|
+
|
|
292
|
+
* Exported the missing options ([2133e7e](https://github.com/wppconnect-team/wa-js/commit/2133e7edbf5f57be4696950020473cb2e6f02a55))
|
|
293
|
+
* Fixed catalog.editProduct function(close [#1553](https://github.com/wppconnect-team/wa-js/issues/1553)) ([01c4a18](https://github.com/wppconnect-team/wa-js/commit/01c4a18740bcae83acad5372b7851512962f5d3c))
|
|
294
|
+
* Fixed send status error ([#1540](https://github.com/wppconnect-team/wa-js/issues/1540)) ([fe69680](https://github.com/wppconnect-team/wa-js/commit/fe696803cf6a72d30569f3167c79bbb75173bce0))
|
|
295
|
+
* forwardMessagesToChats is missing from ChatStore ([#1535](https://github.com/wppconnect-team/wa-js/issues/1535)) ([788a37f](https://github.com/wppconnect-team/wa-js/commit/788a37fcf24be483ab06763037d118586b0b36d9))
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
### Features
|
|
299
|
+
|
|
300
|
+
* Added WPP.chat.keepMessage function (close [#1142](https://github.com/wppconnect-team/wa-js/issues/1142)) ([#1517](https://github.com/wppconnect-team/wa-js/issues/1517)) ([77298e1](https://github.com/wppconnect-team/wa-js/commit/77298e14d34e96c92d5257507b260419ca047c21))
|
|
301
|
+
* Added WPP.contact.get function (close [#1012](https://github.com/wppconnect-team/wa-js/issues/1012)) ([#1516](https://github.com/wppconnect-team/wa-js/issues/1516)) ([0c31d37](https://github.com/wppconnect-team/wa-js/commit/0c31d379dfda2a96fafacc1049b72899ff74cc25))
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
# [2.28.0](https://github.com/wppconnect-team/wa-js/compare/v2.27.0...v2.28.0) (2023-10-29)
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
### Bug Fixes
|
|
309
|
+
|
|
310
|
+
* Added trick to send list message (WPP.chat.sendListMessage) ([752329b](https://github.com/wppconnect-team/wa-js/commit/752329b7d9d75e342c1de6253107cb7c606fce42))
|
|
311
|
+
* Avoid emit events for 'chat.new_reaction' while is syncing ([61bdffc](https://github.com/wppconnect-team/wa-js/commit/61bdffcaa1b6e0b91a35441f8455a166188780d9))
|
|
312
|
+
* Avoid emit events for 'chat.poll_response' while is syncing ([f5b4cb9](https://github.com/wppconnect-team/wa-js/commit/f5b4cb9efc0c9316ac27d8e31483c9e8ec39063b))
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### Features
|
|
316
|
+
|
|
317
|
+
* Added WPP.conn.genLinkDeviceCodeForPhoneNumber function (close [#1400](https://github.com/wppconnect-team/wa-js/issues/1400)) ([7e5d363](https://github.com/wppconnect-team/wa-js/commit/7e5d3633275e662ae4b8a2127f65446cce03a64f))
|
|
318
|
+
* Added WPP.contact.getCommonGroups function (close [#1273](https://github.com/wppconnect-team/wa-js/issues/1273)) ([a7766fb](https://github.com/wppconnect-team/wa-js/commit/a7766fb7c1ef972cba34a90b8c9e4c10c38d2daa))
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
# [2.27.0](https://github.com/wppconnect-team/wa-js/compare/v2.26.1...v2.27.0) (2023-10-08)
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
### Bug Fixes
|
|
326
|
+
|
|
327
|
+
* Alternative fix for is not loading [#1322](https://github.com/wppconnect-team/wa-js/issues/1322) ([a60bbd3](https://github.com/wppconnect-team/wa-js/commit/a60bbd3484c86ba8f3b6c4e09e97f6e4d66baf01))
|
|
328
|
+
* Alternative fix for is not loading [#1322](https://github.com/wppconnect-team/wa-js/issues/1322) ([d4d0d95](https://github.com/wppconnect-team/wa-js/commit/d4d0d95176d5717fcf6e5a27cbe5e0758bcc7257))
|
|
329
|
+
* Fixed send status (text/image/video) (fix [#1270](https://github.com/wppconnect-team/wa-js/issues/1270),fix [#1284](https://github.com/wppconnect-team/wa-js/issues/1284), fix [#1327](https://github.com/wppconnect-team/wa-js/issues/1327)) ([e7e028e](https://github.com/wppconnect-team/wa-js/commit/e7e028ed751c909825e5d50f77f32c3e3fc866bc))
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
### Features
|
|
333
|
+
|
|
334
|
+
* Added delay option for text messages ([#1354](https://github.com/wppconnect-team/wa-js/issues/1354)) ([d0dc4a0](https://github.com/wppconnect-team/wa-js/commit/d0dc4a0ac17bc7d61c59b89737a9a33fb9b2c240))
|
|
335
|
+
* Added newsletter functions (close [#1365](https://github.com/wppconnect-team/wa-js/issues/1365)) ([#1386](https://github.com/wppconnect-team/wa-js/issues/1386)) ([b0bab71](https://github.com/wppconnect-team/wa-js/commit/b0bab717f9370a0be9767c6500df697cce083415))
|
|
336
|
+
* Added WPP.chat.sendScheduledCallMessage (close [#1381](https://github.com/wppconnect-team/wa-js/issues/1381)) ([#1389](https://github.com/wppconnect-team/wa-js/issues/1389)) ([d706459](https://github.com/wppconnect-team/wa-js/commit/d706459fc3caa8ea3523f0beb2dcb265fba36570))
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
## [2.26.1](https://github.com/wppconnect-team/wa-js/compare/v2.26.0...v2.26.1) (2023-09-13)
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
### Bug Fixes
|
|
344
|
+
|
|
345
|
+
* Fixed exported getDisplayNameOrPnForLid function for WhatsApp >= 2.2337.7 ([f6b463d](https://github.com/wppconnect-team/wa-js/commit/f6b463dd5d06e56bf3f1ace40dd7dcdf54d62bca))
|
|
346
|
+
* Fixed return value for the isNewMsg attribute (close [#1333](https://github.com/wppconnect-team/wa-js/issues/1333)) ([37b8354](https://github.com/wppconnect-team/wa-js/commit/37b835491863a3ae4e67ce9340649330322c6577))
|
|
347
|
+
* Fixed script injection (close [#1322](https://github.com/wppconnect-team/wa-js/issues/1322)) ([c412158](https://github.com/wppconnect-team/wa-js/commit/c412158c3086471a67f0912b697b1c5d55d7b7d1))
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
# [2.26.0](https://github.com/wppconnect-team/wa-js/compare/v2.25.0...v2.26.0) (2023-09-01)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Bug Fixes
|
|
355
|
+
|
|
356
|
+
* Fixed edit message function (close [#1321](https://github.com/wppconnect-team/wa-js/issues/1321)) ([#1335](https://github.com/wppconnect-team/wa-js/issues/1335)) ([209c994](https://github.com/wppconnect-team/wa-js/commit/209c994978458337ce34dec0f836274cabed086c))
|
|
357
|
+
* Fixed group.participant_changed event for join action ([d23c557](https://github.com/wppconnect-team/wa-js/commit/d23c557f298925d7dd27b27608f166eaf532a315))
|
|
358
|
+
* Typos fix ([3114b31](https://github.com/wppconnect-team/wa-js/commit/3114b319033aecade47fba2429dd146a24541477))
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
### Features
|
|
362
|
+
|
|
363
|
+
* Added order.payment_status event ([8165a2a](https://github.com/wppconnect-team/wa-js/commit/8165a2a877c1c28bd549b68376f3dce17bdb3ae6))
|
|
364
|
+
* Added support for send PTV message ([f973d9d](https://github.com/wppconnect-team/wa-js/commit/f973d9d267ce1a2f7ad4962da98b1261a5b67fb6))
|
|
365
|
+
* Added util.generateOrderUniqueId function ([53aa925](https://github.com/wppconnect-team/wa-js/commit/53aa92525ed9f07c50d98fc7287130b0dbc4d1ee))
|
|
366
|
+
* Added WPP.chat.sendOrderMessage function (close [#1328](https://github.com/wppconnect-team/wa-js/issues/1328)) ([75047b1](https://github.com/wppconnect-team/wa-js/commit/75047b1db14d6c8219215ad01c86db7cacf7ad1c))
|
|
367
|
+
* Added WPP.order.get function ([7a0dce9](https://github.com/wppconnect-team/wa-js/commit/7a0dce907dd640779326dd18f2b26ab6502d0b0f))
|
|
368
|
+
* Exported function currencyForCountryShortcode ([d3caf97](https://github.com/wppconnect-team/wa-js/commit/d3caf974ea89bda960096cfc2ecae1640114c3bd))
|
|
369
|
+
* Exported function getCountryShortcodeByPhone ([17671d7](https://github.com/wppconnect-team/wa-js/commit/17671d7b279c58975e6acc8bcb5a657177a3a768))
|
|
370
|
+
* Exported function getOrderInfo ([20e88c4](https://github.com/wppconnect-team/wa-js/commit/20e88c4abfa6e66b7b9019834289d98edfe13720))
|
|
371
|
+
* Exported processRawAudioVideo function ([e1b1db6](https://github.com/wppconnect-team/wa-js/commit/e1b1db6fb94789d82886ed5310b6731912e5633d))
|
|
372
|
+
* Exported processRawMedia function ([45a353e](https://github.com/wppconnect-team/wa-js/commit/45a353e578b36d0a66dfd1cba31a24d6a3d7140e))
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
# [2.25.0](https://github.com/wppconnect-team/wa-js/compare/v2.24.8...v2.25.0) (2023-08-28)
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
### Bug Fixes
|
|
380
|
+
|
|
381
|
+
* Fixed error on get poll votes (close [#1293](https://github.com/wppconnect-team/wa-js/issues/1293)) ([#1319](https://github.com/wppconnect-team/wa-js/issues/1319)) ([ac172a2](https://github.com/wppconnect-team/wa-js/commit/ac172a216db4b9a4a546136d51ec19439b2a0dc9))
|
|
382
|
+
* Fixed WhatsApp WEB loading error (fix [#1249](https://github.com/wppconnect-team/wa-js/issues/1249)) ([331de74](https://github.com/wppconnect-team/wa-js/commit/331de7436fd73deb78aed12f1459366b5242b316))
|
|
383
|
+
* Fixed WPP.chat.forwardMessage ([#1301](https://github.com/wppconnect-team/wa-js/issues/1301)) (fix [#1300](https://github.com/wppconnect-team/wa-js/issues/1300)) ([67089d7](https://github.com/wppconnect-team/wa-js/commit/67089d7e95dd06ed1c0353666e2da22d0e6c9270))
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Features
|
|
387
|
+
|
|
388
|
+
* Added cache for link preview result (close [#1316](https://github.com/wppconnect-team/wa-js/issues/1316)) ([e19d4a6](https://github.com/wppconnect-team/wa-js/commit/e19d4a6f7d8a1d16435296320f2c3d991dc3d9dc))
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
## [2.24.8](https://github.com/wppconnect-team/wa-js/compare/v2.24.7...v2.24.8) (2023-08-16)
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
### Bug Fixes
|
|
396
|
+
|
|
397
|
+
* Fixed call compatibility with WhatsApp >= 2.2333.11 (fix [#1269](https://github.com/wppconnect-team/wa-js/issues/1269)) ([57b1a1e](https://github.com/wppconnect-team/wa-js/commit/57b1a1e4abebe19cc3e82c17e253d3475c3995b6))
|
|
398
|
+
* Fixed WhatsApp WEB loading error (fix [#1249](https://github.com/wppconnect-team/wa-js/issues/1249)) ([433f939](https://github.com/wppconnect-team/wa-js/commit/433f93932297e12f6a6305e70b80171ed49a8b90))
|
|
399
|
+
* Fixed WPP.blocklist.isBlocked (fix [#1231](https://github.com/wppconnect-team/wa-js/issues/1231)) ([353a3c2](https://github.com/wppconnect-team/wa-js/commit/353a3c26973f859e5f21741bc93cfbc7cfbcf963))
|
|
400
|
+
* Fixed WPP.chat.list for communities ([74ea985](https://github.com/wppconnect-team/wa-js/commit/74ea9856245eb093c6c41a5b3e040aa20b313cd6))
|
|
401
|
+
* server link-preview ([2763a4f](https://github.com/wppconnect-team/wa-js/commit/2763a4f3e6a2b589ef1acdce448dd96ed118b755))
|
|
402
|
+
* webpack loading improvement attempt ([ac4a818](https://github.com/wppconnect-team/wa-js/commit/ac4a818aa150532b8841db33aa9e741ed35ec4a8))
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
## [2.24.7](https://github.com/wppconnect-team/wa-js/compare/v2.24.6...v2.24.7) (2023-07-11)
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### Bug Fixes
|
|
410
|
+
|
|
411
|
+
* Fixed compatibility for WhatsApp >= 2.2329.7 ([bf34304](https://github.com/wppconnect-team/wa-js/commit/bf34304a1910d041a5e030c6de46ff47406e72e0))
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Features
|
|
415
|
+
|
|
416
|
+
* Added option onlyCommunities for WPP.chat.list function ([590c9ce](https://github.com/wppconnect-team/wa-js/commit/590c9cebf92dc50ea70e548183874ca069605905))
|
|
417
|
+
* Added option to create a subgroup for community ([445bc79](https://github.com/wppconnect-team/wa-js/commit/445bc7972250ea155678c7eb743c5149a1c8ba7b))
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
## [2.24.6](https://github.com/wppconnect-team/wa-js/compare/v2.24.5...v2.24.6) (2023-07-07)
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Bug Fixes
|
|
425
|
+
|
|
426
|
+
* Fixed chat.new_message event for status reply (fix [#1211](https://github.com/wppconnect-team/wa-js/issues/1211)) ([a898151](https://github.com/wppconnect-team/wa-js/commit/a8981518b353b0dda7addefdaae77f8dcf267188))
|
|
427
|
+
* Fixed WPP.blocklist.blockContact function for WhatsApp >= 2.2323.4 (fix [#1210](https://github.com/wppconnect-team/wa-js/issues/1210)) ([5e8c31e](https://github.com/wppconnect-team/wa-js/commit/5e8c31e4140843b8604dfcf0a3bc3fc8d29741f8))
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
## [2.24.5](https://github.com/wppconnect-team/wa-js/compare/v2.24.4...v2.24.5) (2023-07-02)
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
### Bug Fixes
|
|
435
|
+
|
|
436
|
+
* Fixed compatibility of ContactModel for WhatsApp >= 2.2327.4 (fix [#1208](https://github.com/wppconnect-team/wa-js/issues/1208)) ([b960710](https://github.com/wppconnect-team/wa-js/commit/b960710f19b5422bdf39c5f9eb90a64f4580de31))
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
## [2.24.4](https://github.com/wppconnect-team/wa-js/compare/v2.24.3...v2.24.4) (2023-06-17)
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
### Bug Fixes
|
|
444
|
+
|
|
445
|
+
* Fixed set ephemeral value for group ([#1185](https://github.com/wppconnect-team/wa-js/issues/1185)) ([84c627d](https://github.com/wppconnect-team/wa-js/commit/84c627d4734b0b42970bd7873a34fd875b30ebfc))
|
|
446
|
+
* Fixed WPP.chat.sendLocationMessage function (fix [#1187](https://github.com/wppconnect-team/wa-js/issues/1187)) ([4b07663](https://github.com/wppconnect-team/wa-js/commit/4b0766323291a105b11e75979ff3033964205732))
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
## [2.24.3](https://github.com/wppconnect-team/wa-js/compare/v2.24.2...v2.24.3) (2023-06-13)
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
### Bug Fixes
|
|
454
|
+
|
|
455
|
+
* Fixed compatibility with WhatsApp >= 2.2325.3 ([5339618](https://github.com/wppconnect-team/wa-js/commit/53396183f624e5afc0388c2d4374d683dcc43fba))
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
## [2.24.2](https://github.com/wppconnect-team/wa-js/compare/v2.24.1...v2.24.2) (2023-05-23)
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
### Bug Fixes
|
|
463
|
+
|
|
464
|
+
* Fixed WPP.group.addParticipants function for WhatsApp >= 2.2320.4 (fix [#1114](https://github.com/wppconnect-team/wa-js/issues/1114)) ([fb7f4c6](https://github.com/wppconnect-team/wa-js/commit/fb7f4c62dc74e8fe11301cbd5a13a8f265773ce8))
|
|
465
|
+
* Small improvement for webpack inject ([#1061](https://github.com/wppconnect-team/wa-js/issues/1061)) ([84e7309](https://github.com/wppconnect-team/wa-js/commit/84e73099c85cbac3b7b0924512e52b5dac5d4eb5))
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
### Features
|
|
469
|
+
|
|
470
|
+
* Exported getCurrentLid function ([92176a0](https://github.com/wppconnect-team/wa-js/commit/92176a053af40f152fd18766380ccca96cd98ede))
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
## [2.24.1](https://github.com/wppconnect-team/wa-js/compare/v2.24.0...v2.24.1) (2023-05-19)
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
### Bug Fixes
|
|
478
|
+
|
|
479
|
+
* Fixed javascript load order (fix [#1061](https://github.com/wppconnect-team/wa-js/issues/1061)) ([284391e](https://github.com/wppconnect-team/wa-js/commit/284391eacf2351fe090ba3b48f5c9708b66e5032))
|
|
480
|
+
* Fixed send message (DuplicateMessageError) (fix [#1126](https://github.com/wppconnect-team/wa-js/issues/1126)) ([d95b140](https://github.com/wppconnect-team/wa-js/commit/d95b140164e688c2603487602283039114a9e9b0))
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
# [2.24.0](https://github.com/wppconnect-team/wa-js/compare/v2.23.5...v2.24.0) (2023-05-03)
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
### Bug Fixes
|
|
488
|
+
|
|
489
|
+
* Fixed ephemeral setting for sending messages (fix [#1014](https://github.com/wppconnect-team/wa-js/issues/1014)); ([a7d840d](https://github.com/wppconnect-team/wa-js/commit/a7d840d9c655cac21ef1704f7d916eb9c250b688))
|
|
490
|
+
* Fixed sending status with image/video (fix [#1035](https://github.com/wppconnect-team/wa-js/issues/1035)); ([cb7a32d](https://github.com/wppconnect-team/wa-js/commit/cb7a32d026c3a591c30650d7788cbe02a4f98454))
|
|
491
|
+
* Fixed sent status that was not show up after refresh (fix [#1017](https://github.com/wppconnect-team/wa-js/issues/1017)) ([dadb00d](https://github.com/wppconnect-team/wa-js/commit/dadb00d0010f61411d3287200a34cad160d9ca71))
|
|
492
|
+
* Improved chat.new_message event ([5355a0e](https://github.com/wppconnect-team/wa-js/commit/5355a0ecceece0c39b893d32319cb31fb97ce91f))
|
|
493
|
+
* Improved files loading from WA-JS (fix [#1061](https://github.com/wppconnect-team/wa-js/issues/1061)) ([f94f695](https://github.com/wppconnect-team/wa-js/commit/f94f6958834066b46048c65bbb2baa9bd5eb86fd))
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
### Features
|
|
497
|
+
|
|
498
|
+
* Added chat.update_label event ([#1015](https://github.com/wppconnect-team/wa-js/issues/1015)) ([b65a518](https://github.com/wppconnect-team/wa-js/commit/b65a518deea9f31f5a2c52ed24d92cc5a277c92f))
|
|
499
|
+
* Added conn.online event ([#1085](https://github.com/wppconnect-team/wa-js/issues/1085)) ([36415a0](https://github.com/wppconnect-team/wa-js/commit/36415a01286ba60756d59d95e4499277f4622e3a))
|
|
500
|
+
* Added WPP.conn.isOnline function (close [#1085](https://github.com/wppconnect-team/wa-js/issues/1085)) ([b2d48c1](https://github.com/wppconnect-team/wa-js/commit/b2d48c116d0d03614dc66fbcf857c72e5fb7fc4f))
|
|
501
|
+
* Added WPP.conn.joinWebBeta ([e9c0483](https://github.com/wppconnect-team/wa-js/commit/e9c0483af0da5ecea02f164c2bb86eee2168d2b5))
|
|
502
|
+
* Added WPP.group.approve function ([0661f02](https://github.com/wppconnect-team/wa-js/commit/0661f0290e547d0104b6c062da8d87a41cde4dfa))
|
|
503
|
+
* Added WPP.group.getMembershipRequests ([5ef0836](https://github.com/wppconnect-team/wa-js/commit/5ef08364c13b656bc50a01d5629d5ebf548e71b1))
|
|
504
|
+
* Added WPP.group.reject function (close [#1058](https://github.com/wppconnect-team/wa-js/issues/1058)) ([687627d](https://github.com/wppconnect-team/wa-js/commit/687627dfbd28249819fd4d401fee024901f26ae6))
|
|
505
|
+
* Exported NetworkStatus ([5ce90e8](https://github.com/wppconnect-team/wa-js/commit/5ce90e88e663872107be3f067bbb2d988c078da4))
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
## [2.23.5](https://github.com/wppconnect-team/wa-js/compare/v2.23.4...v2.23.5) (2023-04-29)
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
### Bug Fixes
|
|
513
|
+
|
|
514
|
+
* Fixed attribute chat on MessageModel ([#1077](https://github.com/wppconnect-team/wa-js/issues/1077)) ([38ba3af](https://github.com/wppconnect-team/wa-js/commit/38ba3af7042c1c89eb680c02f9845c4d1100a533))
|
|
515
|
+
* Fixed generated quoted id on msg group ([#1079](https://github.com/wppconnect-team/wa-js/issues/1079)) ([48c6780](https://github.com/wppconnect-team/wa-js/commit/48c67809777f8e9a61b738f5b9d8387a2750f068))
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
### Features
|
|
519
|
+
|
|
520
|
+
* Added WPP.conn.setLimit function ([#1069](https://github.com/wppconnect-team/wa-js/issues/1069)) ([9988fc7](https://github.com/wppconnect-team/wa-js/commit/9988fc7ecfdc7eca3b1778a1987f1a914425ea9d))
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
## [2.23.4](https://github.com/wppconnect-team/wa-js/compare/v2.23.3...v2.23.4) (2023-04-28)
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
### Bug Fixes
|
|
528
|
+
|
|
529
|
+
* Fixed exported getHistorySyncProgress function ([8ba04e8](https://github.com/wppconnect-team/wa-js/commit/8ba04e891eb8d06be5a80b550b74fba79dc70f18))
|
|
530
|
+
* Fixed WPP.chat.editMessage function for WhatsApp >= 2.2318.7 ([7a46aa0](https://github.com/wppconnect-team/wa-js/commit/7a46aa0626de5c34cabfa06e7e5c7d20450bdd3f))
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
## [2.23.3](https://github.com/wppconnect-team/wa-js/compare/v2.23.2...v2.23.3) (2023-04-15)
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
### Bug Fixes
|
|
538
|
+
|
|
539
|
+
* Fixed deprecated attributes for MsgModel ([ff65494](https://github.com/wppconnect-team/wa-js/commit/ff654947fba905c6be0eb020637d68f231be3d57))
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
## [2.23.2](https://github.com/wppconnect-team/wa-js/compare/v2.23.1...v2.23.2) (2023-04-13)
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
### Bug Fixes
|
|
547
|
+
|
|
548
|
+
* Fixed attributes MsgModel ([4ac516f](https://github.com/wppconnect-team/wa-js/commit/4ac516f42479a82b38423f3b25ce0f6e7bb46661))
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
### Features
|
|
552
|
+
|
|
553
|
+
* more options to chat listing ([#1037](https://github.com/wppconnect-team/wa-js/issues/1037)) ([48663da](https://github.com/wppconnect-team/wa-js/commit/48663da01778631469014fe1e9f898d9a623a687))
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
## [2.23.1](https://github.com/wppconnect-team/wa-js/compare/v2.23.0...v2.23.1) (2023-04-03)
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
### Bug Fixes
|
|
561
|
+
|
|
562
|
+
* Fixed buttons/list messages (fix [#1024](https://github.com/wppconnect-team/wa-js/issues/1024), fix [#977](https://github.com/wppconnect-team/wa-js/issues/977)) ([8c91d3f](https://github.com/wppconnect-team/wa-js/commit/8c91d3f149409b81c9f60dbfd266658549a0c719))
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
# [2.23.0](https://github.com/wppconnect-team/wa-js/compare/v2.22.2...v2.23.0) (2023-04-01)
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
### Bug Fixes
|
|
570
|
+
|
|
571
|
+
* Avoid permanent cache for WPP.contact.queryExists (wppconnect-team/wppconnect[#1604](https://github.com/wppconnect-team/wa-js/issues/1604)) ([556a97f](https://github.com/wppconnect-team/wa-js/commit/556a97ff31b2d1961a5e5e5ec61a6e13441dd4d6))
|
|
572
|
+
* Fixed buttons/list from normal accounts (based on adiwajshing/Baileys[#2674](https://github.com/wppconnect-team/wa-js/issues/2674)) ([6ec2d93](https://github.com/wppconnect-team/wa-js/commit/6ec2d93b299d70db911e53cfe740d4ee494c37cc))
|
|
573
|
+
* Fixed getMessage return for serialization (fix [#957](https://github.com/wppconnect-team/wa-js/issues/957)) ([f5a3bb9](https://github.com/wppconnect-team/wa-js/commit/f5a3bb9ebb35ca075966df4c76b257a17ae8284a))
|
|
574
|
+
* Renamed all call functions ([f54cc87](https://github.com/wppconnect-team/wa-js/commit/f54cc87a1d04fc2bf9afa536bd72872634cf8185))
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
### Features
|
|
578
|
+
|
|
579
|
+
* Added option to disable all status sync (config.syncAllStatus) ([845bcf6](https://github.com/wppconnect-team/wa-js/commit/845bcf65635876794ef1f3e98557fc59756bb2f1))
|
|
580
|
+
* Added WPP.call.accept function ([d379e50](https://github.com/wppconnect-team/wa-js/commit/d379e502dd1a9caad33ddefb672dddee71c680d0))
|
|
581
|
+
* Added WPP.call.end function ([ec7364d](https://github.com/wppconnect-team/wa-js/commit/ec7364ddfe144b3950ae655ac193a5d1d267ad20))
|
|
582
|
+
* Added WPP.call.offer function ([aa53282](https://github.com/wppconnect-team/wa-js/commit/aa53282ff71ea757c2a2b6525d6b2e128096ad22))
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
## [2.22.2](https://github.com/wppconnect-team/wa-js/compare/v2.22.1...v2.22.2) (2023-03-15)
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
### Bug Fixes
|
|
590
|
+
|
|
591
|
+
* Fixed WPP.chat.getVotes function ([#969](https://github.com/wppconnect-team/wa-js/issues/969)) ([f303f33](https://github.com/wppconnect-team/wa-js/commit/f303f33f79b89510a23ada11e875f1267e858db1))
|
|
592
|
+
* Fixed WPP.chat.sendFileMessage function for WhatsApp >= 2.2312.5 (fix [#976](https://github.com/wppconnect-team/wa-js/issues/976)) ([261be97](https://github.com/wppconnect-team/wa-js/commit/261be97b98dac5673987606e3a795a8a7a200af3))
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
## [2.22.1](https://github.com/wppconnect-team/wa-js/compare/v2.22.0...v2.22.1) (2023-03-13)
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### Bug Fixes
|
|
600
|
+
|
|
601
|
+
* Fixed compatibility with WhatsApp >= 2.2312.5 ([7571f2f](https://github.com/wppconnect-team/wa-js/commit/7571f2f3b75d23309910961644f2501f9bfa3d2a))
|
|
602
|
+
* Fixed webpack events error ([2b1da73](https://github.com/wppconnect-team/wa-js/commit/2b1da73382593790cca31cb34753066c3abfe342))
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
# [2.22.0](https://github.com/wppconnect-team/wa-js/compare/v2.21.0...v2.22.0) (2023-03-09)
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
### Features
|
|
610
|
+
|
|
611
|
+
* Added support to string, blob and file formats to WPP.chat.sendFileMessage ([8a6626a](https://github.com/wppconnect-team/wa-js/commit/8a6626aeae85f76a53627221f81e73cbe6958de0))
|
|
612
|
+
* Added support to waveform for ptt audio messages ([290ebfe](https://github.com/wppconnect-team/wa-js/commit/290ebfefe6021b3d17f7fdfdda5545bb0473b26f))
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
# [2.21.0](https://github.com/wppconnect-team/wa-js/compare/v2.20.2...v2.21.0) (2023-03-04)
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
### Bug Fixes
|
|
620
|
+
|
|
621
|
+
* Update UserPrefs namespace ([68db5fa](https://github.com/wppconnect-team/wa-js/commit/68db5fab3deac14316b58a06d501c24efc81f842))
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
### Features
|
|
625
|
+
|
|
626
|
+
* Added WPP.group.removeIcon function (close [#923](https://github.com/wppconnect-team/wa-js/issues/923)) ([1abd12e](https://github.com/wppconnect-team/wa-js/commit/1abd12ef5e5d6d841fd23c603f9da818ac0aaa68))
|
|
627
|
+
* Added WPP.profile.removeMyProfilePicture function ([#923](https://github.com/wppconnect-team/wa-js/issues/923)) ([307e567](https://github.com/wppconnect-team/wa-js/commit/307e56772f320bec0a517804ee8a8ceeea9f8bf0))
|
|
628
|
+
* Added WPP.profile.setMyProfileName function (close [#941](https://github.com/wppconnect-team/wa-js/issues/941)) ([e8916e3](https://github.com/wppconnect-team/wa-js/commit/e8916e37770a7934064ed159195fb2a248aaba2e))
|
|
629
|
+
* Exported requestDeletePicture function ([1f26500](https://github.com/wppconnect-team/wa-js/commit/1f265002cd0bfc4c2ecec2a6fa2ee17713d5aa74))
|
|
630
|
+
* Exported setPushname function ([40eb9bf](https://github.com/wppconnect-team/wa-js/commit/40eb9bfd0cc2e27550c4fd152e5fc0d182b192ea))
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
## [2.20.2](https://github.com/wppconnect-team/wa-js/compare/v2.20.1...v2.20.2) (2023-02-28)
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
### Bug Fixes
|
|
638
|
+
|
|
639
|
+
* Fixed link-preview function ([2fc38b1](https://github.com/wppconnect-team/wa-js/commit/2fc38b1d10f7723cce07201473446b32cb7d32d0))
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
## [2.20.1](https://github.com/wppconnect-team/wa-js/compare/v2.20.0...v2.20.1) (2023-02-28)
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
### Bug Fixes
|
|
647
|
+
|
|
648
|
+
* Fixed isUnreadTypeMsg function for WhatsApp >= 2.2310.4 ([0d1340d](https://github.com/wppconnect-team/wa-js/commit/0d1340d66a8024e7d8089cd4d6131a831cf3d8f1))
|
|
649
|
+
* Removed offline link-preview server ([475bc4b](https://github.com/wppconnect-team/wa-js/commit/475bc4b7e0cced66184bf139a8fbc6887da14d87))
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
# [2.20.0](https://github.com/wppconnect-team/wa-js/compare/v2.19.1...v2.20.0) (2023-02-21)
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
### Bug Fixes
|
|
657
|
+
|
|
658
|
+
* Fixed isUnreadTypeMsg function for WhatsApp >= 2.2308.6 ([759bd64](https://github.com/wppconnect-team/wa-js/commit/759bd64d5a23f97880e49dd2fd38cd27f23a8966))
|
|
659
|
+
* Removed fallback for WhatsApp WEB < 2.2307.10 ([57f901a](https://github.com/wppconnect-team/wa-js/commit/57f901a8c167bd8c046b96346d6548d7dc35e877))
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
### Features
|
|
663
|
+
|
|
664
|
+
* Added sendStatusToDevice option to avoid app crashing ([d762d3a](https://github.com/wppconnect-team/wa-js/commit/d762d3a84bfc5ca8a164e7e2614453ab5114d301))
|
|
665
|
+
* Added WPP.status.updateParticipants function ([1cc99a3](https://github.com/wppconnect-team/wa-js/commit/1cc99a3bebf2678d0883963a38a97e7573ba979a))
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
## [2.19.1](https://github.com/wppconnect-team/wa-js/compare/v2.19.0...v2.19.1) (2023-02-07)
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
### Bug Fixes
|
|
673
|
+
|
|
674
|
+
* add image to product edit ([#902](https://github.com/wppconnect-team/wa-js/issues/902)) ([426c5e9](https://github.com/wppconnect-team/wa-js/commit/426c5e9c61c776bb73e2e261179daa0ee3f3f842))
|
|
675
|
+
* Fixed WPP.contact.queryExists function for WhatsApp >= 2.2306.7 ([3b76afc](https://github.com/wppconnect-team/wa-js/commit/3b76afccdbc29bd1c5ee87f29d95063aff3d3e13))
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
# [2.19.0](https://github.com/wppconnect-team/wa-js/compare/v2.18.4...v2.19.0) (2023-01-31)
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Bug Fixes
|
|
683
|
+
|
|
684
|
+
* Bugs fix ([855926d](https://github.com/wppconnect-team/wa-js/commit/855926deaaaba2ed33460a57bd1bf816a3d440aa))
|
|
685
|
+
* Typos fix for community ([1486b10](https://github.com/wppconnect-team/wa-js/commit/1486b107fb2b706dcabf4f04c21cf0f915520b05))
|
|
686
|
+
* Updated the minimal version of WhatsApp WEB to >=2.2245.8-beta ([2ea71a2](https://github.com/wppconnect-team/wa-js/commit/2ea71a2c9af06f5ddd999aa31e4936dfb5d72736))
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
### Features
|
|
690
|
+
|
|
691
|
+
* Added chat.active_chat event (close [#868](https://github.com/wppconnect-team/wa-js/issues/868)) ([4ca7a39](https://github.com/wppconnect-team/wa-js/commit/4ca7a3915604f12c65dd70b94513fe9446847f0d))
|
|
692
|
+
* Added WPP.chat.getActiveChat function (close [#868](https://github.com/wppconnect-team/wa-js/issues/868)) ([bc0b7be](https://github.com/wppconnect-team/wa-js/commit/bc0b7be65964156d7aa458e9a018a2b92165af0f))
|
|
693
|
+
* Added WPP.community.demoteParticipants ([d9a84ac](https://github.com/wppconnect-team/wa-js/commit/d9a84ace3e1f7645a4b9c3076a5f2342e451bd17))
|
|
694
|
+
* Added WPP.community.promoteParticipants ([943a67c](https://github.com/wppconnect-team/wa-js/commit/943a67c22d268fb57f248cea976917ab7cb7a5b1))
|
|
695
|
+
* Added WPP.group.getGroupSizeLimit function (close [#691](https://github.com/wppconnect-team/wa-js/issues/691)) ([77a91fe](https://github.com/wppconnect-team/wa-js/commit/77a91fe1f03e20196655a9889dff18c157b8496a))
|
|
696
|
+
* Created community functions ([d52137b](https://github.com/wppconnect-team/wa-js/commit/d52137b920c4b422bb22d5da368840deb6fccf62))
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
## [2.18.4](https://github.com/wppconnect-team/wa-js/compare/v2.18.3...v2.18.4) (2023-01-23)
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
### Bug Fixes
|
|
704
|
+
|
|
705
|
+
* Fixed WPP.conn.getAuthCode function for WhatsApp >= 2.2301.5 ([357b62b](https://github.com/wppconnect-team/wa-js/commit/357b62bb9a06a868cc416e203b655088c469a6c4))
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
## [2.18.3](https://github.com/wppconnect-team/wa-js/compare/v2.18.2...v2.18.3) (2023-01-20)
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
### Features
|
|
713
|
+
|
|
714
|
+
* Added support to reject call for WhatsApp >= 2.2301.5 ([2aaf02c](https://github.com/wppconnect-team/wa-js/commit/2aaf02c2e5122b499d61139452c054bd13d558f0))
|
|
715
|
+
* Extracted WapNode and wap functions ([3b5a323](https://github.com/wppconnect-team/wa-js/commit/3b5a323086e4ebc523776df3afa05bf69b31ed6c))
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
## [2.18.2](https://github.com/wppconnect-team/wa-js/compare/v2.18.1...v2.18.2) (2023-01-13)
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
### Bug Fixes
|
|
723
|
+
|
|
724
|
+
* Fixed hsm/template message is not flagging chat as unread ([3b9a84b](https://github.com/wppconnect-team/wa-js/commit/3b9a84b33334567b1911e217db6120dd4ad710c9))
|
|
725
|
+
* Fixed server for link-preview ([#861](https://github.com/wppconnect-team/wa-js/issues/861)) ([7294dcb](https://github.com/wppconnect-team/wa-js/commit/7294dcbc4494c3d11ce523742cdc240bec3c578e))
|
|
726
|
+
* Fixed WPP.chat.mute function (close [#849](https://github.com/wppconnect-team/wa-js/issues/849)) ([#860](https://github.com/wppconnect-team/wa-js/issues/860)) ([55db3c3](https://github.com/wppconnect-team/wa-js/commit/55db3c38ab907e318ec661f9e1264029dd6b9a6f))
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
### Features
|
|
730
|
+
|
|
731
|
+
* Added WPP.group.getAllGroups function ([#859](https://github.com/wppconnect-team/wa-js/issues/859)) ([75fb318](https://github.com/wppconnect-team/wa-js/commit/75fb318d44cfc60f0818a54b8567c1d64e6cad8a))
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
## [2.18.1](https://github.com/wppconnect-team/wa-js/compare/v2.18.0...v2.18.1) (2023-01-12)
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
### Bug Fixes
|
|
739
|
+
|
|
740
|
+
* Disabled WPP.call.rejectCall function for WhatsApp >= 2.2301.5 ([3398baa](https://github.com/wppconnect-team/wa-js/commit/3398baad0a0d090cf45edc5bf6fab3285639cd5f))
|
|
741
|
+
* Dropped support for live location events for WhatsApp >= 2.2301.5 ([d87367b](https://github.com/wppconnect-team/wa-js/commit/d87367ba472fede015b9f65c9bf259b77ca14033))
|
|
742
|
+
* Fixed group functions for WhatsApp >= 2.2301.5 ([69e5db5](https://github.com/wppconnect-team/wa-js/commit/69e5db58a4396a45a097d1b34310344f9c10de41))
|
|
743
|
+
* Fixed WPP.chat.getMessages function for WhatsApp >= 2.2301.5 ([dee775a](https://github.com/wppconnect-team/wa-js/commit/dee775a95553a4618026b5ab92cfcfd09e7fb21f))
|
|
744
|
+
* Fixed WPP.group.create function for WhatsApp >= 2.2301.5 ([aad5d3b](https://github.com/wppconnect-team/wa-js/commit/aad5d3b6b726b3c6fa5d044b6e26627a76da44c2))
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
# [2.18.0](https://github.com/wppconnect-team/wa-js/compare/v2.17.0...v2.18.0) (2022-12-15)
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
### Bug Fixes
|
|
752
|
+
|
|
753
|
+
* Fixed WPP.group.addParticipants return value ([3ed5e06](https://github.com/wppconnect-team/wa-js/commit/3ed5e06a38daff6db0f61708aeca6eb33d5b31f1))
|
|
754
|
+
* Fixed WPP.group.create return value ([ae21561](https://github.com/wppconnect-team/wa-js/commit/ae2156196d819ed34255bee2dc10e80847b1b816))
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
### Features
|
|
758
|
+
|
|
759
|
+
* Added chat.poll_response event ([#809](https://github.com/wppconnect-team/wa-js/issues/809)) ([428dfa8](https://github.com/wppconnect-team/wa-js/commit/428dfa80d359d279cbd2505a7b75b4f228e91876))
|
|
760
|
+
* Added WPP.chat.getReactions function ([#811](https://github.com/wppconnect-team/wa-js/issues/811)) ([422da5f](https://github.com/wppconnect-team/wa-js/commit/422da5f4caa7b33392106f15de51140ac0874a0b))
|
|
761
|
+
* Added WPP.chat.getVotes function ([#810](https://github.com/wppconnect-team/wa-js/issues/810)) ([5b05beb](https://github.com/wppconnect-team/wa-js/commit/5b05beb3f5bd2ab85fa559e200f5a96e9627218e))
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
# [2.17.0](https://github.com/wppconnect-team/wa-js/compare/v2.16.3...v2.17.0) (2022-12-06)
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
### Bug Fixes
|
|
769
|
+
|
|
770
|
+
* Fixed compatibility with WhatsApp >= 2.2246.8 ([b69c09e](https://github.com/wppconnect-team/wa-js/commit/b69c09e3037a8697bd7e0a1bcc2a7034ceca777a))
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
### Features
|
|
774
|
+
|
|
775
|
+
* Added conn.main_init event ([1b1adf5](https://github.com/wppconnect-team/wa-js/commit/1b1adf55e92593197bc15b8446a21ce0c4ef4836))
|
|
776
|
+
* Added WPP.conn.getHistorySyncProgress function ([9a47ef6](https://github.com/wppconnect-team/wa-js/commit/9a47ef6c986ccebe5b5b6b5ddace6dfc5c713506))
|
|
777
|
+
* Added WPP.conn.isMainInit function ([6840878](https://github.com/wppconnect-team/wa-js/commit/6840878645ab40ed0dd1b3c7a96decc661644b06))
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
## [2.16.3](https://github.com/wppconnect-team/wa-js/compare/v2.16.2...v2.16.3) (2022-12-01)
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
### Bug Fixes
|
|
785
|
+
|
|
786
|
+
* Fixed buttons/list reply is not flagging chat as unread (fix [#768](https://github.com/wppconnect-team/wa-js/issues/768)) ([3c3cd94](https://github.com/wppconnect-team/wa-js/commit/3c3cd94f5ff92bf1668d3c92a8c3ca0de024c309))
|
|
787
|
+
* Fixed error in WPP.labels.getAllLabels (fix [#780](https://github.com/wppconnect-team/wa-js/issues/780)) ([63ec7bc](https://github.com/wppconnect-team/wa-js/commit/63ec7bc538799735bd9ecc2de49de598719a0bc9))
|
|
788
|
+
* Fixed exported function getQuotedMsgObj ([db71920](https://github.com/wppconnect-team/wa-js/commit/db719209fc181c1f082b26703399a0bd94b269f1))
|
|
789
|
+
* Re-added server for link-preview ([645efc7](https://github.com/wppconnect-team/wa-js/commit/645efc7bfd11846895db02ab281438d5f6c56b05))
|
|
790
|
+
* Removed offline server for link-preview ([ba9560f](https://github.com/wppconnect-team/wa-js/commit/ba9560fa87ec36f2e4a08ea32f3fed6da6725310))
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
### Features
|
|
794
|
+
|
|
795
|
+
* Exported isUnreadTypeMsg function ([864d060](https://github.com/wppconnect-team/wa-js/commit/864d060f6dcdff8eaaa485691fb7e90fe6f518ae))
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
## [2.16.2](https://github.com/wppconnect-team/wa-js/compare/v2.16.1...v2.16.2) (2022-11-23)
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
### Features
|
|
803
|
+
|
|
804
|
+
* Exported getQuotedMsgObj function ([9ea80a2](https://github.com/wppconnect-team/wa-js/commit/9ea80a27a8d4d2357f44da09e54ac1f18e1b95c1))
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
## [2.16.1](https://github.com/wppconnect-team/wa-js/compare/v2.16.0...v2.16.1) (2022-11-21)
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
### Bug Fixes
|
|
812
|
+
|
|
813
|
+
* Fixed DataCloneError error after WPP.contact.queryExists call ([fabe916](https://github.com/wppconnect-team/wa-js/commit/fabe916ed8c52e4dfc3d3fb13afc7d9c54422251))
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
# [2.16.0](https://github.com/wppconnect-team/wa-js/compare/v2.15.2...v2.16.0) (2022-11-19)
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
### Bug Fixes
|
|
821
|
+
|
|
822
|
+
* Fixed WPP.contact.queryExists for WhatsApp >= 2.2244.5 (fix [#758](https://github.com/wppconnect-team/wa-js/issues/758)) ([b5e8b3c](https://github.com/wppconnect-team/wa-js/commit/b5e8b3cbaeb15f64953fb55ddb33deecce5a98f8))
|
|
823
|
+
* Update the minimal version of WhatsApp WEB to 2.2230.9-beta ([968fca2](https://github.com/wppconnect-team/wa-js/commit/968fca2d5c8bb4a34a150c886c8e82d114e71798))
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
### Features
|
|
827
|
+
|
|
828
|
+
* Added needsUpdate function/event ([#763](https://github.com/wppconnect-team/wa-js/issues/763)) ([f4e8ee0](https://github.com/wppconnect-team/wa-js/commit/f4e8ee07ace65aa1b4a931d6cef19bc901ae41ad))
|
|
829
|
+
* Added WPP.chat.editMessage ([c63dcd4](https://github.com/wppconnect-team/wa-js/commit/c63dcd4e438e1c8ef12da02bcb50009e42062aca))
|
|
830
|
+
* Added WPP.chat.requestPhoneNumber function ([4723eac](https://github.com/wppconnect-team/wa-js/commit/4723eac3c7035a914cff8343a30af82554eef1ee))
|
|
831
|
+
* Exported getHistorySyncProgress function ([02ee36d](https://github.com/wppconnect-team/wa-js/commit/02ee36d6a108f68d9fa505b41e3bb33b96a1ef20))
|
|
832
|
+
* Exported WPP.whatsapp.canEditMessage ([746d349](https://github.com/wppconnect-team/wa-js/commit/746d3497ffc1348b2e103013756435eee6690c93))
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
## [2.15.2](https://github.com/wppconnect-team/wa-js/compare/v2.15.1...v2.15.2) (2022-11-12)
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
### Bug Fixes
|
|
840
|
+
|
|
841
|
+
* Fixed quoted message response (fix [#737](https://github.com/wppconnect-team/wa-js/issues/737)) ([c7ddbfd](https://github.com/wppconnect-team/wa-js/commit/c7ddbfd556ea39a93048d1e61f343dec641d66d1))
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
## [2.15.1](https://github.com/wppconnect-team/wa-js/compare/v2.15.0...v2.15.1) (2022-11-08)
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
### Bug Fixes
|
|
849
|
+
|
|
850
|
+
* Fixed compatibility with WhatsApp >= 2.2243.5 ([018ab61](https://github.com/wppconnect-team/wa-js/commit/018ab61161ae6265d85b5f4a29afcad58571423f))
|
|
851
|
+
* Fixed exportModule loop ([e617fe5](https://github.com/wppconnect-team/wa-js/commit/e617fe5088a65916501882a8e587bd84d096370c))
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
# [2.15.0](https://github.com/wppconnect-team/wa-js/compare/v2.14.1...v2.15.0) (2022-11-07)
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
### Bug Fixes
|
|
859
|
+
|
|
860
|
+
* Fixed export of ParticipantCollection ([95787bc](https://github.com/wppconnect-team/wa-js/commit/95787bce726f3c4a5375b951773c53914a47baa0))
|
|
861
|
+
* Fixed msg id on change:ack event for groups ([1170848](https://github.com/wppconnect-team/wa-js/commit/11708486ff3e321a479c86c8fdceacce8108d6f2))
|
|
862
|
+
* Fixed WPP.chat.sendFileMessage for animated stickers (fix [#432](https://github.com/wppconnect-team/wa-js/issues/432)) ([6c69da7](https://github.com/wppconnect-team/wa-js/commit/6c69da782723c05da21108dfa1db3e63910d92b5))
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
### Features
|
|
866
|
+
|
|
867
|
+
* Added WPP.chat.forwardMessage function ([#603](https://github.com/wppconnect-team/wa-js/issues/603)) ([afe5ac3](https://github.com/wppconnect-team/wa-js/commit/afe5ac3aeae67a0d5fbb9c5f5e48672e36592175))
|
|
868
|
+
* Added WPP.chat.getMessageACK function (close [#697](https://github.com/wppconnect-team/wa-js/issues/697)) ([ffc378f](https://github.com/wppconnect-team/wa-js/commit/ffc378f9ea5b8a2be31e7fa1846381dff6ef9cd6))
|
|
869
|
+
* Exported MsgInfoParticipantCollection and MsgInfoParticipantModel ([35011b4](https://github.com/wppconnect-team/wa-js/commit/35011b44e417120bec63eb058aa133f084f78d32))
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
## [2.14.1](https://github.com/wppconnect-team/wa-js/compare/v2.14.0...v2.14.1) (2022-11-01)
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
### Bug Fixes
|
|
877
|
+
|
|
878
|
+
* Fixed WPP.chat.getMessageById (fix [#728](https://github.com/wppconnect-team/wa-js/issues/728)) ([1a806b9](https://github.com/wppconnect-team/wa-js/commit/1a806b9f5bdff17667f67a13ba0d37c66fc06244))
|
|
879
|
+
* Fixed WPP.chat.starMessage function (fix [#729](https://github.com/wppconnect-team/wa-js/issues/729)) ([bfa6969](https://github.com/wppconnect-team/wa-js/commit/bfa69697e8adbc8e2da82b4a9984d46daf01d79f))
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
# [2.14.0](https://github.com/wppconnect-team/wa-js/compare/v2.13.4...v2.14.0) (2022-10-30)
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
### Bug Fixes
|
|
887
|
+
|
|
888
|
+
* Fixed send message with quotedMsg (fix [#721](https://github.com/wppconnect-team/wa-js/issues/721)) ([0931800](https://github.com/wppconnect-team/wa-js/commit/0931800cdad655c5248369185a91586e721ee0ed))
|
|
889
|
+
* Removed offline server for link preview ([c8e8f2e](https://github.com/wppconnect-team/wa-js/commit/c8e8f2e818a44c92ee93c546da3b71f19439c545))
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
### Features
|
|
893
|
+
|
|
894
|
+
* Added fallback for webpack modules ([b54a03b](https://github.com/wppconnect-team/wa-js/commit/b54a03bfbaef4565ca0cde93a0b2e1130f38612b))
|
|
895
|
+
* Added WPP.chat.canReply function ([b10c648](https://github.com/wppconnect-team/wa-js/commit/b10c6483f88b115cbe1f5863b9dbb99a83acddc8))
|
|
896
|
+
* Added WPP.conn.isRegistered function ([44c4664](https://github.com/wppconnect-team/wa-js/commit/44c46649047464c230565ca143418e72417bea99))
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
## [2.13.4](https://github.com/wppconnect-team/wa-js/compare/v2.13.3...v2.13.4) (2022-10-25)
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
### Bug Fixes
|
|
904
|
+
|
|
905
|
+
* Fixed compatibility with WhatsApp >= 2.2241.6 ([2d26a83](https://github.com/wppconnect-team/wa-js/commit/2d26a8377e3863be55b1f0562a80a52fcb13e1fb))
|
|
906
|
+
* Fixed WPP.contact.queryExists function for WhatsApp WEB >= 2.2241.6 ([4005f36](https://github.com/wppconnect-team/wa-js/commit/4005f36e3e5b14f6fa58cc496b7e49ec890adb90))
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
## [2.13.3](https://github.com/wppconnect-team/wa-js/compare/v2.13.2...v2.13.3) (2022-10-17)
|
|
911
|
+
|
|
912
|
+
|
|
913
|
+
### Bug Fixes
|
|
914
|
+
|
|
915
|
+
* Fixed fetchLinkPreview function for WhatsApp >= 2.2240.5 ([9681357](https://github.com/wppconnect-team/wa-js/commit/968135733c17ff1ffb4adfd05d0ab73522a90a2b))
|
|
916
|
+
* Fixed generated message ID for groups ([aceeb89](https://github.com/wppconnect-team/wa-js/commit/aceeb896886565708095f307f2ed621148b58571))
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
## [2.13.2](https://github.com/wppconnect-team/wa-js/compare/v2.13.1...v2.13.2) (2022-10-13)
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
### Bug Fixes
|
|
924
|
+
|
|
925
|
+
* Fixed WPP.chat.sendCreatePollMessage function ([b688d95](https://github.com/wppconnect-team/wa-js/commit/b688d957a13d0a56311649d55ffd042fc6f3bea3))
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
### Features
|
|
929
|
+
|
|
930
|
+
* Added selectableCount option to WPP.chat.sendCreatePollMessage ([f6f3c9f](https://github.com/wppconnect-team/wa-js/commit/f6f3c9f17f61bf2794b90e11ecab44c6dcd9119d))
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
## [2.13.1](https://github.com/wppconnect-team/wa-js/compare/v2.13.0...v2.13.1) (2022-10-10)
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
### Bug Fixes
|
|
938
|
+
|
|
939
|
+
* Fixed unixTime function for WhatsApp < 2.2238.5 ([bf42f51](https://github.com/wppconnect-team/wa-js/commit/bf42f51db46bc24041b3426080d61bc4790335ed))
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
# [2.13.0](https://github.com/wppconnect-team/wa-js/compare/v2.12.0...v2.13.0) (2022-10-08)
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
### Bug Fixes
|
|
947
|
+
|
|
948
|
+
* Fixed ACK enum for WhatsApp >= 2.2238.5 ([460f791](https://github.com/wppconnect-team/wa-js/commit/460f7919fcc121373026ba2606196ad001c5ba64))
|
|
949
|
+
* Fixed compatibility with WhatsApp >= 2.2238.5 ([28fd5f6](https://github.com/wppconnect-team/wa-js/commit/28fd5f67a6173e4c417144d013d610665ba004c2))
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
### Features
|
|
953
|
+
|
|
954
|
+
* Exported unixTime and unixTimeMs functions ([5872e53](https://github.com/wppconnect-team/wa-js/commit/5872e532291444c81ae70763a75eae208f219877))
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
# [2.12.0](https://github.com/wppconnect-team/wa-js/compare/v2.11.1...v2.12.0) (2022-09-17)
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
### Bug Fixes
|
|
962
|
+
|
|
963
|
+
* Fixed buttons rendering on WhatsApp WEB >= 2.2234.6 ([49e8311](https://github.com/wppconnect-team/wa-js/commit/49e8311e57ff4c9dc7d37416a6e1914ceb70ab81))
|
|
964
|
+
* Fixed group metadata from chat list ([8b1dea1](https://github.com/wppconnect-team/wa-js/commit/8b1dea17cf6aa134a9cb807a2127548522d165db))
|
|
965
|
+
* Fixed group.participant_changed event for WhatsApp >= 2.2234.6 (wppconnect-team/wppconnect[#1330](https://github.com/wppconnect-team/wa-js/issues/1330)) ([b60a9b6](https://github.com/wppconnect-team/wa-js/commit/b60a9b6eb0cb13a7ad8a7faf7ee77a5a75cd561c))
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
### Features
|
|
969
|
+
|
|
970
|
+
* Added WPP.conn.markAvailable and WPP.conn.markUnavailable functions ([019bd36](https://github.com/wppconnect-team/wa-js/commit/019bd36d618a5e6bef6ba640573cafb4bcc1c185))
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
## [2.11.1](https://github.com/wppconnect-team/wa-js/compare/v2.11.0...v2.11.1) (2022-08-26)
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
### Bug Fixes
|
|
978
|
+
|
|
979
|
+
* Fixed Google Analytics user properties ([73ab7cd](https://github.com/wppconnect-team/wa-js/commit/73ab7cd21d091748612310ce3987a1a1867e5c16))
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
### Features
|
|
983
|
+
|
|
984
|
+
* Improved config ([51548d9](https://github.com/wppconnect-team/wa-js/commit/51548d94815eda656b520ff94aa01f8b8cc15230))
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
# [2.11.0](https://github.com/wppconnect-team/wa-js/compare/v2.10.1...v2.11.0) (2022-08-13)
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
### Bug Fixes
|
|
992
|
+
|
|
993
|
+
* Added support for reply status stories ([#594](https://github.com/wppconnect-team/wa-js/issues/594)) ([19b2729](https://github.com/wppconnect-team/wa-js/commit/19b2729a500165c63352e5ac2e6432390858f18c))
|
|
994
|
+
* Update minimum require Whatsapp version to >= 2.2212.4-beta ([bcb5f36](https://github.com/wppconnect-team/wa-js/commit/bcb5f3696f9d5912db963ccf0fc98fb2ba53c999))
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
### Features
|
|
998
|
+
|
|
999
|
+
* Added create, edit, and delete products functions (fix [#442](https://github.com/wppconnect-team/wa-js/issues/442)) ([8e8bb22](https://github.com/wppconnect-team/wa-js/commit/8e8bb221a611152df782f52d088aa84f92da0868))
|
|
1000
|
+
* Added get, create, edit, and delete collections functions (fix [#442](https://github.com/wppconnect-team/wa-js/issues/442)) ([ef6192b](https://github.com/wppconnect-team/wa-js/commit/ef6192b49cc411b826d69b369c9b179994fc5a23))
|
|
1001
|
+
* Added option to get only media, url and docs for WPP.chat.getMessages ([a74ac3c](https://github.com/wppconnect-team/wa-js/commit/a74ac3c4fe676821264af3308f41bab1441f7aba))
|
|
1002
|
+
* Added WPP.catalog.getProductById function ([0b883a3](https://github.com/wppconnect-team/wa-js/commit/0b883a3dd921c0a3aee3570d000236f6591e8ab7))
|
|
1003
|
+
* Added WPP.catalog.getProducts function ([f4d1716](https://github.com/wppconnect-team/wa-js/commit/f4d171604d2ecc7312ccf2299665077e05009634))
|
|
1004
|
+
* Added WPP.catalog.setProductVisibility function ([d3a60e3](https://github.com/wppconnect-team/wa-js/commit/d3a60e337d897e700dee6540a548d020320a5efa))
|
|
1005
|
+
* Added WPP.catalog.updateCartEnabled function ([b70af87](https://github.com/wppconnect-team/wa-js/commit/b70af87b0ac300fccf26e895b78e98c24ceef46b))
|
|
1006
|
+
* Added WPP.chat.canMarkPlayed function ([4149eec](https://github.com/wppconnect-team/wa-js/commit/4149eec998a58f75043778349d20bc28175d3f60))
|
|
1007
|
+
* Added WPP.chat.getPlatformFromMessage function ([d0f41ee](https://github.com/wppconnect-team/wa-js/commit/d0f41ee75b6ab87ca665bc9b05726a7aac31d2f6))
|
|
1008
|
+
* Added WPP.chat.markPlayed function ([c21941f](https://github.com/wppconnect-team/wa-js/commit/c21941f28a9cd7721d9a60f6dad781201e60b35d))
|
|
1009
|
+
* Added WPP.contact.getBusinessProfile function ([5c8e57a](https://github.com/wppconnect-team/wa-js/commit/5c8e57a0f1b00ace491e75c9eedab60e4ea35600))
|
|
1010
|
+
* Added WPP.labels.getLabelById function ([56767b4](https://github.com/wppconnect-team/wa-js/commit/56767b4c07b0810941b8bc91047f9d5f926b461b))
|
|
1011
|
+
* Added WPP.profile.editBusinessProfile function ([30f18b2](https://github.com/wppconnect-team/wa-js/commit/30f18b2a2aba1f5ff5c7d74dd079d94bdd833c15))
|
|
1012
|
+
* Added WPP.status.sendReadStatus ([a4587dc](https://github.com/wppconnect-team/wa-js/commit/a4587dc73ca7ca52ea7c3e0f7874ae39c226551b))
|
|
1013
|
+
* Exported calculateFilehashFromBlob from WhatsApp ([c0c0772](https://github.com/wppconnect-team/wa-js/commit/c0c0772e8b19cdb9b1a145580da32de1f147f865))
|
|
1014
|
+
* Exported ProductCatalogSession from WhatsApp ([0aefe4c](https://github.com/wppconnect-team/wa-js/commit/0aefe4cd18d39d2db00d6e14f9dc0ab7c774c824))
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
## [2.10.1](https://github.com/wppconnect-team/wa-js/compare/v2.10.0...v2.10.1) (2022-08-09)
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
### Bug Fixes
|
|
1022
|
+
|
|
1023
|
+
* Fixed reply buttons send (useTemplateButtons: false) (fix [#577](https://github.com/wppconnect-team/wa-js/issues/577)) ([28f3682](https://github.com/wppconnect-team/wa-js/commit/28f36820884ebd8b270b4c974f7d5c48275287f8))
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
# [2.10.0](https://github.com/wppconnect-team/wa-js/compare/v2.9.0...v2.10.0) (2022-08-04)
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
### Bug Fixes
|
|
1031
|
+
|
|
1032
|
+
* Fixed buttons for latest WhatsApp (2.22.16.75) (fix [#571](https://github.com/wppconnect-team/wa-js/issues/571)) ([abfc9ad](https://github.com/wppconnect-team/wa-js/commit/abfc9ad984ed77986330bd507c092856fdbba7dc))
|
|
1033
|
+
* Fixed list for latest WhatsApp (2.22.16.75) (fix [#571](https://github.com/wppconnect-team/wa-js/issues/571)) ([4cae69e](https://github.com/wppconnect-team/wa-js/commit/4cae69ed6006e765f7732ecc542273b9d9fa9dd8))
|
|
1034
|
+
* onParticipantsChange operation/action ([ee28ace](https://github.com/wppconnect-team/wa-js/commit/ee28ace0226c285d72d8e3b907f3bb47339adde1))
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
### Features
|
|
1038
|
+
|
|
1039
|
+
* Added isMainReady ([cd411bd](https://github.com/wppconnect-team/wa-js/commit/cd411bdf1303f24bb160a875980e56d0a6c4f8a3))
|
|
1040
|
+
* Added WPP.conn.getPlatform() ([03416b6](https://github.com/wppconnect-team/wa-js/commit/03416b622d877d28cf2d25d2dd42a534321c5239))
|
|
1041
|
+
* Added WPP.profile.isBusiness() ([9433b9c](https://github.com/wppconnect-team/wa-js/commit/9433b9c54c5bbb2a8d89f82362a258667db13706))
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
# [2.9.0](https://github.com/wppconnect-team/wa-js/compare/v2.8.2...v2.9.0) (2022-07-31)
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
### Bug Fixes
|
|
1049
|
+
|
|
1050
|
+
* Avoid duplicate self account for send status ([a7eef5b](https://github.com/wppconnect-team/wa-js/commit/a7eef5b390473d12eece0d5a096fe44a4bb42b18))
|
|
1051
|
+
* Fixed status/stores screen after send ([3fb61bd](https://github.com/wppconnect-team/wa-js/commit/3fb61bd9fdd00f437f64de2ed687ad872cbcb95d))
|
|
1052
|
+
* Fixed WPP.chat.sendLocationMessage function (wppconnect-team/wppconnect[#1237](https://github.com/wppconnect-team/wa-js/issues/1237)) ([23b8cf3](https://github.com/wppconnect-team/wa-js/commit/23b8cf3ad0470ef8159e427bf1dcc305537be146))
|
|
1053
|
+
* Improved message key for status/stories ([87d28bf](https://github.com/wppconnect-team/wa-js/commit/87d28bf609a0c0bacacacd8cdedad5c52690417b))
|
|
1054
|
+
* Removed offline link-preview server ([1d10bab](https://github.com/wppconnect-team/wa-js/commit/1d10bab27f6d1e0913ae7ba36d6b0d5015a1066d))
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
### Features
|
|
1058
|
+
|
|
1059
|
+
* Added group.participant_changed event ([e24dcc2](https://github.com/wppconnect-team/wa-js/commit/e24dcc21307ef173156da7bace07a49afb8922b7))
|
|
1060
|
+
* Added WPP.chat.getLastSeen function ([#546](https://github.com/wppconnect-team/wa-js/issues/546)) ([925920d](https://github.com/wppconnect-team/wa-js/commit/925920deb2e9951e24c1263afcd0383d80ff830e))
|
|
1061
|
+
* Improved link-preview to try all available servers ([f728bcb](https://github.com/wppconnect-team/wa-js/commit/f728bcbc445a68f2511d847797f1d65982b7f318))
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
## [2.8.2](https://github.com/wppconnect-team/wa-js/compare/v2.8.1...v2.8.2) (2022-07-12)
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
### Bug Fixes
|
|
1069
|
+
|
|
1070
|
+
* Fixed eventEmitter export ([2532a20](https://github.com/wppconnect-team/wa-js/commit/2532a200933d13f61e37fa3557bbb790798330bc))
|
|
1071
|
+
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
## [2.8.1](https://github.com/wppconnect-team/wa-js/compare/v2.8.0...v2.8.1) (2022-07-11)
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
### Bug Fixes
|
|
1078
|
+
|
|
1079
|
+
* Fixed chat.live_location_update event when there are a current shared location ([085a719](https://github.com/wppconnect-team/wa-js/commit/085a7197a9e60d1660ff49b9a96f0e9f6c4e285c))
|
|
1080
|
+
* Fixed chat.msg_ack_change event to ignore non my messages ([78e5d49](https://github.com/wppconnect-team/wa-js/commit/78e5d49751bb3c279d5d7682c11cc064d8ec4671))
|
|
1081
|
+
* Fixed WPP.chat.markIsUnread function (wppconnect-team/wppconnect[#1196](https://github.com/wppconnect-team/wa-js/issues/1196)) ([db7195e](https://github.com/wppconnect-team/wa-js/commit/db7195ee15a4e12c7a6b6a06bcb6bb711f59659b))
|
|
1082
|
+
* Improved chat.presence_change event to use queueMicrotask ([34dd0d6](https://github.com/wppconnect-team/wa-js/commit/34dd0d63704dc0c35d0c8e77157a7ba920be7d2d))
|
|
1083
|
+
* Update status v3 contacts before send ([96fa79b](https://github.com/wppconnect-team/wa-js/commit/96fa79b413e1dac9dfc52f617c57a0a52152ce07))
|
|
1084
|
+
* Use non obstructive trigger for chat.new_message event ([07316fb](https://github.com/wppconnect-team/wa-js/commit/07316fbef0b23af4d5968fa781c338ea9dc6954d))
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
### Features
|
|
1088
|
+
|
|
1089
|
+
* Trigger chat.new_message event for ciphertext msg after sync ([3338cce](https://github.com/wppconnect-team/wa-js/commit/3338ccef2a24654da76fdb9852f7c875c0e33968))
|
|
1090
|
+
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
# [2.8.0](https://github.com/wppconnect-team/wa-js/compare/v2.7.3...v2.8.0) (2022-06-28)
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
### Bug Fixes
|
|
1097
|
+
|
|
1098
|
+
* Added missing data WPP.status.sendTextStatus ([521c6f2](https://github.com/wppconnect-team/wa-js/commit/521c6f221c4c86e325506a1e5e82d3e9864a70e4))
|
|
1099
|
+
* Improved participant list for send status ([55cd0a4](https://github.com/wppconnect-team/wa-js/commit/55cd0a460af4c0fa329501bc934a03075d9f0d2b))
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
### Features
|
|
1103
|
+
|
|
1104
|
+
* Added googleAnalyticsUserProperty options ([f425767](https://github.com/wppconnect-team/wa-js/commit/f425767f0b30d95b24a15fca8ab7c269d4e3240d))
|
|
1105
|
+
* Added WPP.group.setIcon function ([79b0c76](https://github.com/wppconnect-team/wa-js/commit/79b0c767866420fe87ea5be7eb5a4fea5c48c6d6))
|
|
1106
|
+
* Added WPP.profile.setMyProfilePicture ([3d773b7](https://github.com/wppconnect-team/wa-js/commit/3d773b799c507c4865781201a3c48dbf1e7fc3d6))
|
|
1107
|
+
* Added WPP.status.sendImageStatus function ([2814ef3](https://github.com/wppconnect-team/wa-js/commit/2814ef35b43b74cdbcc47e5b0ad1f76ff7d8a649))
|
|
1108
|
+
* Added WPP.status.sendVideoStatus function ([46bb3dc](https://github.com/wppconnect-team/wa-js/commit/46bb3dc8c532d5bb816e47f5ca6dc11de55b6008))
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
## [2.7.3](https://github.com/wppconnect-team/wa-js/compare/v2.7.2...v2.7.3) (2022-06-18)
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
### Bug Fixes
|
|
1116
|
+
|
|
1117
|
+
* Fixed mentionedList detection (fix [#473](https://github.com/wppconnect-team/wa-js/issues/473)) ([5479679](https://github.com/wppconnect-team/wa-js/commit/547967963bd4d0947695c0d03f3c26d4faa57170))
|
|
1118
|
+
* Fixed the return for WPP.contact.getStatus function ([ac02d5a](https://github.com/wppconnect-team/wa-js/commit/ac02d5ac73169800e4ad169efbdfc9bc95ffa67e))
|
|
1119
|
+
* Fixed the return for WPP.group.addParticipants function ([7f01c85](https://github.com/wppconnect-team/wa-js/commit/7f01c856c33515072703f57293f2a1046a971f59))
|
|
1120
|
+
* Throw error for invalid media type (wppconnect-team/wppconnect[#1164](https://github.com/wppconnect-team/wa-js/issues/1164)) ([0481c8b](https://github.com/wppconnect-team/wa-js/commit/0481c8b849632cb43e0a7b7f626a404d3ce351b7))
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
## [2.7.2](https://github.com/wppconnect-team/wa-js/compare/v2.7.1...v2.7.2) (2022-06-17)
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
### Bug Fixes
|
|
1128
|
+
|
|
1129
|
+
* Fixed group creation when you have your own number in the list ([4b76f5a](https://github.com/wppconnect-team/wa-js/commit/4b76f5af4e0312b819652a246b907fdfd50aac00))
|
|
1130
|
+
* Improved Google Analytics tracker ([e51a542](https://github.com/wppconnect-team/wa-js/commit/e51a542d57f4314ec4c192b32da47d487adebb4e))
|
|
1131
|
+
* lint: sort imports ([23fde0d](https://github.com/wppconnect-team/wa-js/commit/23fde0dc20a50079de11acc37c07f7bcdc14a6d2))
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
### Features
|
|
1135
|
+
|
|
1136
|
+
* add optional link preview servers via config ([4f7ac41](https://github.com/wppconnect-team/wa-js/commit/4f7ac41b9c90a985843452c3d9db6695657a6926))
|
|
1137
|
+
* Usage Google Analytics optional, can set own GA track id ([19079d7](https://github.com/wppconnect-team/wa-js/commit/19079d7c0e7e7c3440e94275d4536226c8f324ea))
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
## [2.7.1](https://github.com/wppconnect-team/wa-js/compare/v2.7.0...v2.7.1) (2022-06-15)
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
|
|
1145
|
+
# [2.7.0](https://github.com/wppconnect-team/wa-js/compare/v2.6.0...v2.7.0) (2022-06-15)
|
|
1146
|
+
|
|
1147
|
+
|
|
1148
|
+
### Bug Fixes
|
|
1149
|
+
|
|
1150
|
+
* Fixed compatibility with WhatsApp Web >= 2.2222.8 ([a1d994c](https://github.com/wppconnect-team/wa-js/commit/a1d994cbf243e9fe9eb7eee0802266bb6b81f410))
|
|
1151
|
+
* Return undefined instead of throw an exception ([817592b](https://github.com/wppconnect-team/wa-js/commit/817592b4fec8c18ce3304de1bcab407e22d8809d))
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
### Features
|
|
1155
|
+
|
|
1156
|
+
* Added Google Analytics ([946cc80](https://github.com/wppconnect-team/wa-js/commit/946cc80b691adcc2818a0702b821898f73311df7))
|
|
1157
|
+
* Added WPP.call.rejectCall function ([4461cb0](https://github.com/wppconnect-team/wa-js/commit/4461cb0becebbb942e20bc41577dc8be1333cffc))
|
|
1158
|
+
* Added WPP.catalog.getMyCatalog function ([7922931](https://github.com/wppconnect-team/wa-js/commit/7922931a44b691c3f7878b21d1d01a07da0da983))
|
|
1159
|
+
* Aded call.incoming_call event ([e318902](https://github.com/wppconnect-team/wa-js/commit/e3189021673f866d3c6ebc82af12794d07241614))
|
|
1160
|
+
|
|
1161
|
+
|
|
1162
|
+
### BREAKING CHANGES
|
|
1163
|
+
|
|
1164
|
+
* Now "not found module" will return undefined value instead of throw an exception
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
# [2.6.0](https://github.com/wppconnect-team/wa-js/compare/v2.5.1...v2.6.0) (2022-06-08)
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
### Bug Fixes
|
|
1172
|
+
|
|
1173
|
+
* Fixed doc type for WPP.chat.sendFileMessage ([7701d88](https://github.com/wppconnect-team/wa-js/commit/7701d882df10e87e2ac477805f97a5984dd14870))
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
### Features
|
|
1177
|
+
|
|
1178
|
+
* Added option onlyUnread for WPP.chat.getMessages function ([550a66f](https://github.com/wppconnect-team/wa-js/commit/550a66f40c776451ff0aa68dfe7878b999161f54))
|
|
1179
|
+
* Added WPP.conn.isMainReady function ([66734d2](https://github.com/wppconnect-team/wa-js/commit/66734d295593a64f0f44467e63ea75cc1d73314d))
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
## [2.5.1](https://github.com/wppconnect-team/wa-js/compare/v2.5.0...v2.5.1) (2022-06-06)
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
### Bug Fixes
|
|
1187
|
+
|
|
1188
|
+
* Fixed revoke messages for list type ([7938ae7](https://github.com/wppconnect-team/wa-js/commit/7938ae7dab6bfa9e44f68f78dab01bbeeeeca0b6))
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
# [2.5.0](https://github.com/wppconnect-team/wa-js/compare/v2.4.1...v2.5.0) (2022-06-04)
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
### Bug Fixes
|
|
1196
|
+
|
|
1197
|
+
* Fixed compatibility with WhatsApp Web >= 2.2220.8 ([29a00fb](https://github.com/wppconnect-team/wa-js/commit/29a00fbfd97cf6480613b4b1d77a6cba2b2099aa))
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
### Features
|
|
1201
|
+
|
|
1202
|
+
* Added 'chat.new_reaction' event (fix [#417](https://github.com/wppconnect-team/wa-js/issues/417)) ([ce2ded5](https://github.com/wppconnect-team/wa-js/commit/ce2ded536597ce16b3df2cf9a44135efabe3ef5d))
|
|
1203
|
+
* Added option to filter chat and contacts with label (close [#436](https://github.com/wppconnect-team/wa-js/issues/436)) ([bff74df](https://github.com/wppconnect-team/wa-js/commit/bff74df6bc55ce657b97957752e06e0aa5c09d14))
|
|
1204
|
+
* Added WPP.conn.getMyDeviceId function (fix [#433](https://github.com/wppconnect-team/wa-js/issues/433)) ([a4f06f9](https://github.com/wppconnect-team/wa-js/commit/a4f06f9bd95f2a79375350ed847a075e2df00550))
|
|
1205
|
+
* Added WPP.conn.getMyUserId function (fix [#433](https://github.com/wppconnect-team/wa-js/issues/433)) ([aaa391b](https://github.com/wppconnect-team/wa-js/commit/aaa391b65475a716537f7506592084fef1e50106))
|
|
1206
|
+
* Added WPP.contact.list function (close [#434](https://github.com/wppconnect-team/wa-js/issues/434)) ([b7ed183](https://github.com/wppconnect-team/wa-js/commit/b7ed1832b2df241a58078d6c87dee0df5dcbf3b4))
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
## [2.4.1](https://github.com/wppconnect-team/wa-js/compare/v2.4.0...v2.4.1) (2022-05-31)
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
### Bug Fixes
|
|
1214
|
+
|
|
1215
|
+
* Fixed detect mentionedList for invalid wids ([#427](https://github.com/wppconnect-team/wa-js/issues/427)) ([c701dc3](https://github.com/wppconnect-team/wa-js/commit/c701dc3b8b04cce1e51dd5dda12bf5e80e11de2e))
|
|
1216
|
+
* WPP.chat.deleteMessage function ([88ac040](https://github.com/wppconnect-team/wa-js/commit/88ac04066fd9ed93388992786a9f8ee2fd9b7ccf))
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
# [2.4.0](https://github.com/wppconnect-team/wa-js/compare/v2.3.0...v2.4.0) (2022-05-28)
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
### Bug Fixes
|
|
1224
|
+
|
|
1225
|
+
* Allow string values for lat and lng for WPP.chat.sendLocationMessage function ([02b174f](https://github.com/wppconnect-team/wa-js/commit/02b174f4f65ceccd751cef6f3cee79706b20cbe7))
|
|
1226
|
+
* Exported related reactions classes ([466ebad](https://github.com/wppconnect-team/wa-js/commit/466ebad34c1545121c681df0196539792b09f7eb))
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
### Features
|
|
1230
|
+
|
|
1231
|
+
* Added WPP.chat.list function ([8657dd1](https://github.com/wppconnect-team/wa-js/commit/8657dd1d896f7856d28aeac47c076b4f2dfc4b9b))
|
|
1232
|
+
* Added WPP.chat.sendCreatePollMessage ([625b3b5](https://github.com/wppconnect-team/wa-js/commit/625b3b562c7059550bfac83fac8394c99b438fae))
|
|
1233
|
+
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
# [2.3.0](https://github.com/wppconnect-team/wa-js/compare/v2.2.2...v2.3.0) (2022-05-27)
|
|
1237
|
+
|
|
1238
|
+
|
|
1239
|
+
### Bug Fixes
|
|
1240
|
+
|
|
1241
|
+
* Fixed exported config ([651019c](https://github.com/wppconnect-team/wa-js/commit/651019ce0432b24eb4f542cd529b65ca31e6ac62))
|
|
1242
|
+
* Fixed promise time for WPP.chat.markIsComposing with duration ([e94718b](https://github.com/wppconnect-team/wa-js/commit/e94718b37af7f9bfbb181473fc5ac3d0f2782c13))
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
### Features
|
|
1246
|
+
|
|
1247
|
+
* Added WPP.chat.archive function ([8e7b0c7](https://github.com/wppconnect-team/wa-js/commit/8e7b0c7ef38aaada2ac752b176b8e9f414d94412))
|
|
1248
|
+
* Added WPP.chat.pin function (close [#425](https://github.com/wppconnect-team/wa-js/issues/425)) ([0fdd8fe](https://github.com/wppconnect-team/wa-js/commit/0fdd8fe317c2eae03fac39302150e2d2c875b045))
|
|
1249
|
+
* Send status (stories) from Multi Device ([4fd782a](https://github.com/wppconnect-team/wa-js/commit/4fd782ace8c04202f582cf6dec40f3b94c99535d))
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
## [2.2.2](https://github.com/wppconnect-team/wa-js/compare/v2.2.1...v2.2.2) (2022-05-15)
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
### Bug Fixes
|
|
1257
|
+
|
|
1258
|
+
* Fixed sendFileMessage for MP4 files on Chromium (fix [#384](https://github.com/wppconnect-team/wa-js/issues/384)) ([b7e6431](https://github.com/wppconnect-team/wa-js/commit/b7e6431a180f774f88f406a9600e3af7ac51e70f))
|
|
1259
|
+
|
|
1260
|
+
|
|
1261
|
+
### Features
|
|
1262
|
+
|
|
1263
|
+
* Added new server for link-preview (https://linkpreview.hps.net.br:2053) ([638a0a8](https://github.com/wppconnect-team/wa-js/commit/638a0a8e89046182882dc53be0eb94dd2ef3a6e1))
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
## [2.2.1](https://github.com/wppconnect-team/wa-js/compare/v2.2.0...v2.2.1) (2022-05-10)
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
### Features
|
|
1271
|
+
|
|
1272
|
+
* Added new server for link-preview (https://wajsapi.titanwhats.com.br) ([f5b0027](https://github.com/wppconnect-team/wa-js/commit/f5b00271c0b7c83467e180c9c97be8ee6be51aa3))
|
|
1273
|
+
* Added new server for link-preview (https://wppserver.comunicabh.com.br) ([0db3c9c](https://github.com/wppconnect-team/wa-js/commit/0db3c9c3d8153c0d0a8ee3bb51e6141bf4449b7d))
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
# [2.2.0](https://github.com/wppconnect-team/wa-js/compare/v2.1.3...v2.2.0) (2022-05-09)
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
### Features
|
|
1281
|
+
|
|
1282
|
+
* Added function WPP.util.downloadImage ([bd6c0b8](https://github.com/wppconnect-team/wa-js/commit/bd6c0b8c0f45bfae58a7f17b361c903539865e56))
|
|
1283
|
+
* Added support to link preview for Multi Devices ([2ef2249](https://github.com/wppconnect-team/wa-js/commit/2ef22496a8cbc112781d033626e91a6e616b13d1))
|
|
1284
|
+
* Added WPP.chat.sendReactionMessage function ([376b0be](https://github.com/wppconnect-team/wa-js/commit/376b0bef5beb5ffb6143b9c493de86ab8427c71d))
|
|
1285
|
+
* Extracted genMinimalLinkPreview function from WhatsApp Web ([bc81d8c](https://github.com/wppconnect-team/wa-js/commit/bc81d8c3ed4eab6229d8d1f00000f45eb969c464))
|
|
1286
|
+
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
## [2.1.3](https://github.com/wppconnect-team/wa-js/compare/v2.1.2...v2.1.3) (2022-04-30)
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
### Bug Fixes
|
|
1293
|
+
|
|
1294
|
+
* Fixed WPP.labels.getAllLabels function (fix [#366](https://github.com/wppconnect-team/wa-js/issues/366)) ([d97f6bc](https://github.com/wppconnect-team/wa-js/commit/d97f6bcea433310a70b9801b124144e0234f63c2))
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
## [2.1.2](https://github.com/wppconnect-team/wa-js/compare/v2.1.1...v2.1.2) (2022-04-29)
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
### Bug Fixes
|
|
1302
|
+
|
|
1303
|
+
* Added missing footer and title option for WPP.chat.sendListMessage ([19401b3](https://github.com/wppconnect-team/wa-js/commit/19401b3a9e13ef8f1869355a30feea0fb3092da6))
|
|
1304
|
+
* Fixed WPP.chat.sendListMessage for MultiDevices ([e4d4403](https://github.com/wppconnect-team/wa-js/commit/e4d4403caf03e89651389e62298800d97a82b3d7))
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
## [2.1.1](https://github.com/wppconnect-team/wa-js/compare/v2.1.0...v2.1.1) (2022-04-27)
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
### Bug Fixes
|
|
1312
|
+
|
|
1313
|
+
* Added missing footer option for WPP.chat.sendFileMessage ([623c57f](https://github.com/wppconnect-team/wa-js/commit/623c57fe0460437663519148c7201885c1354a84))
|
|
1314
|
+
* Fixed WPP.chat.sendFileMessage when filename is different of caption ([5525bca](https://github.com/wppconnect-team/wa-js/commit/5525bcaf2fc9d668647010cba9b4e42429342f5e))
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
|
|
1318
|
+
# [2.1.0](https://github.com/wppconnect-team/wa-js/compare/v2.0.2...v2.1.0) (2022-04-27)
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
### Features
|
|
1322
|
+
|
|
1323
|
+
* Added WPP.chat.sendLocationMessage function ([9503dcc](https://github.com/wppconnect-team/wa-js/commit/9503dccdb2b1cdb436db7c243b2852ee80267620))
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
## [2.0.2](https://github.com/wppconnect-team/wa-js/compare/v2.0.1...v2.0.2) (2022-04-26)
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
### Bug Fixes
|
|
1331
|
+
|
|
1332
|
+
* Fixed buttons without message title ([ed611cf](https://github.com/wppconnect-team/wa-js/commit/ed611cfe45d9abc79c7ac151e03fd1466a246b81))
|
|
1333
|
+
* Fixed caption for WPP.chat.sendFileMessage ([d2f370b](https://github.com/wppconnect-team/wa-js/commit/d2f370b0ce3b9866f7722f3ed914b6a86db59b06))
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
## [2.0.1](https://github.com/wppconnect-team/wa-js/compare/v2.0.0...v2.0.1) (2022-04-25)
|
|
1338
|
+
|
|
1339
|
+
|
|
1340
|
+
### Bug Fixes
|
|
1341
|
+
|
|
1342
|
+
* Fixed buttons title ([ae0a6e9](https://github.com/wppconnect-team/wa-js/commit/ae0a6e9b9a0a0077f506a478d70c9162dbc38c80))
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
# [2.0.0](https://github.com/wppconnect-team/wa-js/compare/v1.2.5...v2.0.0) (2022-04-25)
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
### Bug Fixes
|
|
1350
|
+
|
|
1351
|
+
* Fixed chat.msg_ack_change event for multi-device ([e400ae8](https://github.com/wppconnect-team/wa-js/commit/e400ae8ad9d0045991bb987692b03e2f5b5c8122))
|
|
1352
|
+
* Fixed compatibility with WhatsApp WEB 2.2214.8 ([0b464e8](https://github.com/wppconnect-team/wa-js/commit/0b464e8eafa66adf5bfe3488f0ba467747ccebb5))
|
|
1353
|
+
* Fixed export of events ([c28f8d8](https://github.com/wppconnect-team/wa-js/commit/c28f8d81f3fefef6a32f23329f0928f771ebb0f2))
|
|
1354
|
+
* Fixed send message for template buttons ([2988bd3](https://github.com/wppconnect-team/wa-js/commit/2988bd3a3a8f719f9e3f3560fb4ba9febc221299))
|
|
1355
|
+
* Fixed template buttons for message file ([0927157](https://github.com/wppconnect-team/wa-js/commit/0927157a85690eabbbb745cf388a3a7a128b0c57))
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
### Code Refactoring
|
|
1359
|
+
|
|
1360
|
+
* Reorganized export modules ([4e71634](https://github.com/wppconnect-team/wa-js/commit/4e71634e21b8a85b72cd2427ec6891469125dd56))
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
### Features
|
|
1364
|
+
|
|
1365
|
+
* Added chat.new_message event ([e16eaa1](https://github.com/wppconnect-team/wa-js/commit/e16eaa147cccd67f6e138bb5fad1406740189ffc))
|
|
1366
|
+
* Added chat.presence_change event ([70836d1](https://github.com/wppconnect-team/wa-js/commit/70836d10c9e67fe1259eb2d5cdb7124f4b6ffcaf))
|
|
1367
|
+
* Added WPP.conn.setKeepAlive function ([d211485](https://github.com/wppconnect-team/wa-js/commit/d211485cd6379073b1962e7fc8e99d6c3d30da8d))
|
|
1368
|
+
* Added WPP.contact.getProfilePictureUrl function ([ac1a147](https://github.com/wppconnect-team/wa-js/commit/ac1a1474bd09559d1949fc2668b7298b68c1b288))
|
|
1369
|
+
* Switched emittery to eventemitter2 ([0844cd2](https://github.com/wppconnect-team/wa-js/commit/0844cd233abf5d10114e9ef1bc0000e3d6881cd9))
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
### BREAKING CHANGES
|
|
1373
|
+
|
|
1374
|
+
* Min version of WhatsApp WEB: 2.2204.13
|
|
1375
|
+
* Changed all interface events to WPP.ev and WPP.on
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
## [1.2.5](https://github.com/wppconnect-team/wa-js/compare/v1.2.4...v1.2.5) (2022-03-25)
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
### Bug Fixes
|
|
1383
|
+
|
|
1384
|
+
* Fixed WPP.group.getGroupInfoFromInviteCode function (fix wppconnect-team/wppconnect[#972](https://github.com/wppconnect-team/wa-js/issues/972)) ([a8bb5cf](https://github.com/wppconnect-team/wa-js/commit/a8bb5cf2846b655dd26d3d9506bc5545dbf64413))
|
|
1385
|
+
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
## [1.2.4](https://github.com/wppconnect-team/wa-js/compare/v1.2.3...v1.2.4) (2022-03-23)
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
### Bug Fixes
|
|
1392
|
+
|
|
1393
|
+
* Fixed compatibility with WhatsApp 2.2211.2 ([d0c92b6](https://github.com/wppconnect-team/wa-js/commit/d0c92b699797c6077a514880d73308903dd0fd09))
|
|
1394
|
+
|
|
1395
|
+
|
|
1396
|
+
### Features
|
|
1397
|
+
|
|
1398
|
+
* Working on template buttons support ([ecf0a81](https://github.com/wppconnect-team/wa-js/commit/ecf0a813da0a3c3c811e3d6cf6611ea98ed1f18c))
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
## [1.2.3](https://github.com/wppconnect-team/wa-js/compare/v1.2.2...v1.2.3) (2022-03-16)
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
### Bug Fixes
|
|
1406
|
+
|
|
1407
|
+
* Fixed compatibility with WhatsApp 2.2208.11 ([8894d1a](https://github.com/wppconnect-team/wa-js/commit/8894d1aec35ebf99865022b9e23267a7c77043b1))
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
## [1.2.2](https://github.com/wppconnect-team/wa-js/compare/v1.2.1...v1.2.2) (2022-03-12)
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
### Bug Fixes
|
|
1415
|
+
|
|
1416
|
+
* Fixed WPP.chat.deleteMessage for old versions (fix wppconnect-team/wppconnect[#937](https://github.com/wppconnect-team/wa-js/issues/937)) ([a53ec55](https://github.com/wppconnect-team/wa-js/commit/a53ec55a04d3efa117dfd31ec4f1b2131ba85622))
|
|
1417
|
+
* Fixed WPP.chat.on('msg_revoke') event (fix wppconnect-team/wppconnect[#932](https://github.com/wppconnect-team/wa-js/issues/932)) ([aee0e99](https://github.com/wppconnect-team/wa-js/commit/aee0e99a86acc8208e9fb79e8345051f4798e28e))
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
## [1.2.1](https://github.com/wppconnect-team/wa-js/compare/v1.2.0...v1.2.1) (2022-03-09)
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
### Bug Fixes
|
|
1425
|
+
|
|
1426
|
+
* Fixed compatibility with WhatsApp 2.2208.7 ([3bcac63](https://github.com/wppconnect-team/wa-js/commit/3bcac63b1b88fd36ae9c512cb1a944ee79292ffe))
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
# [1.2.0](https://github.com/wppconnect-team/wa-js/compare/v1.1.19...v1.2.0) (2022-03-03)
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
* refactor!: Renamed auth to conn ([bc72d11](https://github.com/wppconnect-team/wa-js/commit/bc72d11aadc46e4bc5f24d9d1927abac96017ceb))
|
|
1434
|
+
|
|
1435
|
+
|
|
1436
|
+
### Bug Fixes
|
|
1437
|
+
|
|
1438
|
+
* Fixed webpack injection cache ([15f6b3f](https://github.com/wppconnect-team/wa-js/commit/15f6b3f5d3ff6ef41ff562cddf7d6ff46ce056ad))
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
### Features
|
|
1442
|
+
|
|
1443
|
+
* Add WPP.conn.refreshQR function ([edae1c0](https://github.com/wppconnect-team/wa-js/commit/edae1c0f38e90c3b8f7cd860e47e627dac946e97))
|
|
1444
|
+
* Added WPP.conn.isMainLoaded function ([46d7b47](https://github.com/wppconnect-team/wa-js/commit/46d7b4770b2833652eb2bcba9ef4394326e4213e))
|
|
1445
|
+
* Added WPP.conn.on('authenticated') event ([21d24dc](https://github.com/wppconnect-team/wa-js/commit/21d24dc29c3ce1e05340e763995640be44032ea1))
|
|
1446
|
+
* Added WPP.conn.on('main_loaded') event ([ea696f9](https://github.com/wppconnect-team/wa-js/commit/ea696f95f740f0d69ee4d9a816432b370c8ace7f))
|
|
1447
|
+
* Added WPP.conn.on('main_ready') event ([9709b0d](https://github.com/wppconnect-team/wa-js/commit/9709b0dad6771ee9f58c87c63fbf488ca786fea0))
|
|
1448
|
+
* Added WPP.conn.on('require_auth') event ([f75b372](https://github.com/wppconnect-team/wa-js/commit/f75b372868cc1366b154b8202a4bac1de2eb2d26))
|
|
1449
|
+
* Extracted Stream module ([0d8f076](https://github.com/wppconnect-team/wa-js/commit/0d8f076d700d93a685c8ce15c6b9ad6cb9688254))
|
|
1450
|
+
|
|
1451
|
+
|
|
1452
|
+
### BREAKING CHANGES
|
|
1453
|
+
|
|
1454
|
+
* Renamed auth to conn
|
|
1455
|
+
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
## [1.1.19](https://github.com/wppconnect-team/wa-js/compare/v1.1.18...v1.1.19) (2022-02-25)
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
### Bug Fixes
|
|
1462
|
+
|
|
1463
|
+
* Fixed constants definitions ([4d7a546](https://github.com/wppconnect-team/wa-js/commit/4d7a546355e62d32b0d01f4c714d1f6a2dabb7db))
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
## [1.1.18](https://github.com/wppconnect-team/wa-js/compare/v1.1.17...v1.1.18) (2022-02-17)
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
### Bug Fixes
|
|
1471
|
+
|
|
1472
|
+
* Fixed group functions when there are a lot of chats (fix wppconnect-team/wppconnect[#871](https://github.com/wppconnect-team/wa-js/issues/871)) ([1ff6a50](https://github.com/wppconnect-team/wa-js/commit/1ff6a5053cdd6ccc2ddc5df09dc3e73497987ad5))
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
## [1.1.17](https://github.com/wppconnect-team/wa-js/compare/v1.1.16...v1.1.17) (2022-02-12)
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
### Bug Fixes
|
|
1480
|
+
|
|
1481
|
+
* Fixed exportation enum for WPP.group.setProperty ([76009f5](https://github.com/wppconnect-team/wa-js/commit/76009f5444858a2184b8066088330c0600544427))
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
## [1.1.16](https://github.com/wppconnect-team/wa-js/compare/v1.1.15...v1.1.16) (2022-02-06)
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
### Bug Fixes
|
|
1489
|
+
|
|
1490
|
+
* exported WPP.group.getGroupInfoFromInviteCode function ([0616778](https://github.com/wppconnect-team/wa-js/commit/0616778ea749f69d76b7eb79bcd1135fdaeaf70f))
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
## [1.1.15](https://github.com/wppconnect-team/wa-js/compare/v1.1.14...v1.1.15) (2022-02-06)
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
### Bug Fixes
|
|
1498
|
+
|
|
1499
|
+
* Fixed permission check for set group subject/description ([0ff6d58](https://github.com/wppconnect-team/wa-js/commit/0ff6d5892252150524f0595d711ff42338bdb29c))
|
|
1500
|
+
* Fixed WPP.chat.getMessageById for old messages in MD ([5023dd9](https://github.com/wppconnect-team/wa-js/commit/5023dd988de3fedfb406eb26479ae5e7c5cc3dc0))
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
### Features
|
|
1504
|
+
|
|
1505
|
+
* Added WPP.chat.openChatAt, openChatBottom and openChatFromUnread functions ([5e33e2d](https://github.com/wppconnect-team/wa-js/commit/5e33e2d22370c35deb2cfbc78868b6997281de8e))
|
|
1506
|
+
* Added WPP.group.getGroupInfoFromInviteCode function ([15462d8](https://github.com/wppconnect-team/wa-js/commit/15462d899f3da986c3780a6de28a149f97c26967))
|
|
1507
|
+
* Added WPP.group.getInviteCode function ([675845c](https://github.com/wppconnect-team/wa-js/commit/675845ccec971f0584dcb8a16eacf0fe4d1372da))
|
|
1508
|
+
* Added WPP.group.join function ([2f92669](https://github.com/wppconnect-team/wa-js/commit/2f92669a4912be8397014c98620444413fcbf88d))
|
|
1509
|
+
* Added WPP.group.leave function ([0981635](https://github.com/wppconnect-team/wa-js/commit/0981635683a067561def49ef06e2596c159428b1))
|
|
1510
|
+
* Added WPP.group.revokeInviteCode function ([501c378](https://github.com/wppconnect-team/wa-js/commit/501c37816c08c800463fb791fd861a3cea1f7d70))
|
|
1511
|
+
* Added WPP.group.setDescription function ([547999f](https://github.com/wppconnect-team/wa-js/commit/547999f0d87e6fad20068094e1ce43b76ffb87c7))
|
|
1512
|
+
* Added WPP.group.setProperty function ([0fdfb37](https://github.com/wppconnect-team/wa-js/commit/0fdfb3721b6d19bfc09c3f682b0e1f74ed804907))
|
|
1513
|
+
* Added WPP.group.setSubject function ([d0dcc5e](https://github.com/wppconnect-team/wa-js/commit/d0dcc5ed12d376b3dc769b2de30f0582e30b4be7))
|
|
1514
|
+
* Extracted createMsgProtobuf function ([514065a](https://github.com/wppconnect-team/wa-js/commit/514065a415d3c4ec5f8de0c7bba0371e8095ef85))
|
|
1515
|
+
* Extracted sendCallSignalingMsg function ([05b5779](https://github.com/wppconnect-team/wa-js/commit/05b577983895224586260df07c4477fda4bfb6b9))
|
|
1516
|
+
* Extracted set group properties functions ([548e880](https://github.com/wppconnect-team/wa-js/commit/548e8808181c624e82fa33b486d140283954bab6))
|
|
1517
|
+
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
## [1.1.14](https://github.com/wppconnect-team/wa-js/compare/v1.1.13...v1.1.14) (2022-01-28)
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
### Bug Fixes
|
|
1524
|
+
|
|
1525
|
+
* Fixed WPP.contact.queryExists to avoid stuck in MD ([53ef3b4](https://github.com/wppconnect-team/wa-js/commit/53ef3b4ce2ad779509e08d5eec89ee53e193ba7a))
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
## [1.1.13](https://github.com/wppconnect-team/wa-js/compare/v1.1.12...v1.1.13) (2022-01-28)
|
|
1530
|
+
|
|
1531
|
+
|
|
1532
|
+
### Bug Fixes
|
|
1533
|
+
|
|
1534
|
+
* Fixed WPP.contact.queryExists to avoid stuck in MD ([a7761e5](https://github.com/wppconnect-team/wa-js/commit/a7761e5a8d7dea66c5f0522eb294cbe763e6ebaa))
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
## [1.1.12](https://github.com/wppconnect-team/wa-js/compare/v1.1.11...v1.1.12) (2022-01-26)
|
|
1539
|
+
|
|
1540
|
+
|
|
1541
|
+
### Bug Fixes
|
|
1542
|
+
|
|
1543
|
+
* Fixed WPP.contact.queryExists function for false positive ([bf29270](https://github.com/wppconnect-team/wa-js/commit/bf29270d27c16ca1348742ed532e96f655566349))
|
|
1544
|
+
* Improved file mimetype detection ([df98559](https://github.com/wppconnect-team/wa-js/commit/df98559ef9be4356b9bd73944259c4e171ef7cc4))
|
|
1545
|
+
* Update compatibility to WhatsApp 2.2202.8 ([b1e56ee](https://github.com/wppconnect-team/wa-js/commit/b1e56ee15d34e8a0c42941da5bda1b99d7026770))
|
|
1546
|
+
|
|
1547
|
+
|
|
1548
|
+
### Features
|
|
1549
|
+
|
|
1550
|
+
* Added WPP.util.isBase64 function ([5817ab5](https://github.com/wppconnect-team/wa-js/commit/5817ab5c66ecc0924a6b8042bc763ef5468eaa85))
|
|
1551
|
+
|
|
1552
|
+
|
|
1553
|
+
|
|
1554
|
+
## [1.1.11](https://github.com/wppconnect-team/wa-js/compare/v1.1.10...v1.1.11) (2022-01-22)
|
|
1555
|
+
|
|
1556
|
+
|
|
1557
|
+
### Bug Fixes
|
|
1558
|
+
|
|
1559
|
+
* Reduced script file size ([2276373](https://github.com/wppconnect-team/wa-js/commit/2276373151a5709986d68d3dff3a4fd90015efb6))
|
|
1560
|
+
|
|
1561
|
+
|
|
1562
|
+
### Features
|
|
1563
|
+
|
|
1564
|
+
* Added WPP.chat.starMessage function ([99757dc](https://github.com/wppconnect-team/wa-js/commit/99757dc26a8effe9187799be80272e6144f61e3a))
|
|
1565
|
+
* Added WPP.profile.getMyStatus function ([7c5975d](https://github.com/wppconnect-team/wa-js/commit/7c5975df3eaacc6a4b98f5e9116574dfbcaf8cfa))
|
|
1566
|
+
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
## [1.1.10](https://github.com/wppconnect-team/wa-js/compare/v1.1.9...v1.1.10) (2022-01-22)
|
|
1570
|
+
|
|
1571
|
+
|
|
1572
|
+
### Bug Fixes
|
|
1573
|
+
|
|
1574
|
+
* Fixed getMessageById when the message is from status (wppconnect-team/wppconnect[#823](https://github.com/wppconnect-team/wa-js/issues/823)) ([f075cd2](https://github.com/wppconnect-team/wa-js/commit/f075cd24fd01e33f0322da9f9be321f039b9b6b3))
|
|
1575
|
+
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
## [1.1.9](https://github.com/wppconnect-team/wa-js/compare/v1.1.8...v1.1.9) (2022-01-21)
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
### Bug Fixes
|
|
1582
|
+
|
|
1583
|
+
* Fixed exported class Wap for old WhatsApp version ([b71b222](https://github.com/wppconnect-team/wa-js/commit/b71b222a1f5aeb4b3184855abf4f38208efff605))
|
|
1584
|
+
* Fixed live location event register and added a option ([08949a9](https://github.com/wppconnect-team/wa-js/commit/08949a9c3c46274f2ccca7d30e3aeb9c8a4e9851))
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
## [1.1.8](https://github.com/wppconnect-team/wa-js/compare/v1.1.7...v1.1.8) (2022-01-21)
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
### Bug Fixes
|
|
1592
|
+
|
|
1593
|
+
* Fixed WPP.contact.queryExists function (fix wppconnect-team/wppconnect[#803](https://github.com/wppconnect-team/wa-js/issues/803)) ([63a021d](https://github.com/wppconnect-team/wa-js/commit/63a021da96f75b9300f2d8f3409934ab0a0a611a))
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
## [1.1.7](https://github.com/wppconnect-team/wa-js/compare/v1.1.6...v1.1.7) (2022-01-20)
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
### Bug Fixes
|
|
1601
|
+
|
|
1602
|
+
* Ignore errors in prepareLinkPreview ([5ae0ef3](https://github.com/wppconnect-team/wa-js/commit/5ae0ef339df67a7caec68b410604d01becf800b9))
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
## [1.1.6](https://github.com/wppconnect-team/wa-js/compare/v1.1.5...v1.1.6) (2022-01-20)
|
|
1607
|
+
|
|
1608
|
+
|
|
1609
|
+
### Bug Fixes
|
|
1610
|
+
|
|
1611
|
+
* Added catch block for prepareLinkPreview ([b44d764](https://github.com/wppconnect-team/wa-js/commit/b44d7640eff3432a89db343d97b547d3b5e6e0c2))
|
|
1612
|
+
* Ignore markIsRead error while is sending message ([17d4ca5](https://github.com/wppconnect-team/wa-js/commit/17d4ca540897a0610016fac34e85d1292297461e))
|
|
1613
|
+
|
|
1614
|
+
|
|
1615
|
+
### Features
|
|
1616
|
+
|
|
1617
|
+
* Added WPP.contact.getStatus function ([3d7fb55](https://github.com/wppconnect-team/wa-js/commit/3d7fb55a3de8b53c36d302c91c9b38cfdb106b43))
|
|
1618
|
+
* Added WPP.profile.setMyStatus function ([caaa3ce](https://github.com/wppconnect-team/wa-js/commit/caaa3ce199a418c2fcb5d428909dee936e1c5210))
|
|
1619
|
+
* Extracted getStatus and setMyStatus functions ([3777cf4](https://github.com/wppconnect-team/wa-js/commit/3777cf4980c63b0a10b7ca15488e998c22e48804))
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
## [1.1.5](https://github.com/wppconnect-team/wa-js/compare/v1.1.4...v1.1.5) (2022-01-15)
|
|
1624
|
+
|
|
1625
|
+
|
|
1626
|
+
### Bug Fixes
|
|
1627
|
+
|
|
1628
|
+
* Allow WPP.contact.queryExists to throw exception (wppconnect-team/wppconnect[#793](https://github.com/wppconnect-team/wa-js/issues/793)) ([7331aad](https://github.com/wppconnect-team/wa-js/commit/7331aadb06b77550ba0c959d29ba6118bb5fa0f2))
|
|
1629
|
+
|
|
1630
|
+
|
|
1631
|
+
### Features
|
|
1632
|
+
|
|
1633
|
+
* Added WPP.chat.mute and unmute functions ([d2c5c7c](https://github.com/wppconnect-team/wa-js/commit/d2c5c7c51510a87d0b24615b5b6bf51bac96f63b))
|
|
1634
|
+
* Extracted sendSetPicture function ([127f32c](https://github.com/wppconnect-team/wa-js/commit/127f32cc3897b17d6e828ea52b4e492ee4a2e081))
|
|
1635
|
+
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
## [1.1.4](https://github.com/wppconnect-team/wa-js/compare/v1.1.3...v1.1.4) (2022-01-14)
|
|
1639
|
+
|
|
1640
|
+
|
|
1641
|
+
### Bug Fixes
|
|
1642
|
+
|
|
1643
|
+
* Fixed WPP.chat.markIsRead and markIsUnread functions (fix wppconnect-team/wppconnect[#786](https://github.com/wppconnect-team/wa-js/issues/786)) ([a1158f6](https://github.com/wppconnect-team/wa-js/commit/a1158f6780bbe343121849ab235cd97823637505))
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
## [1.1.3](https://github.com/wppconnect-team/wa-js/compare/v1.1.2...v1.1.3) (2022-01-08)
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
### Bug Fixes
|
|
1651
|
+
|
|
1652
|
+
* Fixed WPP.chat.downloadMedia for Videos in Chromium ([ba07dfc](https://github.com/wppconnect-team/wa-js/commit/ba07dfcf7d11dda6d379766932bdd43adc9cd319))
|
|
1653
|
+
|
|
1654
|
+
|
|
1655
|
+
### Features
|
|
1656
|
+
|
|
1657
|
+
* Added function WPP.util.blobToBase64 ([fc06eef](https://github.com/wppconnect-team/wa-js/commit/fc06eef900cc423709fb6a275e004f630ca352c3))
|
|
1658
|
+
* Added WPP.util ([1bbe448](https://github.com/wppconnect-team/wa-js/commit/1bbe448bb5c61eccfbc24283ab770aa687bf0e49))
|
|
1659
|
+
|
|
1660
|
+
|
|
1661
|
+
|
|
1662
|
+
## [1.1.2](https://github.com/wppconnect-team/wa-js/compare/v1.1.1...v1.1.2) (2022-01-08)
|
|
1663
|
+
|
|
1664
|
+
|
|
1665
|
+
### Bug Fixes
|
|
1666
|
+
|
|
1667
|
+
* Fixed missing exported interfaces ([8b71f14](https://github.com/wppconnect-team/wa-js/commit/8b71f140da845a3958cdc6ccda690c7df92f1648))
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
## [1.1.1](https://github.com/wppconnect-team/wa-js/compare/v1.1.0...v1.1.1) (2022-01-08)
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
# [1.1.0](https://github.com/wppconnect-team/wa-js/compare/v1.0.16...v1.1.0) (2022-01-08)
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
### Bug Fixes
|
|
1679
|
+
|
|
1680
|
+
* Fixed WPP.contact.queryExists (fix wppconnect-team/wppconnect[#725](https://github.com/wppconnect-team/wa-js/issues/725)) ([0c2b50c](https://github.com/wppconnect-team/wa-js/commit/0c2b50c4994d81d0e0d5debdfea7a3e96e333d50))
|
|
1681
|
+
|
|
1682
|
+
|
|
1683
|
+
### Features
|
|
1684
|
+
|
|
1685
|
+
* Added linkPreview for WPP.chat.sendTextMessage ([d39f325](https://github.com/wppconnect-team/wa-js/commit/d39f3254dfe90d280c83b324f8884a8645b2562d))
|
|
1686
|
+
* Added live location events in WPP.chat ([#184](https://github.com/wppconnect-team/wa-js/issues/184)) ([d4c6f27](https://github.com/wppconnect-team/wa-js/commit/d4c6f27a7c4acb557a6de85f8f7a6c3a942dc4d8))
|
|
1687
|
+
* Added WPP.chat.downloadMedia function ([712095a](https://github.com/wppconnect-team/wa-js/commit/712095a20bef08202d820c9c7b7ccf084162756b))
|
|
1688
|
+
* Added WPP.group.getParticipants function ([70d5c39](https://github.com/wppconnect-team/wa-js/commit/70d5c399cdc177e0eb722a4cd90246775b4bdf86))
|
|
1689
|
+
* Extracted fetchLinkPreview function ([0049dca](https://github.com/wppconnect-team/wa-js/commit/0049dcadae77551d5721b9330e72b7504ced1835))
|
|
1690
|
+
* Extracted findFirstWebLink function ([c4e04e0](https://github.com/wppconnect-team/wa-js/commit/c4e04e0ac33c418951523bc0cb1ff616ee6a22f9))
|
|
1691
|
+
* Extracted MediaBlobCache class ([da30052](https://github.com/wppconnect-team/wa-js/commit/da3005234136dc5a719ca6c5b86024fd9a0b8fea))
|
|
1692
|
+
* More label functions ([#154](https://github.com/wppconnect-team/wa-js/issues/154)) ([c92efec](https://github.com/wppconnect-team/wa-js/commit/c92efecaedadd14df14f697576c3e3033bc96854))
|
|
1693
|
+
* New function WPP.auth.setMultiDevice ([#183](https://github.com/wppconnect-team/wa-js/issues/183)) ([e81307e](https://github.com/wppconnect-team/wa-js/commit/e81307eae123eea12139cee8d4e3a67472dc24cf))
|
|
1694
|
+
* Send file as sticker ([#155](https://github.com/wppconnect-team/wa-js/issues/155)) ([8395965](https://github.com/wppconnect-team/wa-js/commit/839596523b28d6a9019d6c2cb949db240950081f))
|
|
1695
|
+
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
## [1.0.16](https://github.com/wppconnect-team/wa-js/compare/v1.0.15...v1.0.16) (2021-12-08)
|
|
1699
|
+
|
|
1700
|
+
|
|
1701
|
+
### Bug Fixes
|
|
1702
|
+
|
|
1703
|
+
* Added support to 2.2147.14 WhatsApp version ([1343e04](https://github.com/wppconnect-team/wa-js/commit/1343e04b03e32c4f0c4675ef990317c018b5bf8a))
|
|
1704
|
+
|
|
1705
|
+
|
|
1706
|
+
### Features
|
|
1707
|
+
|
|
1708
|
+
* Added markIsComposing, markIsRecording and markIsPaused chat functions ([2ec6bfc](https://github.com/wppconnect-team/wa-js/commit/2ec6bfc2662b326f39e95cc1a589b5a343d61de7))
|
|
1709
|
+
* Added markIsRead option for sending message ([0a92e98](https://github.com/wppconnect-team/wa-js/commit/0a92e98f88a022db3921c337ee284aa3600be0ca))
|
|
1710
|
+
* Added WPP.chat.markAsRead and WPP.chat.markAsUnread functions ([1db6903](https://github.com/wppconnect-team/wa-js/commit/1db6903e8eaace318d95cc0f894332754c012d2f))
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
|
|
1714
|
+
## [1.0.15](https://github.com/wppconnect-team/wa-js/compare/v1.0.14...v1.0.15) (2021-11-27)
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
### Bug Fixes
|
|
1718
|
+
|
|
1719
|
+
* changed fromBuffer property to fileTypeFromBuffer ([#135](https://github.com/wppconnect-team/wa-js/issues/135)) ([c5c6667](https://github.com/wppconnect-team/wa-js/commit/c5c66674000b9a4948bbfa775c9b39dc4a693326))
|
|
1720
|
+
* Fixed compability with WhatsApp version 2.2134.10 ([7208966](https://github.com/wppconnect-team/wa-js/commit/720896614080261f13ca32150c6b5130735d7134))
|
|
1721
|
+
* Fixed compability with WhatsApp version 2.2144.11 ([25e8fd1](https://github.com/wppconnect-team/wa-js/commit/25e8fd17929e1d6820da750b23142ade87356bbc))
|
|
1722
|
+
* Fixed compability with WhatsApp version 2.2146.9 ([4a3a0b9](https://github.com/wppconnect-team/wa-js/commit/4a3a0b9bf5bb6c666585bad78ae8e3c106b301fd))
|
|
1723
|
+
* Fixed compability with WhatsApp version 2.2146.9 ([2310df4](https://github.com/wppconnect-team/wa-js/commit/2310df4a644915da038ce54ff85ecf90f02aa694))
|
|
1724
|
+
* Fixed registerRevokeMessageEvent register ([ec26274](https://github.com/wppconnect-team/wa-js/commit/ec2627495ad1032fd15050d799e9d82c4639530f))
|
|
1725
|
+
* Reverted file-type update ([d665164](https://github.com/wppconnect-team/wa-js/commit/d665164e160848c53b551a4caa73dc6a1d84d559))
|
|
1726
|
+
|
|
1727
|
+
|
|
1728
|
+
### Features
|
|
1729
|
+
|
|
1730
|
+
* First functions for labels ([#126](https://github.com/wppconnect-team/wa-js/issues/126)) ([56ed31e](https://github.com/wppconnect-team/wa-js/commit/56ed31ef9a9be889d93c1fcaa49b9c59a177769d))
|
|
1731
|
+
|
|
1732
|
+
|
|
1733
|
+
### Performance Improvements
|
|
1734
|
+
|
|
1735
|
+
* Improved module resolution time ([f63778b](https://github.com/wppconnect-team/wa-js/commit/f63778b8e220080754f5ef26c63831d82755dc12))
|
|
1736
|
+
|
|
1737
|
+
|
|
1738
|
+
|
|
1739
|
+
## [1.0.14](https://github.com/wppconnect-team/wa-js/compare/v1.0.13...v1.0.14) (2021-11-18)
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
### Bug Fixes
|
|
1743
|
+
|
|
1744
|
+
* Fixed self contact name in WPP.chat.sendVCardContact ([ba40ed1](https://github.com/wppconnect-team/wa-js/commit/ba40ed19c0a1069121e3ac7f2a241de4e4585640))
|
|
1745
|
+
* Fixed typescript definitions ([77aac88](https://github.com/wppconnect-team/wa-js/commit/77aac889848fa0f981a81ccde5fbedf2319aafcf))
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
### Code Refactoring
|
|
1749
|
+
|
|
1750
|
+
* Renamed sendVCardContact to sendVCardContactMessage ([13fb994](https://github.com/wppconnect-team/wa-js/commit/13fb9946473fbf1d374ec6808277053ac836a717))
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
### BREAKING CHANGES
|
|
1754
|
+
|
|
1755
|
+
* Renamed sendVCardContact to sendVCardContactMessage
|
|
1756
|
+
|
|
1757
|
+
|
|
1758
|
+
|
|
1759
|
+
## [1.0.13](https://github.com/wppconnect-team/wa-js/compare/v1.0.12...v1.0.13) (2021-11-18)
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
### Bug Fixes
|
|
1763
|
+
|
|
1764
|
+
* Disabled deviceName by default ([c2f6287](https://github.com/wppconnect-team/wa-js/commit/c2f628712a96d0fdf0413ebcefd1663f166cb12e))
|
|
1765
|
+
* Improved speed of WPP.contact.queryExists to use local contact list first ([fb0bd95](https://github.com/wppconnect-team/wa-js/commit/fb0bd95e19acb32b0f9a1f71557fb17eb4636458))
|
|
1766
|
+
|
|
1767
|
+
|
|
1768
|
+
### Features
|
|
1769
|
+
|
|
1770
|
+
* Added WPP.version and WPP.license ([31eaddd](https://github.com/wppconnect-team/wa-js/commit/31eaddd2673e0d4d1d2d4594f1ad7f7805a8014d))
|
|
1771
|
+
|
|
1772
|
+
|
|
1773
|
+
|
|
1774
|
+
## [1.0.12](https://github.com/wppconnect-team/wa-js/compare/v1.0.11...v1.0.12) (2021-11-15)
|
|
1775
|
+
|
|
1776
|
+
|
|
1777
|
+
### Features
|
|
1778
|
+
|
|
1779
|
+
* Added msg_ack_change event for WPP.chat ([827952b](https://github.com/wppconnect-team/wa-js/commit/827952bf91d6b559547522b8aa5f90a9259b397b))
|
|
1780
|
+
* Added WPP.chat.sendVCardContact function ([01c9fbe](https://github.com/wppconnect-team/wa-js/commit/01c9fbeeb806909542339bf26009c9b37cdda861))
|
|
1781
|
+
* Now WPP.chat.sendFileMessage auto detect the content ([09ce7e3](https://github.com/wppconnect-team/wa-js/commit/09ce7e36d20d7347294ff3989dd15e2919dab1d3))
|
|
1782
|
+
|
|
1783
|
+
|
|
1784
|
+
|
|
1785
|
+
## [1.0.11](https://github.com/wppconnect-team/wa-js/compare/v1.0.10...v1.0.11) (2021-11-11)
|
|
1786
|
+
|
|
1787
|
+
|
|
1788
|
+
### Features
|
|
1789
|
+
|
|
1790
|
+
* Added WPP.contact.queryExists function ([04262f5](https://github.com/wppconnect-team/wa-js/commit/04262f55d9b7e4278ebf86c1cfe4833f8fc333b3))
|
|
1791
|
+
* Added WPP.group.create function ([6bc2260](https://github.com/wppconnect-team/wa-js/commit/6bc2260dfecbe434adf308e2261f9c7e05fecade))
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
|
|
1795
|
+
## [1.0.10](https://github.com/wppconnect-team/wa-js/compare/v1.0.9...v1.0.10) (2021-11-06)
|
|
1796
|
+
|
|
1797
|
+
|
|
1798
|
+
### Bug Fixes
|
|
1799
|
+
|
|
1800
|
+
* Fixed getMessages for non multidevices (fix wppconnect-team/wppconnect[#629](https://github.com/wppconnect-team/wa-js/issues/629)) ([c43b2cb](https://github.com/wppconnect-team/wa-js/commit/c43b2cb9f1e7cd0bebd8754f9f1458f56f778091))
|
|
1801
|
+
|
|
1802
|
+
|
|
1803
|
+
|
|
1804
|
+
## [1.0.9](https://github.com/wppconnect-team/wa-js/compare/v1.0.8...v1.0.9) (2021-11-02)
|
|
1805
|
+
|
|
1806
|
+
|
|
1807
|
+
### Features
|
|
1808
|
+
|
|
1809
|
+
* Added mentionedList and detectMentioned options for send message ([f4c01fa](https://github.com/wppconnect-team/wa-js/commit/f4c01faa3563127289100d1fc072a4518d432cfa))
|
|
1810
|
+
* Added option to send buttons for files ([1db78a2](https://github.com/wppconnect-team/wa-js/commit/1db78a2e053b5592ceb883408846e4d252c27281))
|
|
1811
|
+
* Added quotedMsg option for send message ([1a6aacd](https://github.com/wppconnect-team/wa-js/commit/1a6aacd68a408049cfd2bb034626f0e0bd5f62bf))
|
|
1812
|
+
|
|
1813
|
+
|
|
1814
|
+
|
|
1815
|
+
## [1.0.8](https://github.com/wppconnect-team/wa-js/compare/v1.0.7...v1.0.8) (2021-10-30)
|
|
1816
|
+
|
|
1817
|
+
|
|
1818
|
+
### Features
|
|
1819
|
+
|
|
1820
|
+
* Added WPP.chat.deleteMessage function ([d9b1c4f](https://github.com/wppconnect-team/wa-js/commit/d9b1c4f787d2e852431244110fafdfdbcdba56dd))
|
|
1821
|
+
* Added WPP.chat.getMessageById function ([e44420c](https://github.com/wppconnect-team/wa-js/commit/e44420c90248ffa97ebd436e92c4623a6628f29b))
|
|
1822
|
+
* Added WPP.chat.sendFileMessage function ([efac868](https://github.com/wppconnect-team/wa-js/commit/efac868b55aa6a7201d760d2d2e1a87fa34f44ca))
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
## [1.0.7](https://github.com/wppconnect-team/wa-js/compare/v1.0.6...v1.0.7) (2021-10-20)
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
### Features
|
|
1830
|
+
|
|
1831
|
+
* Added WPP.auth.logout function (wppconnect-team/wppconnect[#579](https://github.com/wppconnect-team/wa-js/issues/579)) ([75914f2](https://github.com/wppconnect-team/wa-js/commit/75914f28e05d5d56f6cd11c69dc72b3c9600162d))
|
|
1832
|
+
* Added WPP.chat.clear function ([805ce7f](https://github.com/wppconnect-team/wa-js/commit/805ce7f06f207dd2cef9a8586f4d3f7310ed9348))
|
|
1833
|
+
* Added WPP.chat.delete function (wppconnect-team/wppconnect[#586](https://github.com/wppconnect-team/wa-js/issues/586)) ([4639722](https://github.com/wppconnect-team/wa-js/commit/463972283dee443663c7e042dc6dcdb8095453d6))
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
## [1.0.6](https://github.com/wppconnect-team/wa-js/compare/v1.0.5...v1.0.6) (2021-10-12)
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
### Bug Fixes
|
|
1841
|
+
|
|
1842
|
+
* Fixed declaration files export ([2d53d4c](https://github.com/wppconnect-team/wa-js/commit/2d53d4cd106b448680efae2139b762a83b38ba2b))
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
## [1.0.5](https://github.com/wppconnect-team/wa-js/compare/v1.0.4...v1.0.5) (2021-10-12)
|
|
1847
|
+
|
|
1848
|
+
|
|
1849
|
+
### Bug Fixes
|
|
1850
|
+
|
|
1851
|
+
* Added option to disable device name override ([961e6e2](https://github.com/wppconnect-team/wa-js/commit/961e6e2b785271b47636ce2bd04f2ff443a15d89))
|
|
1852
|
+
* Fixed WPP.chat.getMessages to include last message (fix [#64](https://github.com/wppconnect-team/wa-js/issues/64)) ([24eef80](https://github.com/wppconnect-team/wa-js/commit/24eef80c27e420a0a106084d14e88a1563fd6afe))
|
|
1853
|
+
|
|
1854
|
+
|
|
1855
|
+
### Features
|
|
1856
|
+
|
|
1857
|
+
* Added msg_revoke (WPP.chat.on) event ([d6303bf](https://github.com/wppconnect-team/wa-js/commit/d6303bf6974cdee81ba33aa73e09fe301e16d1a3))
|
|
1858
|
+
* Added WPP.auth.isMultiDevice function ([1186db7](https://github.com/wppconnect-team/wa-js/commit/1186db7c22379d4b4c1d561c387cab1bcd7bf8ac))
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
|
|
1862
|
+
## [1.0.4](https://github.com/wppconnect-team/wa-js/compare/v1.0.3...v1.0.4) (2021-10-02)
|
|
1863
|
+
|
|
1864
|
+
|
|
1865
|
+
### Features
|
|
1866
|
+
|
|
1867
|
+
* Added option to change the deviceName ([841bea8](https://github.com/wppconnect-team/wa-js/commit/841bea8d9d6661186bd17f32b6342e0b3918cf1a))
|
|
1868
|
+
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
## [1.0.3](https://github.com/wppconnect-team/wa-js/compare/v1.0.2...v1.0.3) (2021-10-02)
|
|
1872
|
+
|
|
1873
|
+
|
|
1874
|
+
### Features
|
|
1875
|
+
|
|
1876
|
+
* Added blocklist functions ([14579c6](https://github.com/wppconnect-team/wa-js/commit/14579c64ec584c47b10388374f9305dc8bd754c7))
|
|
1877
|
+
* Added group management functions ([decae64](https://github.com/wppconnect-team/wa-js/commit/decae64cb60f5b61948956084af3b41dcebf23fe))
|
|
1878
|
+
* Added option to define device name ([df6f1e2](https://github.com/wppconnect-team/wa-js/commit/df6f1e22e7174fa7eec3954117c6094a6347dcb2))
|
|
1879
|
+
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
## [1.0.2](https://github.com/wppconnect-team/wa-js/compare/v1.0.1...v1.0.2) (2021-09-29)
|
|
1883
|
+
|
|
1884
|
+
|
|
1885
|
+
### Features
|
|
1886
|
+
|
|
1887
|
+
* Added getMessages for Chat ([4e0f1d3](https://github.com/wppconnect-team/wa-js/commit/4e0f1d3d85a5b4e8b8e848ee019b29b22d370020))
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
## [1.0.1](https://github.com/wppconnect-team/wa-js/compare/v1.0.0...v1.0.1) (2021-09-19)
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
### Bug Fixes
|
|
1895
|
+
|
|
1896
|
+
* Added declaration files ([0bac4ed](https://github.com/wppconnect-team/wa-js/commit/0bac4ed0d077a7984dd8d3f63016fdc43d369b39))
|
|
1897
|
+
|
|
1898
|
+
|
|
1899
|
+
|
|
1900
|
+
# [1.0.0](https://github.com/wppconnect-team/wa-js/compare/91e3f3fc53873d701ca87f600cdfc8b18e7ffc25...v1.0.0) (2021-09-19)
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
### Bug Fixes
|
|
1904
|
+
|
|
1905
|
+
* Added all methods of UserPrefs ([5e1a24c](https://github.com/wppconnect-team/wa-js/commit/5e1a24c201c9fe5a7c8943a4d1207a35d0f9c87c))
|
|
1906
|
+
* Fixed exported methods for auth ([454253e](https://github.com/wppconnect-team/wa-js/commit/454253ee78788a73b9279f52b95e167149df27f6))
|
|
1907
|
+
* Fixed QRCode for multidevice ([574e968](https://github.com/wppconnect-team/wa-js/commit/574e968c5174c18c24fd876864ea2b79c5a3126d))
|
|
1908
|
+
* Fixed some search modules ([d739fba](https://github.com/wppconnect-team/wa-js/commit/d739fba2e19e7acec0eb59e6b943c1b2a47dc244))
|
|
1909
|
+
|
|
1910
|
+
|
|
1911
|
+
### Features
|
|
1912
|
+
|
|
1913
|
+
* Added base of QRCode ([ae37878](https://github.com/wppconnect-team/wa-js/commit/ae3787894ca921d7575f84ddd5333827d296816a))
|
|
1914
|
+
* Added base64 function ([40e7b25](https://github.com/wppconnect-team/wa-js/commit/40e7b2503950d7b94b1872b802acfb622705a527))
|
|
1915
|
+
* Added ConnModel and default Conn ([27de477](https://github.com/wppconnect-team/wa-js/commit/27de4770f455d588951a938ec315dcd66c0a6f6b))
|
|
1916
|
+
* Added constants ([91e3f3f](https://github.com/wppconnect-team/wa-js/commit/91e3f3fc53873d701ca87f600cdfc8b18e7ffc25))
|
|
1917
|
+
* Added enum SendMsgResult ([411c4ef](https://github.com/wppconnect-team/wa-js/commit/411c4ef629f362fa0025d6113ded2fb71c173bee))
|
|
1918
|
+
* Added Features ([51c0c86](https://github.com/wppconnect-team/wa-js/commit/51c0c86ce2d68e7bce985c1bf3c45689b4c586c0))
|
|
1919
|
+
* Added GroupMetadataCollection ([641a2c3](https://github.com/wppconnect-team/wa-js/commit/641a2c3f8239543ef5dba93aea3a96c099524c96))
|
|
1920
|
+
* Added isAuthenticated function ([73800d7](https://github.com/wppconnect-team/wa-js/commit/73800d73ea45b9c94bdd639565bc99e85f6228d5))
|
|
1921
|
+
* Added send buttons for text message ([332a8fe](https://github.com/wppconnect-team/wa-js/commit/332a8feeeb7204a7191b20153152bda9efed0c66))
|
|
1922
|
+
* Added send list message ([80dad4d](https://github.com/wppconnect-team/wa-js/commit/80dad4dd92a0b0a960debe7455eefe7de52b531a))
|
|
1923
|
+
* Added send text to status stories ([2752353](https://github.com/wppconnect-team/wa-js/commit/27523533f859670373f24611262b5be84f869359))
|
|
1924
|
+
* Added typedoc ([c862697](https://github.com/wppconnect-team/wa-js/commit/c8626977d91a9d795121e98c843e091a75ba0f0d))
|
|
1925
|
+
* Added WhatsApp function to download and format source ([1b3919f](https://github.com/wppconnect-team/wa-js/commit/1b3919f0778eae2d6f4aba2daf1481eeb3f32822))
|
|
1926
|
+
* Created option to sendTextMessage ([a979a82](https://github.com/wppconnect-team/wa-js/commit/a979a8285e07874a9008c49a1b25cc28af16b1b6))
|
|
2
1927
|
|
|
3
1928
|
|
|
4
1929
|
|