Skip to content

Releases: Rollczi/LiteCommands

LiteCommands v3.3.0

18 Jan 00:17
05977f7
Compare
Choose a tag to compare

What's Changed

Update dependencies

implementation("dev.rollczi:{artifact}:3.3.0")
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>{artifact}</artifactId>
    <version>3.3.0</version>
</dependency>

⚠️ Replace {artifact} with platform artifact

Discord Sponsor

Full Changelog: v3.2.2...v3.3.0

v3.2.2

27 Dec 16:57
Compare
Choose a tag to compare

What's Changed

Thanks for @rchomczyk ❤️

Dependencies

implementation("dev.rollczi:litecommands-{PLATFORM}:3.2.2")
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>litecommands-{PLATFORM}</artifactId>
    <version>3.2.2</version>
</dependency>

Full Changelog: v3.2.1...v3.2.2

LiteCommands v3.2.1

27 Dec 16:52
f057a1c
Compare
Choose a tag to compare

What's Changed

Dependencies

implementation("dev.rollczi:litecommands-{PLATFORM}:3.2.1")
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>litecommands-{PLATFORM}</artifactId>
    <version>3.2.1</version>
</dependency>

Full Changelog: v3.2.0...v3.2.1

LiteCommands v3.2.0

11 Dec 19:20
badc806
Compare
Choose a tag to compare

What's Changed

Dependencies

implementation("dev.rollczi:litecommands-{PLATFORM}:3.2.0")
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>litecommands-{PLATFORM}</artifactId>
    <version>3.2.0</version>
</dependency>

Full Changelog: v3.1.2...v3.2.0

LiteCommands v3.1.2

03 Dec 00:09
281b3f5
Compare
Choose a tag to compare

What's Changed

Dependencies

implementation("dev.rollczi:litecommands-{PLATFORM}:3.1.2")
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>litecommands-{PLATFORM}</artifactId>
    <version>3.1.2</version>
</dependency>

Full Changelog: v3.1.1...v3.1.2

LiteCommands v3.1.1

03 Dec 00:08
f1ba39b
Compare
Choose a tag to compare

What's Changed

Dependencies

implementation("dev.rollczi:litecommands-{PLATFORM}:3.1.1")
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>litecommands-{PLATFORM}</artifactId>
    <version>3.1.1</version>
</dependency>

New Contributors

Full Changelog: v3.1.0...v3.1.1

LiteCommands v3.1.0

26 Nov 13:34
891470e
Compare
Choose a tag to compare

What's Changed

Dependencies

implementation("dev.rollczi:litecommands-core:3.1.0")
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>litecommands-core</artifactId>
    <version>3.1.0</version>
</dependency>

Full Changelog: v3.0.3...v3.1.0

LiteCommands v3.0.3

15 Nov 22:41
1426a91
Compare
Choose a tag to compare

What's Changed

Dependencies

implementation("dev.rollczi:litecommands-core:3.0.3")
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>litecommands-core</artifactId>
    <version>3.0.3</version>
</dependency>

New Contributors

Full Changelog: v3.0.2...v3.0.3

LiteCommands v3.0.2

29 Oct 16:04
1cbd3ae
Compare
Choose a tag to compare

What's Changed

  • GH-267 Fix handling empty wrapper. Refactor time parsers in the argument resolver. Snapshot 3.0.2-SNAPSHOT by @Rollczi in #266
  • GH-253 Update suggestion service for case-insensitive matching. Release 3.0.2 by @Rollczi in #268

Dependencies

implementation("dev.rollczi:litecommands-core:3.0.2")
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>litecommands-core</artifactId>
    <version>3.0.2</version>
</dependency>

Full Changelog: v3.0.1...v3.0.2

LiteCommands v3.0.1

29 Oct 16:00
039ac2c
Compare
Choose a tag to compare

What's Changed

  • GH-263 Add API for requirements validators in command processing pipeline. by @Rollczi in #264
    See example:
    image
    image

Dependencies

implementation("dev.rollczi:litecommands-core:3.0.1")
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>litecommands-core</artifactId>
    <version>3.0.1</version>
</dependency>

Full Changelog: v3.0.0...v3.0.1