Releases: Rollczi/LiteCommands
Releases · Rollczi/LiteCommands
LiteCommands v2.8.5 - Sequoia
What's Changed
- GH-197 Fix handling of permission denied response. by @Rollczi in #197
- GH-196 Update dependency org.jetbrains:annotations to v24.0.1 by @renovate in #196
- GH-201 Stop suggestion when a sender does not have permission to any executor. by @Rollczi in #201
- GH-180 Add option to enable strict mode for optional arguments. by @Rollczi in #202
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.5</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.5")
Full Changelog: v2.8.4...v2.8.5
LiteCommands v2.8.4 - Sequoia
What's Changed
- GH-185 Fix large amount of suggestions performance issue. Add cache for enum suggestions argument. by @Rollczi in #185
- GH-187 Fix issue with ConcurrentModificationException when calling LiteBungeeRegistryPlatform#unregisterAll() and LiteBungeeRegistryPlatform#unregisterListener() methods. by @Rollczi in #187
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.4</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.4")
Full Changelog: v2.8.3...v2.8.4
LiteCommands v2.8.3 - Sequoia
What's Changed
- GH-182 Fix EstimatedTemporalAmountParser. Remove messages from TemporalAmountArgument and TemporalAccessorArgument. by @Rollczi in #182
- GH-183 Extract default name of argument form parameter. by @Rollczi in #183
- GH-181 Update all dependencies by @renovate in #181
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.3</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.3")
Full Changelog: v2.8.2...v2.8.3
LiteCommands v2.8.2 - Sequoia
What's Changed
- Update all dependencies by @renovate in #172
- Replace version in readme 2.8.0 -> 2.8.1 by @vLuckyyy in #175
- GH-178 Fix LiteException feature. Add the ability to handle exceptions as a result. by @Rollczi in #178
- GH-179 Copy metadata to child commands if is used root route command. by @Rollczi in #179
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.2</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.2")
Full Changelog: v2.8.1...v2.8.2
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