Skip to content

Releases: underctrl-io/commandkit

v1.2.0-rc.11

22 Sep 10:03
46fad93
Compare
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
Compare
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
Compare
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
Compare
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
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

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.