Releases: CarmJos/MineConfiguration
Releases · CarmJos/MineConfiguration
[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
[2.0.1] 版本更新
feat(item)
为ItemConfig添加 ItemFlag 与 enchant 相关配置。chore(sound)
添加输入长度判断,适用于不想发送声音的情况。
Full Changelog: 2.0.0...2.0.1
[2.0.0] 版本更新 (破坏性)
chore(project)
项目结构修改,避免使用上的误解。feat(bungee)
为 Bungee(YAML) 支持了注释功能。
BREAKING CHANGE
- 项目结构与包名修改
mineconfiguration-bukkit-general
->mineconfiguration-bukkit
mineconfiguration-bukkit-native
->mineconfiguration-spigot
- MineConfiguration入口类变更,现移动到各自平台的包下。
Full Changelog: 1.4.3...2.0.0
[1.4.3] 版本更新
ci(javadoc)
添加Javadoc自动部署到gh-pages。fix(bukkit)
修复Title配置文件未初始化报错的问题。
Full Changelog: 1.4.2...1.4.3
[1.4.2] 版本修复
fix(bukkit)
修复Item配置文件未初始化报错的问题
Full Changelog: 1.4.1...1.4.2
[1.4.1] 版本修复
fix(bukkit)
修复Bukkit的通用版本重载配置文件仍然无效的问题。
Full Changelog: 1.4.0...1.4.1
[1.4.0] 版本更新
refactor(all)
project reformatted.- reformatted projects including project settings and package paths.
Full Changelog: 1.3.2...1.4.0
[1.3.2] 版本修复
fix(impl)
修复配置文件重载不生效的问题。refactor(common)
修改主要包的路径。cc.carm.lib.configuration.common
->cc..carm.lib.configuration.minecraft
Full Changelog: 1.3.1...1.3.2
[1.3.1] 修复依赖
修复依赖