Releases: Hugo1307/DevCommand
Releases · Hugo1307/DevCommand
DevCommand v0.0.10
What's Changed
Full Changelog: 0.0.9...0.0.10
DevCommand v0.0.9
Full Changelog: 0.0.8...0.0.9
DevCommand v0.0.8
What's Changed
- Fix: Fixed name of maven repository for distribution. by @Hugo1307 in #7
- Feature: Improved information regarding invalid arguments. by @Hugo1307 in #8
Full Changelog: 0.0.7...0.0.8
DevCommand v0.0.7
What's Changed
Full Changelog: 0.0.6...0.0.7
DevCommand v0.0.6
DevCommands v0.0.5
What's Changed
- Added support for automatic validation of command permissions and arguments.
- Added support for tab completion.
- DevCommand will automatically provide completion for registered commands;
- Developers can create customized completions for their own commands by overriding the
IDevCommand#onTabComplete()method.
Full Changelog: 0.0.3...0.0.5
DevCommands v0.0.3
What's Changed
Full Changelog: 0.0.2-SNAPSHOT...0.0.3
DevCommand 0.0.2-SNAPSHOT
Fix: Updated groupId and artifactId.