File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,11 @@ Time zone of version release date: **UTC+8**
3434
3535## kavaref-extension
3636
37- ### 1.0.1 | 2025.07.06 &ensp ; <Badge type =" tip " text =" latest " vertical =" middle " />
37+ ### 1.0.2 | 2025.12.13 &ensp ; <Badge type =" tip " text =" latest " vertical =" middle " />
38+
39+ - Added ` TypeRef ` feature, which can be used to preserve generic information at runtime
40+
41+ ### 1.0.1 | 2025.07.06 &ensp ; <Badge type =" warning " text =" stale " vertical =" middle " />
3842
3943- Fixed an issue where the return type of ` loadOrNull ` is ` Class<*>? ` instead of ` Class<Any>? ` in ` VariousClass `
4044
Original file line number Diff line number Diff line change 2626
2727## kavaref-extension
2828
29- ### 1.0.1 | 2025.07.06 &ensp ; <Badge type =" tip " text =" 最新 " vertical =" middle " />
29+ ### 1.0.2 | 2025.12.13 &ensp ; <Badge type =" tip " text =" 最新 " vertical =" middle " />
30+
31+ - 新增 ` TypeRef ` 功能,可用于在运行时保留泛型信息
32+
33+ ### 1.0.1 | 2025.07.06 &ensp ; <Badge type =" warning " text =" 过旧 " vertical =" middle " />
3034
3135- 修复 ` VariousClass ` 中 ` loadOrNull ` 返回类型是 ` Class<*>? ` 而不是 ` Class<Any>? ` 的问题
3236
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ project.name=KavaRef
33project.url =https://github.com/HighCapable/KavaRef
44project.groupName =com.highcapable.kavaref
55project.kavaref-core.version ="1.0.2"
6- project.kavaref-extension.version ="1.0.1 "
6+ project.kavaref-extension.version ="1.0.2 "
77project.samples-kavaref-demo.groupName =${project.groupName}.demo
88project.samples-kavaref-demo.version =universal
99# Maven Publish Configuration
You can’t perform that action at this time.
0 commit comments