Skip to content

Releases: Hugo1307/DevCommand

DevCommand v0.0.10

26 May 22:26
41ee6de

Choose a tag to compare

What's Changed

  • Fix: Exception thrown on missing arguments. by @Hugo1307 in #9

Full Changelog: 0.0.9...0.0.10

DevCommand v0.0.9

23 May 12:37

Choose a tag to compare

DevCommand v0.0.8

22 May 21:15
19f749c

Choose a tag to compare

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

19 May 15:59
7fe328e

Choose a tag to compare

What's Changed

Full Changelog: 0.0.6...0.0.7

DevCommand v0.0.6

12 Apr 18:00
b345e42

Choose a tag to compare

What's Changed

Full Changelog: 0.0.5...0.0.6

DevCommands v0.0.5

13 Nov 00:54
6b3f5b7

Choose a tag to compare

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

09 May 22:30
48a228a

Choose a tag to compare

What's Changed

  • Implemented DI pattern & updated arguments validation system. by @Hugo1307 in #3

Full Changelog: 0.0.2-SNAPSHOT...0.0.3

DevCommand 0.0.2-SNAPSHOT

01 Apr 20:12

Choose a tag to compare

Pre-release
Fix: Updated groupId and artifactId.