Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Releases: ming-suhi/djs-commando

Field Modifier Release

29 Aug 02:42
ce9dd4d
Compare
Choose a tag to compare

Field Modifier Release (v3.0.0)

Changes:

  • Command and field creation
  • Added field modifiers(channelTypes, choices, minValue, maxValue, minLength, maxLength, autocomplete)
  • Replaced rawData property of commands with object spread operator {...}

Please read README for updated usage

Contains Breaking Changes

Less Strict File Structure Release

12 May 10:13
Compare
Choose a tag to compare

Less Strict File Structure Release (v2.1.0)

Added:

  • Attachment field

Changes:

  • Command files can now be hosted in subdirectories under the designated folder and can still be found.
Does not contain breaking changes

CLI Service Isolation Release

07 May 14:53
Compare
Choose a tag to compare

CLI Service Isolation Release (v2.0.0)

Removed Features:

  • Built-in cli tool (Isolated to another package)

Other Changes:

  • Made loading of commands manual to end users
  • Lessen lines of code
  • Better testing; better integrity

Please read README for updated usage

Contains Breaking Changes

CLI Sync Command Patch

18 Mar 03:51
3d41a5d
Compare
Choose a tag to compare

CLI Sync Command Patch (v1.1.2)

Fixes:

  • Export conflict that breaks sync command
No breaking changes to users.

Refactor CLI Service

28 Feb 10:00
964fd53
Compare
Choose a tag to compare

Refactor CLI Service (v1.1.1)

Minor Changes:

  • Refactored CLI Service
  • Removed test and mock files from distribution
No breaking changes to users.

CLI Tool Release

28 Dec 09:41
137f6ff
Compare
Choose a tag to compare

CLI Tool Release (v1.1.0)

Removed Features:

  • Removed event handling to focus more on interactions handling

New Features:

  • Added CLI Tool, synching of commands will be done via command line

Other Changes:

  • Structures have been refactored for better organization and management
  • More and better testing; better integrity

First Official Release

24 Sep 09:37
Compare
Choose a tag to compare

First Official Release (v1.0.0)

Package features:

  • Usability with typescript and or javascript
  • Easy command creation and maintenance
  • Easy to setup handlers
  • Sync commands with a single method
  • Ability to call context menu commands using message reply
  • Fast commands stored on memory
  • Strongly typed typescript types
  • Uses discord.js v13

Sync Commands Patch

21 Sep 03:54
Compare
Choose a tag to compare

Sync Commands Patch (v0.6.1)

Changes in this release:

  • Fixed context menu commands being deleted on syncCommands
  • Removed file name limitation for commands, can now have a different file name than command name
Contains no breaking changes to users

Post Command Release

19 Sep 07:07
Compare
Choose a tag to compare

Post Command Release (v0.6.0)

Changes in this release:

  • Added postCommand for posting/updating a slash command
  • Improved interaction handling
Contains no breaking changes to users

Reload Commands Release

31 Aug 07:02
Compare
Choose a tag to compare

Reload Commands Release (v0.5.0)

Changes in this release:

  • Added reloadCommands method to InteractionsHandler
  • Added deleteCache method to Folder
  • Refactored some parameter types and method names
Contains no breaking changes to users