Skip to content

Commit 5c09acd

Browse files
committed
Bump kavaref-core to 1.0.1, kavaref-extension to 1.0.1
1 parent 875aae0 commit 5c09acd

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

docs-source/src/en/about/changelog.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,21 @@ Time zone of version release date: **UTC+8**
1818

1919
## kavaref-core
2020

21-
### 1.0.0 | 2025.06.25 &ensp;<Badge type="tip" text="latest" vertical="middle" />
21+
### 1.0.1 | 2025.07.06 &ensp;<Badge type="tip" text="latest" vertical="middle" />
22+
23+
- `T.resolve()` has been deprecated because it has namespace pollution problems. It is now recommended to migrate to `T.asResolver()`
24+
- Removed the residual `block` method in `KavaRef`. If this method is used, you can manually implement it with `apply`
25+
26+
### 1.0.0 | 2025.06.25 &ensp;<Badge type="warning" text="stale" vertical="middle" />
2227

2328
- The first version is submitted to Maven
2429

2530
## kavaref-extension
2631

27-
### 1.0.0 | 2025.06.25 &ensp;<Badge type="tip" text="latest" vertical="middle" />
32+
### 1.0.1 | 2025.07.06 &ensp;<Badge type="tip" text="latest" vertical="middle" />
33+
34+
- Fixed an issue where the return type of `loadOrNull` is `Class<*>?` instead of `Class<Any>?` in `VariousClass`
35+
36+
### 1.0.0 | 2025.06.25 &ensp;<Badge type="warning" text="stale" vertical="middle" />
2837

2938
- The first version is submitted to Maven

docs-source/src/zh-cn/about/changelog.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,21 @@
1010

1111
## kavaref-core
1212

13-
### 1.0.0 | 2025.06.25 &ensp;<Badge type="tip" text="最新" vertical="middle" />
13+
### 1.0.1 | 2025.07.06 &ensp;<Badge type="tip" text="最新" vertical="middle" />
14+
15+
- `T.resolve()` 已被弃用,因为其存在命名空间污染问题,现在推荐迁移到 `T.asResolver()`
16+
- 移除了 `KavaRef` 中存在的残留 `block` 方法,如果有用到此类方法,你可以手动使用 `apply` 来实现
17+
18+
### 1.0.0 | 2025.06.25 &ensp;<Badge type="warning" text="过旧" vertical="middle" />
1419

1520
- 首个版本提交至 Maven
1621

1722
## kavaref-extension
1823

19-
### 1.0.0 | 2025.06.25 &ensp;<Badge type="tip" text="最新" vertical="middle" />
24+
### 1.0.1 | 2025.07.06 &ensp;<Badge type="tip" text="最新" vertical="middle" />
25+
26+
- 修复 `VariousClass``loadOrNull` 返回类型是 `Class<*>?` 而不是 `Class<Any>?` 的问题
27+
28+
### 1.0.0 | 2025.06.25 &ensp;<Badge type="warning" text="过旧" vertical="middle" />
2029

2130
- 首个版本提交至 Maven

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
project.name=KavaRef
33
project.url=https://github.com/HighCapable/KavaRef
44
project.groupName=com.highcapable.kavaref
5-
project.kavaref-core.version="1.0.0"
6-
project.kavaref-extension.version="1.0.0"
5+
project.kavaref-core.version="1.0.1"
6+
project.kavaref-extension.version="1.0.1"
77
project.samples-kavaref-demo.groupName=${project.groupName}.demo
88
project.samples-kavaref-demo.version=universal
99
# Maven Publish Configuration

0 commit comments

Comments
 (0)