Commit a2ec89b
committed
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
1 file changed
+40
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments