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
### 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`

View File

@@ -26,7 +26,11 @@
## 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>?` 的问题