Releases: CarmJos/MineConfiguration
Releases · CarmJos/MineConfiguration
[2.5.0] 版本更新
- feat(value): 适配Manifest更新
feat(msg)
为 ConfiguredMessageList 添加parseToLine
方法以支持将多行消息以“\n
”组合为单行消息。
What's Changed
- chore(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #19
- chore(deps): bump annotations from 24.0.0 to 24.0.1 by @dependabot in #20
- chore(deps): bump easyplugin-color from 1.5.2 to 1.5.3 by @dependabot in #21
- chore(deps): bump easyplugin-color from 1.5.3 to 1.5.4 by @dependabot in #22
- chore(deps): bump maven-surefire-plugin from 2.22.2 to 3.0.0 by @dependabot in #23
Full Changelog: 2.4.0...2.5.0
[2.4.0] 适配上游更新
chore(update): 适配上游版本更新。
[2.3.3] 适配上游更新
Full Changelog: 2.3.2...2.3.3
[2.3.2] 适配更新
自本版本起使用由 EasyPlugin 提供的ColorParser。
What's Changed
- chore(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #18
Full Changelog: 2.3.1...2.3.2
[2.3.1] 适配上游更新
What's Changed
- chore(deps): bump annotations from 23.1.0 to 24.0.0 by @dependabot in #17
Full Changelog: 2.3.0...2.3.1
[2.3.0] 项目重构
refactor(proj)
放弃spigot项目,将Bukkit子项目单独提出。
Full Changelog: 2.2.1...2.3.0
[2.2.1] 版本更新:群发消息独立解析
feat(msg)
添加 sendToEach 方法支持。- 支持群发时针对不同接收者提供独立的消息解析结果。
feat(color)
完善ColorParser支持渐变RGB颜色。 (来自 EasyPlugin v1.4.18)
Full Changelog: 2.2.0...2.2.1
[2.2.0] 版本更新
适配上游更新。
[2.1.0] 版本更新
feat(source)
为 ConfigurationWrapper 添加 getSource() 方法以获取源实现内容。
What's Changed
- chore(deps): bump placeholderapi from 2.11.1 to 2.11.2 by @dependabot in #7
- chore(deps): bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #9
Full Changelog: 2.0.2...2.1.0
[2.0.2] 版本修复
fix(text)
令 AbstractText#parse 返回值不得为null,避免在List类型循环parse时出现异常。
Full Changelog: 2.0.1...2.0.2