2.2.0 (2024-06-18)
- allow subcommands in commandLink fn (231422f)
2.1.3 (2024-06-09)
- use PUT to delete commands (c49036f)
2.1.2 (2024-06-09)
- properly clear non-current environment commands (db187e0)
2.1.1 (2024-06-09)
- clean up commands that arent active in the current environment (234260e)
2.1.0 (2024-05-15)
- update to discord.js@14.15.2 (86178c4)
2.0.2 (2024-04-12)
- force release (9368b40)
- fix: force release (140f1b2)
2.0.1 (2024-04-12)
- docs: temporarily disable typedoc-plugin-djs-links (6c89e5d)
- update husky implementation to latest (73fd9fc)
2.0.0 (2024-04-12)
- AsyncTTLCacheManager: dont force Nullable T datatype (044396c)
- deps: bump deps to latest (0ebb7b0)
- pagination for category embed(s) (46f87ad)
- deps: This commit marks the start of v2 - yay!
1.7.0 (2024-04-12)
- add defaultLockMemberPermissions option for admin commands (e136457)
1.6.1 (2024-04-12)
- test commit, force release (77a512c)
1.6.0 (2024-04-12)
- Lang: set default value for overwrite to true (b6f1ae1)
- typeof Resource for language bundles (9f15294)
- allow overwriting internal translations (1ae3c41)
1.5.6 (2024-02-26)
- logging for AutoCompleteOption non-expired errors (ca24ba4)
1.5.5 (2024-02-14)
- remove live debugging (eda6d9e)
1.5.4 (2024-02-14)
- add live debugging (9e30454)
1.5.3 (2024-01-13)
- remove live debugging for dynamic component ids (3e07f53)
1.5.2 (2024-01-13)
- live debugging of dynamic component ids (2ccf0f1)
1.5.1 (2024-01-13)
- properly resolve dynamic component id (d0bb38b)
1.5.0 (2024-01-13)
- live debugging for dynamic component ids (95bb7ef)
1.4.0 (2024-01-13)
- test commit, trigger release npm workflow (1d57aee)
1.3.0 (2024-01-13)
- try command for dynamic component ids (@) (1fc91db)
1.2.2 (2023-12-27)
- set required in auto complete option constructor (7516f0c)
1.2.1 (2023-12-26)
- bad resolve of commandId for modal submits (c9cab00)
1.2.0 (2023-12-08)
- QueueManager: process first item when full, more callbacks (43e3442)
1.1.6 (2023-11-29)
- use preferFollowUp regardless of interaction replied/deferred state (5a7fc37)
1.1.5 (2023-11-24)
- exclude default NS for Intellisense (d3f149b)
1.1.4 (2023-11-24)
- Localizations: explicit lib namespace for client#I18N (a75a888), closes client#I18
1.1.3 (2023-11-24)
1.1.2 (2023-11-24)
- Lang: use addResourceBundle (d45fc75)
1.1.1 (2023-11-24)
- AutoComplete: allow to be used in AutoComplete interactions (dadf2ea)
- only throttle command usage for low-perm level users (966fa96)
- TimeUtils: msToHumanReadable, fix wrong arr operation (6724a32)
1.1.0 (2023-11-22)
- avoid double unix timestamp conversion (59f36ed)
- remove check Lang is initialized (dd893df)
- wrong localization value (774a327)
- use add option handler for slash confirm option (60aa97b)
- AutoCompleteOption: add missing #set calls in #addOptionHandler (e7d3576)
- avoid instance checking for official modules (5dbd49b)
- duplicate @rhidium prefix (53d18fe)
- exclude modules from initial component load (7ea5e66)
- explicit only initialize Lang once (e4ce1df)
- improve error feedback for module version mis-match (1d0f8e1)
- Job: provide Ready client in #run (05d90d6)
- populate/update reference to module to be used in callbacks (c7163ef)
- remove WIP modules (93548de)
- test publish (6d3774b)
- update Client references, djs update (8078303)
- add strict instanceof checking back in (1ec7822)
- allow local module development / npm link (b760fe2)
- confirmation handlers for interactions (0e38815)
- distinguish between public and private modules (755feb1)
- dutch locale (a1ef303)
- Embeds: add extraction utilities for custom title+desc (a62582b)
- include full dutch localizations (99b40c9)
- include Module in CommandType (48b9b00)
- initial commit (b73f1fd)
- module instance debugging (6cddb60)
- Modules: localize modules (fc3d83d)
- npm+private modules (bbaffe9)
- Permissions: add #uniqueCommandPermissions to Utils (cd77455)
- remove instanceof checking, allow development of local modules (c54e604)
- rework module loading and component backtracing (6bfbeee)
- standalone localization for modules (046aa11)
- use local npm links in dev mode (3975386)