Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Latest commit

 

History

History
284 lines (140 loc) · 12.4 KB

File metadata and controls

284 lines (140 loc) · 12.4 KB

2.2.0 (2024-06-18)

Features

  • allow subcommands in commandLink fn (231422f)

2.1.3 (2024-06-09)

Bug Fixes

  • use PUT to delete commands (c49036f)

2.1.2 (2024-06-09)

Bug Fixes

  • properly clear non-current environment commands (db187e0)

2.1.1 (2024-06-09)

Bug Fixes

  • clean up commands that arent active in the current environment (234260e)

2.1.0 (2024-05-15)

Features

  • update to discord.js@14.15.2 (86178c4)

2.0.2 (2024-04-12)

Bug Fixes

Reverts

2.0.1 (2024-04-12)

Bug Fixes

  • docs: temporarily disable typedoc-plugin-djs-links (6c89e5d)
  • update husky implementation to latest (73fd9fc)

2.0.0 (2024-04-12)

Bug Fixes

  • AsyncTTLCacheManager: dont force Nullable T datatype (044396c)

Build System

  • deps: bump deps to latest (0ebb7b0)

Features

  • pagination for category embed(s) (46f87ad)

BREAKING CHANGES

  • deps: This commit marks the start of v2 - yay!

1.7.0 (2024-04-12)

Features

  • add defaultLockMemberPermissions option for admin commands (e136457)

1.6.1 (2024-04-12)

Bug Fixes

  • test commit, force release (77a512c)

1.6.0 (2024-04-12)

Bug Fixes

  • Lang: set default value for overwrite to true (b6f1ae1)
  • typeof Resource for language bundles (9f15294)

Features

  • allow overwriting internal translations (1ae3c41)

1.5.6 (2024-02-26)

Bug Fixes

  • logging for AutoCompleteOption non-expired errors (ca24ba4)

1.5.5 (2024-02-14)

Bug Fixes

1.5.4 (2024-02-14)

Bug Fixes

1.5.3 (2024-01-13)

Bug Fixes

  • remove live debugging for dynamic component ids (3e07f53)

1.5.2 (2024-01-13)

Bug Fixes

  • live debugging of dynamic component ids (2ccf0f1)

1.5.1 (2024-01-13)

Bug Fixes

  • properly resolve dynamic component id (d0bb38b)

1.5.0 (2024-01-13)

Features

  • live debugging for dynamic component ids (95bb7ef)

1.4.0 (2024-01-13)

Features

  • test commit, trigger release npm workflow (1d57aee)

1.3.0 (2024-01-13)

Features

  • try command for dynamic component ids (@) (1fc91db)

1.2.2 (2023-12-27)

Bug Fixes

  • set required in auto complete option constructor (7516f0c)

1.2.1 (2023-12-26)

Bug Fixes

  • bad resolve of commandId for modal submits (c9cab00)

1.2.0 (2023-12-08)

Features

  • QueueManager: process first item when full, more callbacks (43e3442)

1.1.6 (2023-11-29)

Bug Fixes

  • use preferFollowUp regardless of interaction replied/deferred state (5a7fc37)

1.1.5 (2023-11-24)

Bug Fixes

  • exclude default NS for Intellisense (d3f149b)

1.1.4 (2023-11-24)

Bug Fixes

1.1.3 (2023-11-24)

Bug Fixes

  • permLevel throttleUsage threshold (562123e)
  • use client I18N ref for localizations (c782c1f)

1.1.2 (2023-11-24)

Bug Fixes

  • Lang: use addResourceBundle (d45fc75)

1.1.1 (2023-11-24)

Bug Fixes

  • 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)

Bug Fixes

  • avoid double unix timestamp conversion (59f36ed)
  • remove check Lang is initialized (dd893df)
  • wrong localization value (774a327)

Features

  • use add option handler for slash confirm option (60aa97b)

1.0.0 (2023-11-15)

Bug Fixes

  • 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)

Features

  • 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)