Skip to content

Commit 90e2d4d

Browse files
committed
chore: release v4.4.0
1 parent 4dca5f3 commit 90e2d4d

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# zaileys
22

3+
## 4.4.0
4+
5+
### Minor Changes
6+
7+
- re-export baileys jid helpers + client.lidToPn/pnToLid (LID<->PN resolve)
8+
- expose public helpers — jid (normalize/isLid/isPn/jidToPhone/phoneToJid), id hashers, extractLinks, loadMedia, senderDeviceOf, epochSecondsToMs
9+
- business module — profile/catalog/collections/orderDetails/product CRUD
10+
- newsletter (react/subscribers/messages/adminCount/changeOwner/demote) + community (metadata/list/settings/approval) gaps
11+
- group join-requests/list/inviteInfo/approval + contact module (check/save/remove)
12+
- chat module — archive/pin/mute/markRead/star/delete/clear via chatModify
13+
- profile module — setName/setStatus/setPicture/removePicture/getPicture/getStatus
14+
- send product, requestPhoneNumber, sharePhoneNumber, limitSharing; client.setDisappearing
15+
- videoNote (ptv) send + client.pin/unpin message
16+
- groupInvite default expiry (~3d, unix seconds) and optional jpeg thumbnail
17+
- send event and groupInvite messages
18+
- decode group-invite, product, order, payment, and link-preview as media
19+
20+
### Patch Changes
21+
22+
- relay groupInvite as raw proto to skip pfp fetch (avoids item-not-found)
23+
- floor event start/end to whole seconds (avoid fractional int64 timestamp)
24+
- resolve LID-only sender/room/receiver to PN, not just mentions
25+
- album counts are null when absent instead of a fabricated 0
26+
- decode album messages as chatType album instead of empty text
27+
328
## 4.3.0
429

530
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zaileys",
33
"description": "Zaileys - Simplified WhatsApp Node.js TypeScript/JavaScript API",
4-
"version": "4.3.0",
4+
"version": "4.4.0",
55
"license": "MIT",
66
"type": "module",
77
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)