v0.1.4
Added
- Ability to
reloadCommands()(global + developer only). - Ability to
reloadEvents(). - Ability to
reloadValidations(). - Option to
bulkRegisterapplication commands during startup/reload instead of one-by-one. - Warnings when
devUserIdsordevRoleIdsare not set with commands marked withdevOnly. - Support for .mjs and .cjs file extensions.
filePathandcategoryfor 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.
CommandObjecttype.