mirror of
https://github.com/HighCapable/KavaRef.git
synced 2025-09-03 17:25:27 +08:00
Bump kavaref-core to 1.0.1, kavaref-extension to 1.0.1
This commit is contained in:
@@ -18,12 +18,21 @@ Time zone of version release date: **UTC+8**
|
||||
|
||||
## kavaref-core
|
||||
|
||||
### 1.0.0 | 2025.06.25  <Badge type="tip" text="latest" vertical="middle" />
|
||||
### 1.0.1 | 2025.07.06  <Badge type="tip" text="latest" vertical="middle" />
|
||||
|
||||
- `T.resolve()` has been deprecated because it has namespace pollution problems. It is now recommended to migrate to `T.asResolver()`
|
||||
- Removed the residual `block` method in `KavaRef`. If this method is used, you can manually implement it with `apply`
|
||||
|
||||
### 1.0.0 | 2025.06.25  <Badge type="warning" text="stale" vertical="middle" />
|
||||
|
||||
- The first version is submitted to Maven
|
||||
|
||||
## kavaref-extension
|
||||
|
||||
### 1.0.0 | 2025.06.25  <Badge type="tip" text="latest" vertical="middle" />
|
||||
### 1.0.1 | 2025.07.06  <Badge type="tip" text="latest" vertical="middle" />
|
||||
|
||||
- Fixed an issue where the return type of `loadOrNull` is `Class<*>?` instead of `Class<Any>?` in `VariousClass`
|
||||
|
||||
### 1.0.0 | 2025.06.25  <Badge type="warning" text="stale" vertical="middle" />
|
||||
|
||||
- The first version is submitted to Maven
|
@@ -10,12 +10,21 @@
|
||||
|
||||
## kavaref-core
|
||||
|
||||
### 1.0.0 | 2025.06.25  <Badge type="tip" text="最新" vertical="middle" />
|
||||
### 1.0.1 | 2025.07.06  <Badge type="tip" text="最新" vertical="middle" />
|
||||
|
||||
- `T.resolve()` 已被弃用,因为其存在命名空间污染问题,现在推荐迁移到 `T.asResolver()`
|
||||
- 移除了 `KavaRef` 中存在的残留 `block` 方法,如果有用到此类方法,你可以手动使用 `apply` 来实现
|
||||
|
||||
### 1.0.0 | 2025.06.25  <Badge type="warning" text="过旧" vertical="middle" />
|
||||
|
||||
- 首个版本提交至 Maven
|
||||
|
||||
## kavaref-extension
|
||||
|
||||
### 1.0.0 | 2025.06.25  <Badge type="tip" text="最新" vertical="middle" />
|
||||
### 1.0.1 | 2025.07.06  <Badge type="tip" text="最新" vertical="middle" />
|
||||
|
||||
- 修复 `VariousClass` 中 `loadOrNull` 返回类型是 `Class<*>?` 而不是 `Class<Any>?` 的问题
|
||||
|
||||
### 1.0.0 | 2025.06.25  <Badge type="warning" text="过旧" vertical="middle" />
|
||||
|
||||
- 首个版本提交至 Maven
|
@@ -2,8 +2,8 @@
|
||||
project.name=KavaRef
|
||||
project.url=https://github.com/HighCapable/KavaRef
|
||||
project.groupName=com.highcapable.kavaref
|
||||
project.kavaref-core.version="1.0.0"
|
||||
project.kavaref-extension.version="1.0.0"
|
||||
project.kavaref-core.version="1.0.1"
|
||||
project.kavaref-extension.version="1.0.1"
|
||||
project.samples-kavaref-demo.groupName=${project.groupName}.demo
|
||||
project.samples-kavaref-demo.version=universal
|
||||
# Maven Publish Configuration
|
||||
|
Reference in New Issue
Block a user