Releases: Rollczi/LiteCommands
Releases · Rollczi/LiteCommands
LiteCommands v2.8.1 - Sequoia
What's Changed
- GH-171 Update renovate.json for merge all incoming bumps to one PR by @vLuckyyy in #171
- GH-173 Add @rootroute annotation. Add an option to create all commands in one class. Add unit test for @rootroute annotation. by @Rollczi in #174
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.1</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.1")
Full Changelog: v2.8.0...v2.8.1
LiteCommands v2.8.0 - Sequoia
What's Changed
- GH-165 Minestom Support. by @HEROOSTECH in #164
- GH-166 Add buildSrc module and java conventions. by @Rollczi and @vLuckyyy (#167)
Co-authored-by: Martin Sulikowski vluckyyy.biznes@gmail.com
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.0</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.0")
New Contributors
- @HEROOSTECH made their first contribution in #164
Full Changelog: v2.7.2...v2.8.0
LiteCommands v2.7.2 - Sequoia
What's Changed
- GH-163 Add native permission support and implement OnlyPlayerContextuals for Velocity and Bungee by @pauhull in #163
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.7.2</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.7.2")
New Contributors
- @pauhull made their first contribution in #163
Full Changelog: v2.7.1...v2.7.2
LiteCommands v2.7.1 - Sequoia
What's Changed
- GH-160 Add support for specifying an online player as argument by @shitzuu in #160
- Add option to enable and disable native bukkit permissions.
- Handle first route permission in bukkit command system
- Add missing
@Async
annotation resolver. (Fix)
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.7.1</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.7.1")
Full Changelog: v2.7.0...v2.7.1
LiteCommands v2.7.0 - Sequoia
What's Changed
- GH-149 Add
@Route
annotation. Add support for delimiter and limiter for@Joiner
annotation. Add unit test for Joiner annotation. by @Rollczi in #149 - GH-150 Add support for all TemporalAccessor and TemporalAmount arguments. Add unit tests for TemporalAccessor and TemporalAmount. by @Rollczi in #150.
- Add ZoneId argument support. Add JapaneseEra support. (commit)
- Fix no exception error handled. Fix the coverage of unrelated suggestions. (commit)
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.7.0</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.7.0")
Full Changelog: v2.6.0...v2.7.0
LiteCommands v2.6.0 - Sequoia
What's Changed
- GH-131 Support BigDecimal and BigInteger by @Rollczi in #134
- GH-139 Add a "Plugins that use LiteCommands" section to README by @vLuckyyy in #139
- GH-140 Resolve "Add support Duration Instant and other time java types" by @shitzuu in #140
- Resolve "Reformat example plugin" by @shitzuu in #142
- GH-143 Resolve "Add editor configuration" by @shitzuu in #144
- GH-145 Add more plugins, which use LiteCommands. by @shitzuu in #145
New Contributors
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.6.0</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.6.0")
Full Changelog: v2.5.0...v2.6.0
LiteCommands v2.5.0 - Sequoia
What's Changed
- Add
@Args
annotation. Handle string argument validator. Add unit tests for@Args
and String suggestion. (commit) - Move schematic packages and clean up schematic domain (commit)
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.5.0</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.5.0")
Full Changelog: v2.4.2...v2.5.0
LiteCommands v2.4.2 - Sequoia
What's Changed
- GH-112 Adding generic type of message, which will be sent to the player in bukkit's tools. by @shitzuu in #112
- Simplify the flow of exceptions. Remove redundant methods. (commit)
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.4.2</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.4.2")
Full Changelog: v2.4.1...v2.4.2
LiteCommands v2.4.1 - Sequoia
Info
- GH-105 Adding missing final keyword (#105)
- GH-100 Add kick command example. (#100)
- GH-104 Adding contextual bind of Player type especially dedicated for kyori's adventure. Also, changing the variable names to be more consistent. (#104)
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.4.1</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.4.1")
LiteCommands v2.4.0
Info
- GH-102 Add SchematicContext and SchematicInParallelTest. (#102)
- GH-103 Fix flags handling. Add junit test for flags. (#103)
- GH-101 Adding parameter, which allows to disable MiniMessage requirement. (#101)
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.4.0</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.4.0")