Skip to content

Releases: honkling/commando

v2.1.2

14 Jun 23:58
Compare
Choose a tag to compare

improved parameter names in types (kotlin did complain prior)

v2.1.1

14 Jun 23:39
Compare
Choose a tag to compare

made types accept CommandSender for personalization
made it compile

v2.0.1

13 Jun 15:45
Compare
Choose a tag to compare

Made commands not have permissions by default

v2.0.0

12 Jun 19:49
d40344c
Compare
Choose a tag to compare
  • Completely rewrote commando
  • Arg validation! You can now set the return type of methods to a boolean, and if you return false, the usage message will be sent. This is useful for validating arguments, but too one-off to justify making a type for it
  • Subsubcommands, and subsubsubcommands, and subsubsubsubcommands. You can now nest classes, and commando will treat it as a subcommand group.
  • new Nullable annotation just in case you need it, because Max at JetBrains decided to make Nullable have the CLASS retention policy instead of RUNTIME.

    as goes with any rewrite, there will be bugs, so please create an issue when you see them.

v1.0.1

05 Mar 22:47
7fb2d31
Compare
Choose a tag to compare

Fixed a bunch of issues with optional arguments

v1.0.0

01 Mar 23:22
Compare
Choose a tag to compare

Initial release