Pedro Lopez
c434e04e41
fix countrycode and formatted number functions, add tests
2021-10-29 23:41:49 -04:00
Rajeh Taher
97a1d399ee
Format phone numbers ( #650 )
...
* 📦 Declared NumberInfo in store
* 📝 Add client.js functionality
* 🚨 eslint just admires singlequote strings
* 📝 Add shortcuts to using client method
* ♿ Adding parity between the ids
* ♿ Same method name parity
* 🚨 ESLint indentation error.
* 🚨 ESLint doublequote string error.
* 🎨 Proposed changes
* 🎨 Fixed badly done code :v and applied proposed changes.
* ⚡ fixed calling the wrong function (sigh)
* ⚡ Fixed missing try-catch code.
* 🚨 Fixes ESLint indentation errors.
* ⚡ fix the documentation issues.
* 🏷️ typescript
* 🏷️ Typo in function name
Co-authored-by: Rajeh Taher <rajeh@reforward.tk >
2021-10-29 23:33:38 -04:00
Rajeh Taher
dbf9bf2158
Type file improvements ( #855 )
...
* Updated Types
* Updated types to include (#868 )
* Update index.d.ts
* fix list type
Co-authored-by: Pedro Lopez <pedroslopez@me.com >
Co-authored-by: Pedro S. Lopez <pslamoros@hotmail.com >
2021-10-29 23:32:13 -04:00
Pedro Lopez
353af130d0
remove unnecessary default
2021-10-29 23:25:06 -04:00
Rajeh Taher
06107af67d
Allow a chat to be muted indefinitely ( #849 )
...
* muteChat fixed
* Update src/Client.js
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
* Update src/Client.js
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
* date fix
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
2021-10-29 23:24:36 -04:00
Muhamad Ristiyanto
4338664590
Add getBlockedContacts method ( #770 )
...
* add simple method to get blocked ids
* Change getBlockedList to getBlockedIds
* getBlockedIds to getBlockedContacts
* typo
* ESLint & other changes
* 🏷️ types
* fix: no `this.client`
* add tests
Co-authored-by: Rajeh Taher <rajeh@reforward.dev >
Co-authored-by: Pedro Lopez <pedroslopez@me.com >
Co-authored-by: Pedro S. Lopez <pslamoros@hotmail.com >
2021-10-30 03:18:26 +00:00
Rajeh Taher
95facee885
Fixes GroupNotification.getChat() returning client's chat. ( #699 )
...
* 🥅 getChat returns expected, instead of the client's chat.
* 🥅 Fixed .reply method too
* revert + fix
2021-10-29 23:00:10 -04:00
Pedro Lopez
1f38b762ed
add warning for multidevice, keep working for forced upgrade
2021-10-29 22:58:57 -04:00
tuyuribr
b60029ed09
feat: Send buttons and Lists ( #756 )
2021-09-14 00:06:05 +03:00
tuyuribr
ab415ff9be
feat: Include payment info ( #684 )
2021-09-13 23:58:39 +03:00
Pedro Lopez
7beeff4901
chore: mark version 1.14.1
v1.14.1
2021-09-01 09:19:28 -04:00
Pedro Lopez
022c87f3c7
optionally patch _find function if it's not found
2021-09-01 09:18:34 -04:00
Pedro Lopez
e527fe74fd
fix: patch find function to get chats
2021-09-01 09:16:12 -04:00
Pedro S. Lopez
7597608f9d
Update README.md
2021-08-02 00:49:03 -04:00
Pedro Lopez
be018e651d
update .npmignore
v1.14.0
2021-08-02 00:07:52 -04:00
Pedro Lopez
64189d2d67
chore: mark version v1.14.0
2021-08-01 23:59:56 -04:00
Pedro Lopez
38e31a07cf
Update package.json and readme for node 12 support
2021-08-01 23:57:21 -04:00
Pedro Lopez
40cec51956
fix: node v12 support
2021-08-01 23:56:27 -04:00
Pedro S. Lopez
d9ccb6f276
fix: correctly resolve media that hasn't been downloaded ( #763 )
...
* fix: correctly abort if media does not exist
* catch 404s
* dont throw for media that cant be fetched
2021-08-01 23:29:06 -04:00
github-actions[bot]
628b6e4d49
Update supported WhatsApp Web version to v2.2126.14 ( #806 )
...
Co-authored-by: pedroslopez <pedroslopez@users.noreply.github.com >
2021-08-01 23:13:07 -04:00
Pedro S. Lopez
8e56aef3ce
fix: more stable latest version check ( #805 )
2021-08-01 23:04:02 -04:00
Wictor Nogueira
cd774bef17
feat: Add MessageMedia.fromUrl method ( #769 )
2021-07-31 16:36:11 +03:00
Pedro S. Lopez
9c2592e164
chore: temporarily stop update action from auto running
2021-07-20 14:51:58 -04:00
Pedro S. Lopez
ae6d61bda9
fix: correctly serialize messages with replyButtons
2021-07-19 22:23:06 -04:00
Pedro S. Lopez
98acd2312d
delete gh branch automatically when closing update PR
2021-07-19 19:46:24 -04:00
Pedro Lopez
62c7c15f44
chore: update links
2021-07-19 00:19:40 -04:00
Pedro Lopez
e12c53f6ce
chore: specify minimum required node version
2021-07-19 00:11:57 -04:00
Pedro S. Lopez
811008da4b
Delete CNAME
2021-07-18 23:37:45 -04:00
Pedro S. Lopez
863284c9d1
Create CNAME
2021-07-18 23:37:21 -04:00
Pedro S. Lopez
ec95483518
Create CNAME
2021-07-18 23:36:02 -04:00
Pedro S. Lopez
ff2eb95751
Change WA Web update PR branch name
2021-07-18 22:57:18 -04:00
dependabot[bot]
1b5e9d2392
chore(deps-dev): bump mocha from 8.4.0 to 9.0.2 ( #776 )
...
Bumps [mocha](https://github.com/mochajs/mocha ) from 8.4.0 to 9.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v9.0.2 )
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-18 22:55:06 -04:00
Pedro Lopez
340e9764fe
Publish gh-pages site (branch name change)
2021-07-18 22:43:07 -04:00
Rajeh Taher
084525ddfa
Add Operating System information for bug reports. ( #725 )
...
* 📄 Add Operating System information for bug reports.
* 🐛 Forgot Line Break
2021-07-17 22:04:44 -04:00
github-actions[bot]
3398501ee6
Update supported WhatsApp Web version to v2.2126.11 ( #766 )
...
Co-authored-by: pedroslopez <pedroslopez@users.noreply.github.com >
Co-authored-by: Pedro S. Lopez <pslamoros@hotmail.com >
2021-07-17 00:07:38 -04:00
tuyuribr
cdede835af
Include Calls ( #720 )
...
* Get Call module
* The call event
* Update onCall index.d.ts
2021-07-17 00:05:53 -04:00
Pedro S. Lopez
449d0f01d8
Trim current version string
2021-07-16 03:19:58 -04:00
Pedro S. Lopez
4ed9312eb7
Update update.yml
2021-07-16 03:09:54 -04:00
Pedro S. Lopez
76deaad2fd
Update update.yml
2021-07-16 03:05:18 -04:00
Pedro S. Lopez
284903dce4
Update README.md
2021-07-16 02:53:39 -04:00
Pedro S. Lopez
a03cc41d22
Add tests and detect WhatsApp Web updates ( #686 )
...
* test setup, add initializer tests
* test sending messages
* add script to check latest version
* add github action
* use env vars
* configure environment with .env file
* add test for sticker name and author
* add DownloadManager model
* test chats and contacts
* test for number utility functions
* throw error if no remote id has been set
* Update .version
2021-07-16 02:50:05 -04:00
ApeironTsuka
04d2308bbc
Update node-webpmux 2.x syntax to 3.x (support upstream breaking change) ( #762 )
...
Co-authored-by: Apeiron <apeiron@none>
2021-07-15 22:50:54 -04:00
Pedro S. Lopez
dc9b7e5f3d
Update minimum moduleRaid version to 5.0.2
...
close #741
2021-07-14 22:42:21 -04:00
dependabot[bot]
cc7a729223
chore(deps): bump puppeteer from 5.5.0 to 10.1.0 ( #750 )
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 5.5.0 to 10.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v5.5.0...v10.1.0 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-14 18:39:24 -04:00
dependabot[bot]
2ec46f674a
chore(deps): bump sharp from 0.26.3 to 0.28.3 ( #751 )
...
Bumps [sharp](https://github.com/lovell/sharp ) from 0.26.3 to 0.28.3.
- [Release notes](https://github.com/lovell/sharp/releases )
- [Changelog](https://github.com/lovell/sharp/blob/master/docs/changelog.md )
- [Commits](https://github.com/lovell/sharp/compare/v0.26.3...v0.28.3 )
---
updated-dependencies:
- dependency-name: sharp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-14 18:35:59 -04:00
dependabot[bot]
22993fc23d
chore(deps): bump node-webpmux from 2.0.3 to 3.0.0 ( #749 )
...
Bumps [node-webpmux](https://github.com/ApeironTsuka/node-webpmux ) from 2.0.3 to 3.0.0.
- [Release notes](https://github.com/ApeironTsuka/node-webpmux/releases )
- [Commits](https://github.com/ApeironTsuka/node-webpmux/commits )
---
updated-dependencies:
- dependency-name: node-webpmux
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-14 18:33:36 -04:00
Edson Tégila
cd52075447
Add the option to use "browserWSEndpoint" ( #727 )
...
* Update Client.js
* Update package.json
* Update package.json
* 🚨 🔥 Fixed ESLint and removed old code.
* Update README.md
* Update README.md
* Update Client.js
* chore(deps): bump sharp from 0.26.3 to 0.28.3
Bumps [sharp](https://github.com/lovell/sharp ) from 0.26.3 to 0.28.3.
- [Release notes](https://github.com/lovell/sharp/releases )
- [Changelog](https://github.com/lovell/sharp/blob/master/docs/changelog.md )
- [Commits](https://github.com/lovell/sharp/compare/v0.26.3...v0.28.3 )
---
updated-dependencies:
- dependency-name: sharp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update package.json
* Update README.md
* Update example.js
* Update README.md
Co-authored-by: Rajeh Taher <52720753+PurpShell@users.noreply.github.com >
Co-authored-by: Rajeh Taher <rajeh@reforward.tk >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aliyss Snow <33941859+Aliyss@users.noreply.github.com >
2021-07-13 10:27:00 -07:00
Rajeh Taher
54a07fa22f
feat: Add support to suspicious links ( #642 )
2021-07-12 11:03:11 -07:00
Pedro S. Lopez
1d49f74ab4
Update dependabot.yml
2021-07-11 21:29:58 -04:00
Pedro S. Lopez
ea4dfb17f3
Create dependabot.yml
2021-07-11 21:28:39 -04:00