v0.1.4
Added
- Ability to
reloadCommands()
(global + developer only). - Ability to
reloadEvents()
. - Ability to
reloadValidations()
. - Option to
bulkRegister
application commands during startup/reload instead of one-by-one. - Warnings when
devUserIds
ordevRoleIds
are not set with commands marked withdevOnly
. - Support for .mjs and .cjs file extensions.
filePath
andcategory
for command objects.- Contributors guide.
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.