This repository was archived by the owner on Jun 25, 2023. It is now read-only.
Releases: ming-suhi/djs-commando
Releases · ming-suhi/djs-commando
Field Modifier Release
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
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
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
CLI Sync Command Patch (v1.1.2)
Fixes:
- Export conflict that breaks sync command
No breaking changes to users.
Refactor CLI Service
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
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
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
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
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
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