Skip to content

Releases: Rollczi/LiteCommands

LiteCommands v1.8.3

08 Mar 17:06
Compare
Choose a tag to compare

Info

  • GH-55 Add annotation bind API. (#55)
  • GH-56 Add API methods to handle messages. (#56)

Dependencies (Maven or Gradle)

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>1.8.3</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.8.3'

LiteCommands v1.8.2

07 Mar 18:40
Compare
Choose a tag to compare

Info

  • GH-53 Add not required argument handler. (#53)

Dependencies (Maven or Gradle)

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>1.8.2</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.8.2'

LiteCommands v1.8.1

26 Feb 21:17
Compare
Choose a tag to compare

Info

  • Fix optional typo (Fix)

Dependencies (Maven or Gradle)

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>1.8.1</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.8.1'

LiteCommands v1.8.0

26 Feb 21:13
Compare
Choose a tag to compare

Info

  • -(75% jar)

Dependencies (Maven or Gradle)

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>1.8.0</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.8.0'

LiteCommands v1.7.0

13 Feb 03:07
Compare
Choose a tag to compare

Info

  • GH-42 Fix warning bug when ArgumentHandler is created in Anonymous class.
  • GH-43 Add permission tabulation support.
  • GH-44 Fix NPE bug getArgumentHandler()
  • GH-45 Add Joiner annotation. (#44)

Dependencies (Maven or Gradle)

Framework Core

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>1.7.0</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.7.0'

LiteCommands v1.6.0

11 Feb 01:51
Compare
Choose a tag to compare

Info

  • GH-39 Add test for argument handle.
  • GH-39 Add @handler annotation.
  • GH-40 Add Optional arguments handling.
  • GH-40 Add SingleArgumentHandler#toOptionHandler() method.
  • GH-41 Add raw type support for LiteCommandsBuilder.
  • GH-41 Add NativeBind class.
  • GH-41 Implement test platform (LiteTestPlatform).

Dependencies (Maven or Gradle)

Framework Core

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>1.6.0</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.6.0'

LiteCommands v1.5.1

06 Feb 21:12
b0a4a0a
Compare
Choose a tag to compare

Info

  • GH-36 Add aliases to @Execute annotation.

Dependencies (Maven or Gradle)

Framework Core

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>1.5.1</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.5.1'

LiteCommands v1.5.0

22 Jan 15:59
8265efb
Compare
Choose a tag to compare

Info

  • Auto-complete arguments only if they're starting with the current subcommand or argument. GH-35 GH-33
  • Add option to change implementation of lite sender and organize the packages (commit) GH-34
  • Add expressible to API. (commit)

Dependencies (Maven or Gradle)

Framework Core

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>1.5.0</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.5.0'

LiteCommands v1.4.3

08 Jan 04:48
Compare
Choose a tag to compare

Info

  • Fix bug in RelatedLastArgumentHandler. Remove InjectContext. (fix)

Dependencies (Maven or Gradle)

Framework Core

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>1.4.3</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.4.3'

LiteCommands v1.4.2

25 Dec 14:40
Compare
Choose a tag to compare

Info

  • GH-30 Improve API of ValidationCommandException. (custom messages)
  • GH-28 Increase the possibilities of argument handler API.
  • GH-27 Improve api of LiteCommandsBuilder#message().

Dependencies (Maven or Gradle)

Framework Core

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>1.4.2</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.4.2'