n4lyx 3.0.3 → 3.0.4

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.
Files changed (2) hide show
  1. package/README.MD +48 -6
  2. package/package.json +1 -1
package/README.MD CHANGED
@@ -22,12 +22,54 @@
22
22
 
23
23
  ## Apa ini?
24
24
 
25
- **n4lyx** adalah WhatsApp Web API library untuk Node.js multi-device, proper `@lid → @pn` resolution, dan punya fitur-fitur eksklusif yang nggak ada di library lain.
25
+ **n4lyx** adalah WhatsApp Web API library untuk Node.js yang fokus pada **stabilitas, efisiensi, dan kemudahan penggunaan**.
26
26
 
27
- - **Tag all** mention semua member/admin/non-admin otomatis
28
- - 📸 **Group Status V2** — post story langsung ke group
29
- - 🎯 **Shorthand methods** — nggak perlu susun object manual
30
- - 🔧 **Bug-fixed** — semua edge case umum udah dipatch
27
+ Dirancang untuk **production-ready**: minim crash, tahan edge-case, dan tetap ringan tanpa bloat.
28
+
29
+ ---
30
+
31
+ ## ✨ **Fitur Utama**
32
+
33
+ - ⚡ **Tag All System** — mention semua / admin / non-admin otomatis
34
+ - 📸 **Group Status V2** — kirim story langsung ke group
35
+ - 🎯 **Shorthand Methods** — kirim pesan tanpa ribet object manual
36
+ - 🔄 **Auto-safe Handling** — banyak method sudah null-safe & anti crash
37
+ - 🧠 **Smart Internal Handling** — cache, retry, dan sync lebih stabil
38
+
39
+ ---
40
+
41
+ ## ⚠️ **Stability & Fixes (Latest Update)**
42
+
43
+ Versi terbaru membawa peningkatan besar pada stabilitas sistem:
44
+
45
+ - ✅ **Profile Picture Safe Fetch**
46
+ Tidak crash jika error (404, *not-authorized*, dll). Akan mengembalikan `null`.
47
+
48
+ - ✅ **Message Handling Stabil**
49
+ Dedup cache dan proses *upsert* sudah dibungkus `try/catch` untuk mencegah crash.
50
+
51
+ - ✅ **Sync State Lebih Robust**
52
+ Transisi state lebih aman dengan handling timeout yang tetap berjalan normal.
53
+
54
+ - ✅ **Group Metadata Safe Guard**
55
+ Tidak menyebabkan error jika data kosong atau tidak valid.
56
+
57
+ - ✅ **Newsletter Parsing Aman**
58
+ Semua proses parsing dilindungi, tidak akan crash jika terjadi kegagalan.
59
+
60
+ - ✅ **Interactive & Button Normalization**
61
+ Mendukung berbagai format tombol (`buttonId`, `id`, `text`, dll).
62
+
63
+ - ✅ **WhatsApp Check Konsisten**
64
+ Method seperti `isOnWhatsApp`, `onWhatsApp`, dll selalu mengembalikan array (tidak `undefined`).
65
+
66
+ - ✅ **Dependency Optional**
67
+ Dependency seperti `chalk` bersifat opsional dan memiliki fallback otomatis.
68
+
69
+ - ✅ **Broadcast & Group Handling Fix**
70
+ Menggunakan method internal yang lebih akurat dan stabil untuk pengiriman massal dan pengelolaan group.
71
+
72
+ ---
31
73
 
32
74
  > **Disclaimer:** Bukan afiliasi dengan WhatsApp Inc. Jangan spam. Jangan abuse. Konsekuensi akun banned adalah tanggung jawab kamu sendiri.
33
75
 
@@ -1182,5 +1224,5 @@ MIT — lihat [LICENSE](LICENSE).
1182
1224
  ---
1183
1225
 
1184
1226
  <div align="center">
1185
- <sub>built by N4tzzOfficial · <a href="https://whatsapp.com/channel/0029VbAVYIx5PO0z9LqImz3U">Channel WhatsApp</a> · <a href="https://npmjs.com/package/n4lyx">npm</a></sub>
1227
+ <sub>Built with stability in mind · N4tzzOfficial</sub>
1186
1228
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n4lyx",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "N4lyx - WhatsApp Web API Library powered by N4tzzOfficial",
5
5
  "keywords": [
6
6
  "n4lyx",