2.8.2 (2026-02-17)
- error using user installs in guild (404a279)
2.8.1 (2026-01-27)
- fixed missing types declarations in packages (7719d2b)
2.8.0 (2026-01-23)
- ci: added pnpm to release workflow (cfacc8d)
- ci: fix semantic release config file (8668303)
- ci: fixed release workflow permission errors (7c81a10)
- ci: fixed release workflow permission errors (3fbfe5d)
- ci: fixed release workflow permission errors (f2ab188)
- ci: fixed release workflow permission errors (51363ec)
- ci: removed pnpm publish (c3752b2)
- examples: fixed type error in oceanic example (1a83be5)
- fixed guild locales (#228) (3bcdf98)
- fixed guild locales #227 (f31e9f0)
2.7.0 (2026-01-11)
- deps: removed node-fetch (ef704c9)
2.6.2 (2026-01-03)
- rollback node-fetch to v2 (a48888e)
2.6.1 (2026-01-01)
2.6.0 (2025-12-19)
- console.error() when the App and/or token isn't coordinate (441a75d)
- Correct locale type handling in calculateGuildMembersRepartition method of DiscordAnalytics class (05da160)
- Corrected string escaping in error messages and labels (c8ac478)
- custom events (5ff785c)
- Fixed a problem in increment function (c00f17a)
- fixed discordjs examples (9f6ab9f)
- Fixed some typos and bugs (7eb6827)
- made repository private (e8de4e0)
- made repository private (d8247d0)
- Replace error throwing with console error logging for better error handling (f9bdb57)
- tests: fixed test error on core package (a636b53)
- Update documentation links in README for consistency (2708d5c)
- Update package installation and import paths for DiscordAnalytics in README (4d38ded)
- Add calculateGuildMembers method and refactor guild members handling in DiscordAnalytics class (b434099)
- Add client_id property and improve error handling in AnalyticsBase and DiscordAnalytics classes (34022c8)
- Add coverage configuration to Vitest for package source files (d079fa4)
- add Discord Analytics packages for various libraries (discord.js, discord.js-light, eris, oceanic) with tracking capabilities (29a978a)
- Add documentation for trackInteractions method in DiscordAnalytics class (b578178)
- Add ensure method call in CustomEvent constructor for validation (84366d5)
- Add example for DiscordAnalytics (discordjs-light) with interaction handling and sharding support (f54fe30)
- Add new error codes and implement AnalyticsBase class for tracking and sending stats (f9c5d54)
- Add sharding example using ShardingManager (1cd73db)
- Add tests for AnalyticsBase and example implementations for DiscordAnalytics (discordjs) (6b3fac0)
- Add updateOrInsert method and refactor interaction tracking in DiscordAnalytics class (9a294fe)
- Added README for every package (9da565a)
- Enhance documentation for events and trackGuilds methods in AnalyticsBase class (e5b3cd2)
- Enhance user type tracking in trackInteractions method (eris) (1a8b1e8)
- eris: Add example implementation for DiscordAnalytics with interaction handling and command responses (32ec1a9)
- Initialize analytics before tracking events in usage examples (0eb6793)
- oceanic: Implement DiscordAnalytics example with interaction handling and command responses (6d0f58d)
- Refactor AnalyticsBase and DiscordAnalytics classes for improved functionality and code clarity (e26a091)