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