|
1 | 1 | # 变更日志 |
2 | 2 |
|
| 3 | +## [0.3.0](https://github.com/ClarityJS/git-neko-kit/compare/v0.2.0...v0.3.0) (2025-04-14) |
| 4 | + |
| 5 | + |
| 6 | +### ✨ 新功能 |
| 7 | + |
| 8 | +* **auth:** 完善 Token 验证和错误处理 ([111d3e9](https://github.com/ClarityJS/git-neko-kit/commit/111d3e9ccaefbd2a1f876d53754c1b2c610484e8)) |
| 9 | +* **commit:** 格式化提交信息中的日期 ([56d2b6b](https://github.com/ClarityJS/git-neko-kit/commit/56d2b6b35c389e3728b93cb0da9888dd065f1851)) |
| 10 | +* **github/user:** 添加通过用户id获取用户信息方法 ([ab78d8b](https://github.com/ClarityJS/git-neko-kit/commit/ab78d8b18d350d765b4f024707c8254771e35794)) |
| 11 | +* **github:** 完善错误处理和消息提示 ([f94ed08](https://github.com/ClarityJS/git-neko-kit/commit/f94ed08e0455da236c06cc3cec382796666fd1a0)) |
| 12 | +* **github:** 添加获取用户仓库列表功能 ([4efe253](https://github.com/ClarityJS/git-neko-kit/commit/4efe253d6f256d9edf9fd46a951145ce2e4569b2)) |
| 13 | +* **user:** 添加快速获取用户信息的方法 ([97dd3df](https://github.com/ClarityJS/git-neko-kit/commit/97dd3df2af3bd080613650d12198b97c7417deca)) |
| 14 | + |
| 15 | + |
| 16 | +### 🐛 错误修复 |
| 17 | + |
| 18 | +* **dayjs:** 修复 dayjs 本地化文件导入路径 ([dd2d05c](https://github.com/ClarityJS/git-neko-kit/commit/dd2d05c56e539ba8679b96599a3c042c2bbe8c99)) |
| 19 | +* **github:** 优化用户仓库获取逻辑 ([472d591](https://github.com/ClarityJS/git-neko-kit/commit/472d591c8ccbfe92bd293976e0bdb8c6ead163d8)) |
| 20 | +* **github:** 修复获取仓库列表的参数处理 ([93d16f5](https://github.com/ClarityJS/git-neko-kit/commit/93d16f5a689a9be1d95da358138db7a7ff3542cd)) |
| 21 | +* **github:** 增加对 422 错误的处理 ([f57f284](https://github.com/ClarityJS/git-neko-kit/commit/f57f2848a1bfe12d4cc99fa1a28089efcfe73427)) |
| 22 | +* **models:** 修复错误消息 ([e5899f0](https://github.com/ClarityJS/git-neko-kit/commit/e5899f0feeef98449e5fafecc544194fe797e6c9)) |
| 23 | +* **user:** 修复获取用户信息的异常输出 ([f422579](https://github.com/ClarityJS/git-neko-kit/commit/f4225791e2cb44abc49271e7770bddbaacf7bb4b)) |
| 24 | + |
| 25 | + |
| 26 | +### 📝 文档更新 |
| 27 | + |
| 28 | +* 初始化 VuePress 文档构建流程 ([45ff8a3](https://github.com/ClarityJS/git-neko-kit/commit/45ff8a3e08d4c10e396cb46dcac3116a5ac93835)) |
| 29 | + |
| 30 | + |
| 31 | +### ♻️ 代码重构 |
| 32 | + |
| 33 | +* **common:** 优化代码格式和错误处理 ([507d7fa](https://github.com/ClarityJS/git-neko-kit/commit/507d7fa484ca664aee68c43645ee21555f9e3540)) |
| 34 | +* **common:** 新增错误消息模块并优化错误处理 ([1323b13](https://github.com/ClarityJS/git-neko-kit/commit/1323b13088e7159d8395731c1c54e8d7cbd66703)) |
| 35 | +* **date:** 重构日期格式化方法 ([3b0f68f](https://github.com/ClarityJS/git-neko-kit/commit/3b0f68f811883cea6af917f311317dfacb5e24cf)) |
| 36 | +* **github:** 优化 token 状态检查逻辑 ([b8d8fd7](https://github.com/ClarityJS/git-neko-kit/commit/b8d8fd738be72b7f3918ead4234c629d864469b5)) |
| 37 | +* **github:** 优化仓库相关接口的参数处理和错误提示 ([b7592f6](https://github.com/ClarityJS/git-neko-kit/commit/b7592f690fa1819a2812e2c9e9c34d522fb3586f)) |
| 38 | +* **github:** 优化提交信息获取功能 ([0b33dae](https://github.com/ClarityJS/git-neko-kit/commit/0b33daea44ab04bb5602002b0d6da07dcaa652f6)) |
| 39 | +* **github:** 重构获取用户仓库列表逻辑 ([4a177cd](https://github.com/ClarityJS/git-neko-kit/commit/4a177cd8035796a862cec5ff89abe5ebea34ebf2)) |
| 40 | +* **models:** 将生成安装链接和配置链接的方法移至 App 类 ([a70695b](https://github.com/ClarityJS/git-neko-kit/commit/a70695b1be49d823482521a792df31ad00f30e0f)) |
| 41 | + |
| 42 | + |
| 43 | +### 🎡 持续集成 |
| 44 | + |
| 45 | +* **deploy:** 将部署目标从 GitHub Pages 更改为 Cloudflare Pages ([9d93129](https://github.com/ClarityJS/git-neko-kit/commit/9d93129c6a84c1a6ba4de29b5f701b0959c85238)) |
| 46 | + |
3 | 47 | ## [0.2.0](https://github.com/ClarityJS/git-neko-kit/compare/v0.1.0...v0.2.0) (2025-04-10) |
4 | 48 |
|
5 | 49 |
|
|
0 commit comments