Skip to content

Releases: underctrl-io/commandkit

v1.2.0-rc.12

11 Oct 09:36

Choose a tag to compare

v1.2.0-rc.12 Pre-release
Pre-release

Added

Fixed

  • Replace cron tasks on reload by @twlite in #552
  • Resolve correct command name inside context by @twlite in #577

New Contributors

Full Changelog: v1.2.0-rc.11...v1.2.0-rc.12

v1.2.0-rc.11

22 Sep 10:03
46fad93

Choose a tag to compare

v1.2.0-rc.11 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0-rc.10...v1.2.0-rc.11

v1.2.0-rc.10

19 Sep 18:35

Choose a tag to compare

v1.2.0-rc.10 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0-rc.6...v1.2.0-rc.10

v1.2.0-rc.6

03 Sep 13:08

Choose a tag to compare

Fixed

  • create-commandkit package not including TypeScript deps for JavaScript projects (required by bundler)
  • commandkit package emitting warnings for @rollup/plugin-json being covered natively

v1.2.0-rc.5

28 Aug 18:28

Choose a tag to compare

Fixed

  • Custom middlewares not registering on build deployments
  • Enhance @commandkit/ai context + CLI

v0.1.10

14 Dec 18:24

Choose a tag to compare

What's Changed

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

v0.1.9

12 Dec 19:30
60ab313

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

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

Choose a tag to compare

What's Changed

New Contributors

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

v0.1.6

04 Oct 12:23
146ba2d

Choose a tag to compare

Fixed

  • Custom validations not initializing on startup.