Skip to content

Commit a2ec89b

Browse files
chore(release): 2.6.0 [skip ci]
# [2.6.0](v2.5.0...v2.6.0) (2025-12-19) ### Bug Fixes * console.error() when the App and/or token isn't coordinate ([441a75d](441a75d)) * Correct locale type handling in calculateGuildMembersRepartition method of DiscordAnalytics class ([05da160](05da160)) * Corrected string escaping in error messages and labels ([c8ac478](c8ac478)) * custom events ([5ff785c](5ff785c)) * Fixed a problem in increment function ([c00f17a](c00f17a)) * fixed discordjs examples ([9f6ab9f](9f6ab9f)) * Fixed some typos and bugs ([7eb6827](7eb6827)) * made repository private ([e8de4e0](e8de4e0)) * made repository private ([d8247d0](d8247d0)) * Replace error throwing with console error logging for better error handling ([f9bdb57](f9bdb57)) * **tests:** fixed test error on core package ([a636b53](a636b53)) * Update documentation links in README for consistency ([2708d5c](2708d5c)) * Update package installation and import paths for DiscordAnalytics in README ([4d38ded](4d38ded)) ### Features * Add calculateGuildMembers method and refactor guild members handling in DiscordAnalytics class ([b434099](b434099)) * Add client_id property and improve error handling in AnalyticsBase and DiscordAnalytics classes ([34022c8](34022c8)) * Add coverage configuration to Vitest for package source files ([d079fa4](d079fa4)) * add Discord Analytics packages for various libraries (discord.js, discord.js-light, eris, oceanic) with tracking capabilities ([29a978a](29a978a)) * Add documentation for trackInteractions method in DiscordAnalytics class ([b578178](b578178)) * Add ensure method call in CustomEvent constructor for validation ([84366d5](84366d5)) * Add example for DiscordAnalytics (discordjs-light) with interaction handling and sharding support ([f54fe30](f54fe30)) * Add new error codes and implement AnalyticsBase class for tracking and sending stats ([f9c5d54](f9c5d54)) * Add sharding example using ShardingManager ([1cd73db](1cd73db)) * Add tests for AnalyticsBase and example implementations for DiscordAnalytics (discordjs) ([6b3fac0](6b3fac0)) * Add updateOrInsert method and refactor interaction tracking in DiscordAnalytics class ([9a294fe](9a294fe)) * Added README for every package ([9da565a](9da565a)) * Enhance documentation for events and trackGuilds methods in AnalyticsBase class ([e5b3cd2](e5b3cd2)) * Enhance user type tracking in trackInteractions method (eris) ([1a8b1e8](1a8b1e8)) * **eris:** Add example implementation for DiscordAnalytics with interaction handling and command responses ([32ec1a9](32ec1a9)) * Initialize analytics before tracking events in usage examples ([0eb6793](0eb6793)) * **oceanic:** Implement DiscordAnalytics example with interaction handling and command responses ([6d0f58d](6d0f58d)) * Refactor AnalyticsBase and DiscordAnalytics classes for improved functionality and code clarity ([e26a091](e26a091))
1 parent e665fa4 commit a2ec89b

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# [2.6.0](https://github.com/DiscordAnalytics/node-package/compare/v2.5.0...v2.6.0) (2025-12-19)
2+
3+
4+
### Bug Fixes
5+
6+
* console.error() when the App and/or token isn't coordinate ([441a75d](https://github.com/DiscordAnalytics/node-package/commit/441a75dc6ff2c3ec8a68f39f9aeec76560e2a48b))
7+
* Correct locale type handling in calculateGuildMembersRepartition method of DiscordAnalytics class ([05da160](https://github.com/DiscordAnalytics/node-package/commit/05da16095ae94933c1ece16180fc3114c221495d))
8+
* Corrected string escaping in error messages and labels ([c8ac478](https://github.com/DiscordAnalytics/node-package/commit/c8ac4782fb9c9ec110fdd9e7f5b92cba72ef6e1f))
9+
* custom events ([5ff785c](https://github.com/DiscordAnalytics/node-package/commit/5ff785c0a01def22fcd5797cba40a7d8acb9a36c))
10+
* Fixed a problem in increment function ([c00f17a](https://github.com/DiscordAnalytics/node-package/commit/c00f17aaa72e11346f4d517948d542c249067cb5))
11+
* fixed discordjs examples ([9f6ab9f](https://github.com/DiscordAnalytics/node-package/commit/9f6ab9f57bfc1dbed204a006af27d530870bfa1f))
12+
* Fixed some typos and bugs ([7eb6827](https://github.com/DiscordAnalytics/node-package/commit/7eb6827219e6cb623b6e52b1624f04fe5403b0b7))
13+
* made repository private ([e8de4e0](https://github.com/DiscordAnalytics/node-package/commit/e8de4e0cd256e74afb1054abb1c4ce9f85d5f01f))
14+
* made repository private ([d8247d0](https://github.com/DiscordAnalytics/node-package/commit/d8247d027ee552ec47e932343f4ce7390292c011))
15+
* Replace error throwing with console error logging for better error handling ([f9bdb57](https://github.com/DiscordAnalytics/node-package/commit/f9bdb579bce25ab826a74ccf7815f864ed57f6b7))
16+
* **tests:** fixed test error on core package ([a636b53](https://github.com/DiscordAnalytics/node-package/commit/a636b5316dfb697d4af71c9cdbcb7a48c5fe3aa9))
17+
* Update documentation links in README for consistency ([2708d5c](https://github.com/DiscordAnalytics/node-package/commit/2708d5cc1c1128abb698c143244dfed0378f3ed0))
18+
* Update package installation and import paths for DiscordAnalytics in README ([4d38ded](https://github.com/DiscordAnalytics/node-package/commit/4d38ded5c9dce4c981acc02392dc5e987ebffdc5))
19+
20+
21+
### Features
22+
23+
* Add calculateGuildMembers method and refactor guild members handling in DiscordAnalytics class ([b434099](https://github.com/DiscordAnalytics/node-package/commit/b434099f43c3731f413d9f2f4822211016fd11b4))
24+
* Add client_id property and improve error handling in AnalyticsBase and DiscordAnalytics classes ([34022c8](https://github.com/DiscordAnalytics/node-package/commit/34022c84b795ed9463463a6ecf5379ef8208f83b))
25+
* Add coverage configuration to Vitest for package source files ([d079fa4](https://github.com/DiscordAnalytics/node-package/commit/d079fa4ff86139e75f923ce2e8d645ce561e7444))
26+
* add Discord Analytics packages for various libraries (discord.js, discord.js-light, eris, oceanic) with tracking capabilities ([29a978a](https://github.com/DiscordAnalytics/node-package/commit/29a978aafc7f68a9f4c1224c801a5f5e452a65a5))
27+
* Add documentation for trackInteractions method in DiscordAnalytics class ([b578178](https://github.com/DiscordAnalytics/node-package/commit/b57817850eec66126fab8995786e0f3d79cd72ef))
28+
* Add ensure method call in CustomEvent constructor for validation ([84366d5](https://github.com/DiscordAnalytics/node-package/commit/84366d5e779a33a3012851f7e4129633cbd4afe5))
29+
* Add example for DiscordAnalytics (discordjs-light) with interaction handling and sharding support ([f54fe30](https://github.com/DiscordAnalytics/node-package/commit/f54fe309bf56fa374b2763ec0afcab9a93ec3575))
30+
* Add new error codes and implement AnalyticsBase class for tracking and sending stats ([f9c5d54](https://github.com/DiscordAnalytics/node-package/commit/f9c5d546ccf0ecf5685ca9f7e07603b0fe4a65b4))
31+
* Add sharding example using ShardingManager ([1cd73db](https://github.com/DiscordAnalytics/node-package/commit/1cd73db5f663362a68ddfc6903a514c96cb2afa2))
32+
* Add tests for AnalyticsBase and example implementations for DiscordAnalytics (discordjs) ([6b3fac0](https://github.com/DiscordAnalytics/node-package/commit/6b3fac08b51b85984282b9d1f0ebaca0a42a35f0))
33+
* Add updateOrInsert method and refactor interaction tracking in DiscordAnalytics class ([9a294fe](https://github.com/DiscordAnalytics/node-package/commit/9a294fe45698435790ac2853eb4bdddac7f4352f))
34+
* Added README for every package ([9da565a](https://github.com/DiscordAnalytics/node-package/commit/9da565a9719416a35b9916e39081def3d715efd5))
35+
* Enhance documentation for events and trackGuilds methods in AnalyticsBase class ([e5b3cd2](https://github.com/DiscordAnalytics/node-package/commit/e5b3cd24b7d58082ffea45286f11476729d0f260))
36+
* Enhance user type tracking in trackInteractions method (eris) ([1a8b1e8](https://github.com/DiscordAnalytics/node-package/commit/1a8b1e809c452600137dff7cf5a3bdbf9a829b75))
37+
* **eris:** Add example implementation for DiscordAnalytics with interaction handling and command responses ([32ec1a9](https://github.com/DiscordAnalytics/node-package/commit/32ec1a9d61a7719fa5551a1c67f6f2302eab2149))
38+
* Initialize analytics before tracking events in usage examples ([0eb6793](https://github.com/DiscordAnalytics/node-package/commit/0eb6793d20075c4dbcd3b6e97b446774610862e6))
39+
* **oceanic:** Implement DiscordAnalytics example with interaction handling and command responses ([6d0f58d](https://github.com/DiscordAnalytics/node-package/commit/6d0f58db5f9129c72d9d142c13130a7d52ef7326))
40+
* Refactor AnalyticsBase and DiscordAnalytics classes for improved functionality and code clarity ([e26a091](https://github.com/DiscordAnalytics/node-package/commit/e26a091e8275de8b565063963bee919550168818))

0 commit comments

Comments
 (0)