aqualink 2.0.1 → 2.1.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/README.md CHANGED
@@ -23,18 +23,51 @@ This code is based in riffy, but its an 100% Rewrite made from scratch...
23
23
  - https://github.com/DRSchlaubi/lyrics.kt (?)
24
24
  - https://github.com/DuncteBot/java-timed-lyrics (RECOMMENDED)
25
25
 
26
- # Tralalero Tralala 2.0.1 Released
26
+ # Tralalero Tralala 2.1.0 Released
27
27
  ---
28
-
29
- ### Now aqualink is 100% depedency free!
30
- - Use ws for websocket (much more stable, better performance)
31
- - Added http2 support on rest
28
+ - Improved the `AQUA` module
29
+ - Faster nodes loading
30
+ - Faster plugin loading
31
+ - Better listeners for player
32
+ - Faster resolving system for playlists
33
+
34
+ - Remade the `Connection` system
35
+ - Less overheard now.
36
+ - Faster connections
37
+ - Improved the checkings
38
+ - Improved error handling
39
+ - Fixed creating useless Objects and arrays
40
+
41
+ - Fully rewrite the `Node` system
42
+ - Way faster connections
43
+ - More stable (i think so)
44
+ - Faster events / messages / payloads handling
45
+ - Better stats handling (reusing, creating, destroyin)
46
+ - Some more bug fixes and stuff i forgot.
47
+
48
+ - Remade the `Player` module
49
+ - Now support Lazy Loading by default
50
+ - Better State Updates
51
+ - Improved Garbage Collection
52
+ - Rewrite to use direct comparasions
53
+
54
+ - Improved the `Rest` module
55
+ - Lazy loading of http2
56
+ - Faster request chunks
57
+ - Some overall upgrades
58
+
59
+ - Improved `Track` module
60
+ - Faster track looking
61
+ - More micro optimizations (use Boolean instead of !!)
62
+
63
+ - Remade the INDEX.D.TS File: Added more 1000 lines of code. Added autocomplete, options, and documented everything.
32
64
 
33
65
  # Docs (Wiki)
34
66
  - https://github.com/ToddyTheNoobDud/AquaLink/wiki
35
67
 
36
68
  - Example bot: https://github.com/ToddyTheNoobDud/Thorium-Music
37
69
 
70
+
38
71
  # How to install
39
72
 
40
73
  `npm install aqualink`