You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/utils/CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
5
+
## v0.0.1-alpha.17 (2025-02-10)
6
+
7
+
### ✨ Features
8
+
9
+
- 增加`formatDateToYMD`日期封装 - by **chufan**[<samp>(29352)</samp>](https://github.com/142vip/core-x/commit/29352bf)
10
+
- 拓展`VipGit`,支持`git`相关操作功能 - by **chufan**[<samp>(7d360)</samp>](https://github.com/142vip/core-x/commit/7d36065)
11
+
- 引入`semver`模块,集成`VipSemver` API 功能 - by **chufan**[<samp>(527f6)</samp>](https://github.com/142vip/core-x/commit/527f64a)
12
+
- 增加错误码、`Release`类型枚举 - by **chufan**[<samp>(47079)</samp>](https://github.com/142vip/core-x/commit/470797e)
13
+
14
+
### 🐛 Bug Fixes
15
+
16
+
- Update dependency semver to v7.7.1 - by **chufan**[<samp>(5d979)</samp>](https://github.com/142vip/core-x/commit/5d9798e)
17
+
18
+
### 💅 Refactors
19
+
20
+
- 优化`execCommand`命令执行器,移除`execa`模块 - by **chufan**[<samp>(42b73)</samp>](https://github.com/142vip/core-x/commit/42b7370)
21
+
- 重构代码,丰富工具函数栈,支持`version`拓展 - by **142vip.cn** in https://github.com/142vip/core-x/issues/342[<samp>(89163)</samp>](https://github.com/142vip/core-x/commit/8916371)
22
+
23
+
**Release New Version v0.0.1-alpha.17 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/utils)**
0 commit comments