Skip to content

Commit d1761f5

Browse files
committed
docs
1 parent abaed01 commit d1761f5

File tree

3 files changed

+27
-21
lines changed

3 files changed

+27
-21
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
1. Fixed build compatibility issue with `import ... with { type: 'json' }` syntax
66
2. Migrated ESLint configuration to `@eslint-sets/eslint-config`
7-
4. Migrated sub-package devDependencies to use pnpm `catalog:` format for centralized version management
8-
5. Added `catalog` configuration to `pnpm-workspace.yaml` for unified dependency versions
9-
6. Changed publish script from `npm publish` to `pnpm publish` for automatic workspace protocol conversion
10-
7. Fixed lint errors across multiple files
11-
8. Extracted common `AnyFunction` type for callback function signatures
12-
9. Optimized README documentation structure
13-
10. Upgraded dependencies
7+
3. Migrated sub-package devDependencies to use pnpm `catalog:` format for centralized version management
8+
4. Added `catalog` configuration to `pnpm-workspace.yaml` for unified dependency versions
9+
5. Changed publish script from `npm publish` to `pnpm publish` for automatic workspace protocol conversion
10+
6. Fixed lint errors across multiple files
11+
7. Extracted common `AnyFunction` type for callback function signatures
12+
8. Optimized README documentation structure
13+
9. Upgraded dependencies
14+
10. Expanded test coverage for `@gitmars/git` package from 5.4% to 82.67%
15+
11. Added comprehensive tests for git functions: getConfig, readPkg, searchBranches, getAheadLogs, getBehindLogs, getBranchesFromID, getGitLogs, getGitLogsByCommitIDs, checkout, fetch, prune, checkGitStatus, getStashList, getCommandMessage, getIsMergeAction, getIsMergedTargetBranch, getIsUpdatedInTime
1416

1517
## 2025.12.10 v7.7.0
1618

packages/docs/changelog.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
1. Fixed build compatibility issue with `import ... with { type: 'json' }` syntax
66
2. Migrated ESLint configuration to `@eslint-sets/eslint-config`
7-
4. Migrated sub-package devDependencies to use pnpm `catalog:` format for centralized version management
8-
5. Added `catalog` configuration to `pnpm-workspace.yaml` for unified dependency versions
9-
6. Changed publish script from `npm publish` to `pnpm publish` for automatic workspace protocol conversion
10-
7. Fixed lint errors across multiple files
11-
8. Extracted common `AnyFunction` type for callback function signatures
12-
9. Optimized README documentation structure
13-
10. Upgraded dependencies
7+
3. Migrated sub-package devDependencies to use pnpm `catalog:` format for centralized version management
8+
4. Added `catalog` configuration to `pnpm-workspace.yaml` for unified dependency versions
9+
5. Changed publish script from `npm publish` to `pnpm publish` for automatic workspace protocol conversion
10+
6. Fixed lint errors across multiple files
11+
7. Extracted common `AnyFunction` type for callback function signatures
12+
8. Optimized README documentation structure
13+
9. Upgraded dependencies
14+
10. Expanded test coverage for `@gitmars/git` package from 5.4% to 82.67%
15+
11. Added comprehensive tests for git functions: getConfig, readPkg, searchBranches, getAheadLogs, getBehindLogs, getBranchesFromID, getGitLogs, getGitLogsByCommitIDs, checkout, fetch, prune, checkGitStatus, getStashList, getCommandMessage, getIsMergeAction, getIsMergedTargetBranch, getIsUpdatedInTime
1416

1517
## 2025.12.10 v7.7.0
1618

packages/docs/zh/changelog.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
1. 修复 `import ... with { type: 'json' }` 语法的构建兼容性问题
66
2. 迁移 ESLint 配置到 `@eslint-sets/eslint-config`
7-
4. 子项目 devDependencies 迁移到 pnpm `catalog:` 格式,统一管理版本
8-
5.`pnpm-workspace.yaml` 中添加 `catalog` 配置,统一依赖版本
9-
6. 发布脚本从 `npm publish` 改为 `pnpm publish`,自动转换 workspace 协议
10-
7. 修复多个文件的 lint 错误
11-
8. 提取公共 `AnyFunction` 类型用于回调函数签名
12-
9. 优化 README 文档结构
13-
10. 升级依赖包
7+
3. 子项目 devDependencies 迁移到 pnpm `catalog:` 格式,统一管理版本
8+
4.`pnpm-workspace.yaml` 中添加 `catalog` 配置,统一依赖版本
9+
5. 发布脚本从 `npm publish` 改为 `pnpm publish`,自动转换 workspace 协议
10+
6. 修复多个文件的 lint 错误
11+
7. 提取公共 `AnyFunction` 类型用于回调函数签名
12+
8. 优化 README 文档结构
13+
9. 升级依赖包
14+
10. 扩展 `@gitmars/git` 包测试覆盖率从 5.4% 提升到 82.67%
15+
11. 新增 git 函数的全面测试:getConfig, readPkg, searchBranches, getAheadLogs, getBehindLogs, getBranchesFromID, getGitLogs, getGitLogsByCommitIDs, checkout, fetch, prune, checkGitStatus, getStashList, getCommandMessage, getIsMergeAction, getIsMergedTargetBranch, getIsUpdatedInTime
1416

1517
## 2025.12.10 v7.7.0
1618

0 commit comments

Comments
 (0)