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