carm
dc28d743db
feat(source): 为 ConfigurationWrapper 添加 getSource() 方法以获取源实现内容。
...
BREAKING-CHANGE: ConfigurationWrapper 更改为泛型类,并新增 “getSource” 方法需要实现。
2022-09-09 21:52:26 +08:00
carm
d6f4970277
[3.1.0] fix(api): configuration reload problem
...
BREAKING CHANGES: Now we override "onReload()" method to define ConfigurationProvider how to reload the configs.
Fix the problem that when the configuration file is read, the "reload()" method not working.
2022-05-20 18:16:44 +08:00
carm
6b3a353fcc
[3.0.0] (breaking-update) update comments usage.
2022-05-18 23:23:11 +08:00
carm
390815b790
[2.3.0] 版本更新
...
- [U] 基于 tchristofferson/ConfigUpdater 项目重写YAML相关配置文件的注释部分。
- [A] 为 @ConfigComment 注解添加 ”statWrap“ 与 "endWrap" 两个选项,用于实现不同样式的注释。
2022-04-23 20:35:48 +08:00
carm
51c287a0a7
[2.2.0] 实现内部静态类的自动注册。
2022-04-22 17:16:06 +08:00
carm
4f4b203240
[skip ci] 移除JSON示例中的注释
2022-04-22 13:11:18 +08:00
carm
dd7a6c819f
[2.1.0] 实现JSON版本的数据格式
2022-04-22 12:57:10 +08:00