Releases: Rollczi/LiteCommands
Releases · Rollczi/LiteCommands
LiteCommands v3.0.1
What's Changed
- GH-263 Add API for requirements validators in command processing pipeline. by @Rollczi in #264
See example:
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
LiteCommands v3.0.0
What's Changed
- Add player argument to proxies tools by @rchomczyk in #216
- Add support for kyori's component in Joiner argument by @rchomczyk in #217
- GH-203 LiteCommands 3.0.0 by @Rollczi in #203
- GH-226 Update README.md for hacktoberfest by @Rollczi in #226
- GH-228 Update the list of projects using litecommands. by @vLuckyyy in #228
- GH-222 Add resolver for Duration argument by @CitralFlo in #227
- GH-235 Update README.md by @Rollczi in #235
- GH-222 Add PeriodArgumentResolver and corresponding tests, remove unused imports. by @CitralFlo in #234
- GH-223 Fix root command children appender and add unit test related to this case. Release 3.0.0-BETA-pre23 by @Rollczi in #237
- Update dependency net.dv8tion:JDA to v5.0.0-beta.15 by @renovate in #239
- Update dependency net.kyori:adventure-platform-api to v4.3.1 by @renovate in #240
- GH-241 Update dependency org.panda-lang:expressible to v1.3.6 by @renovate in #241
- Update dependency com.squareup.okhttp3:okhttp to v4.11.0 by @renovate in #242
- Update dependency net.kyori:adventure-text-minimessage to v4.14.0 by @renovate in #244
- GH-221 Add Enum argument resolver by @BlackBaroness in #251
- GH-249 Update junit5 monorepo to v5.10.0 by @renovate in #249
- GH-246 Update dependency net.md-5:bungeecord-api to v1.20-R0.1 by @renovate in #246
- GH-247 Update dependency org.mockito:mockito-core to v5.6.0 by @renovate in #247
- GH-233 Add Instant argument support by @BlackBaroness in #252
- GH-254 Update dependency com.squareup.okhttp3:okhttp to v4.12.0 by @renovate in #254
- GH-236 Add BigInteger and BigDecimal argument support by @BlackBaroness in #255
- GH-248 Update dependency org.openjdk.jmh:jmh-generator-annprocess to v1.37 by @renovate in #248
- GH-245 Update dependency net.kyori:adventure-text-serializer-legacy to v4.14.0 by @renovate in #245
- GH-257 Add argument resolvers for temportal amounts, temporal accessors by @rchomczyk in #256
- GH-258 Release 3.0.0 by @Rollczi in #259
Dependencies
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>litecommands-core</artifactId>
<version>3.0.0</version>
</dependency>
implementation("dev.rollczi:litecommands-core:3.0.0")
New Contributors
- @CitralFlo made their first contribution in #227
- @BlackBaroness made their first contribution in #251
Full Changelog: v2.8.9...v3.0.0
LiteCommands v2.8.9 - Sequoia
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.9</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.9")
Full Changelog: v2.8.8...v2.8.9
LiteCommands v2.8.8 - Sequoia
What's Changed
- GH-208 Fix README's for Minestom by @zax71 in #208
- GH-212 Add InvalidUsage to represent invalid command usage, instead Blank. by @Rollczi in #212
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.8</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.8")
New Contributors
Full Changelog: v2.8.7...v2.8.8
LiteCommands v2.8.7 - Sequoia
What's Changed
- GH-205 Fix handling of invalid boolean argument parsing. (Resolve #205) by @Rollczi in #206
- Fix permission handling and add unit test to check the sub-route permission handling. (commit)
- Add velocity example. (commit)
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.7</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.7")
Full Changelog: v2.8.6...v2.8.7
LiteCommands v2.8.6 - Sequoia
What's Changed
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.6</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.6")
Full Changelog: v2.8.5...v2.8.6
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