Bump kavaref-extension to 1.0.2

This commit is contained in:
2025-12-13 21:36:06 +08:00
parent 2cc6f531be
commit cf13be2d48
3 changed files with 11 additions and 3 deletions

View File

@@ -34,7 +34,11 @@ Time zone of version release date: **UTC+8**
## kavaref-extension ## kavaref-extension
### 1.0.1 | 2025.07.06 &ensp;<Badge type="tip" text="latest" vertical="middle" /> ### 1.0.2 | 2025.12.13 &ensp;<Badge type="tip" text="latest" vertical="middle" />
- Added `TypeRef` feature, which can be used to preserve generic information at runtime
### 1.0.1 | 2025.07.06 &ensp;<Badge type="warning" text="stale" vertical="middle" />
- Fixed an issue where the return type of `loadOrNull` is `Class<*>?` instead of `Class<Any>?` in `VariousClass` - Fixed an issue where the return type of `loadOrNull` is `Class<*>?` instead of `Class<Any>?` in `VariousClass`

View File

@@ -26,7 +26,11 @@
## kavaref-extension ## kavaref-extension
### 1.0.1 | 2025.07.06 &ensp;<Badge type="tip" text="最新" vertical="middle" /> ### 1.0.2 | 2025.12.13 &ensp;<Badge type="tip" text="最新" vertical="middle" />
- 新增 `TypeRef` 功能,可用于在运行时保留泛型信息
### 1.0.1 | 2025.07.06 &ensp;<Badge type="warning" text="过旧" vertical="middle" />
- 修复 `VariousClass``loadOrNull` 返回类型是 `Class<*>?` 而不是 `Class<Any>?` 的问题 - 修复 `VariousClass``loadOrNull` 返回类型是 `Class<*>?` 而不是 `Class<Any>?` 的问题

View File

@@ -3,7 +3,7 @@ project.name=KavaRef
project.url=https://github.com/HighCapable/KavaRef project.url=https://github.com/HighCapable/KavaRef
project.groupName=com.highcapable.kavaref project.groupName=com.highcapable.kavaref
project.kavaref-core.version="1.0.2" project.kavaref-core.version="1.0.2"
project.kavaref-extension.version="1.0.1" project.kavaref-extension.version="1.0.2"
project.samples-kavaref-demo.groupName=${project.groupName}.demo project.samples-kavaref-demo.groupName=${project.groupName}.demo
project.samples-kavaref-demo.version=universal project.samples-kavaref-demo.version=universal
# Maven Publish Configuration # Maven Publish Configuration