Skip to content

Releases: underctrl-io/commandkit

v0.1.10

14 Dec 18:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

12 Dec 19:30
60ab313
Compare
Choose a tag to compare

Changes (breaking)

  • Update ValidationFunctionProps type name to ValidationProps.
  • Update autocompleteRun command function name to autocomplete.
  • Update AutocompleteCommandProps type name to AutocompleteProps.

Deprecated

  • guildOnly in command options. CommandKit no longer handles the guildOnly condition. Use dm_permission in your command data object instead.

Fixed

  • Broken docs links.

v0.1.8 (deprecated)

12 Dec 18:32
312503e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

12 Dec 15:07
3786264
Compare
Choose a tag to compare

What's Changed

  • Updated docs by @m1-dev in #14
  • Update installation.mdx by @m1-dev in #15
  • fix(get-paths): asynchronously load files and dirs by @twlite in #16
  • Update validation file setup by @m1-dev in #17
  • Documentation for migrating from DJS-Commander by @m1-dev in #19
  • feat: add signal and buttonkit by @twlite in #21
  • Documentation changes by @m1-dev in #22
  • feat: commandkit cli by @twlite in #24
  • Fix for ButtonKit & Signals Docs by @m1-dev in #23
  • Update missing permission message by @notunderctrl in #25
  • Add JSDoc by @m1-dev in #26
  • fixed devServerIds to devGuildIds by @ramfidev in #27
  • refactor: improve cli by @twlite in #28
  • feat: lots of important stuff by @twlite in #29
  • Documentation changes by @m1-dev in #30
  • Deprecation warning for commands using guildOnly by @m1-dev in #36
  • docs: document cli by @twlite in #37

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

04 Oct 12:23
146ba2d
Compare
Choose a tag to compare

Fixed

  • Custom validations not initializing on startup.

v0.1.5

04 Oct 07:17
b6d8884
Compare
Choose a tag to compare

Update highly recommended

Fixed

  • Fix type missing from command options when using builder classes.
  • Fix commands marked with deleted not being ignored with bulkRegister.

v0.1.4

03 Oct 14:27
a92d7d9
Compare
Choose a tag to compare

Added

Updated

  • README.md for monorepo + package.
  • Dev build installation command to npm install commandkit@dev

Removed

  • Colors dependency (replaced with built-in functions).

Fixed

  • ESM not working due to colors dependency.
  • CommandObject type.

v0.1.3

22 Sep 08:02
eb66f9a
Compare
Choose a tag to compare

Added

  • CommandKit (handler) getters:
    • commandsPath
    • devGuildIds
    • devRoleIds
    • devUserIds
    • eventsPath
    • validationsPath

v0.1.2

19 Sep 17:01
e0a7751
Compare
Choose a tag to compare

Fixed

  • CommandData -> options type

v0.1.1

14 Sep 16:48
24a2ae4
Compare
Choose a tag to compare

Fixed

  • options type for the CommandData interface.

Added

  • Support for exports.default for event and validation functions (targeted for TS transpiled code).

Changed

  • README.md