File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## 2026.03.19 v7.8.0
44
5- 1 . Migrated sub-package devDependencies to use pnpm ` catalog: ` format for centralized version management
6- 2 . Added ` catalog ` configuration to ` pnpm-workspace.yaml ` for unified dependency versions
7- 3 . Changed publish script from ` npm publish ` to ` pnpm publish ` for automatic workspace protocol conversion
8- 4 . Added ` NPM_TOKEN ` environment variable to GitHub Actions workflow
9- 5 . Fixed lint errors across multiple files:
10- - Removed mixed spaces/tabs indentation
11- - Fixed unused variables and parameters
12- - Replaced ` Function ` type with ` AnyFunction ` interface
13- - Fixed labeled statements usage
14- - Used ` fs.promises.writeFile ` instead of callback-based ` fs.writeFile `
15- 6 . Extracted common ` AnyFunction ` type for callback function signatures
16- 7 . Upgraded dependencies
5+ 1 . Fixed build compatibility issue with ` import ... with { type: 'json' } ` syntax
6+ 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
1714
1815## 2025.12.10 v7.7.0
1916
Original file line number Diff line number Diff line change 22
33## 2026.03.19 v7.8.0
44
5- 1 . Migrated sub-package devDependencies to use pnpm ` catalog: ` format for centralized version management
6- 2 . Added ` catalog ` configuration to ` pnpm-workspace.yaml ` for unified dependency versions
7- 3 . Changed publish script from ` npm publish ` to ` pnpm publish ` for automatic workspace protocol conversion
8- 4 . Added ` NPM_TOKEN ` environment variable to GitHub Actions workflow
9- 5 . Fixed lint errors across multiple files:
10- - Removed mixed spaces/tabs indentation
11- - Fixed unused variables and parameters
12- - Replaced ` Function ` type with ` AnyFunction ` interface
13- - Fixed labeled statements usage
14- - Used ` fs.promises.writeFile ` instead of callback-based ` fs.writeFile `
15- 6 . Extracted common ` AnyFunction ` type for callback function signatures
16- 7 . Upgraded dependencies
5+ 1 . Fixed build compatibility issue with ` import ... with { type: 'json' } ` syntax
6+ 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
1714
1815## 2025.12.10 v7.7.0
1916
Original file line number Diff line number Diff line change 22
33## 2026.03.19 v7.8.0
44
5- 1 . 子项目 devDependencies 迁移到 pnpm ` catalog: ` 格式,统一管理版本
6- 2 . 在 ` pnpm-workspace.yaml ` 中添加 ` catalog ` 配置,统一依赖版本
7- 3 . 发布脚本从 ` npm publish ` 改为 ` pnpm publish ` ,自动转换 workspace 协议
8- 4 . GitHub Actions 工作流添加 ` NPM_TOKEN ` 环境变量
9- 5 . 修复多个文件的 lint 错误
10- 6 . 提取公共 ` AnyFunction ` 类型用于回调函数签名
11- 7 . 升级依赖包
5+ 1 . 修复 ` import ... with { type: 'json' } ` 语法的构建兼容性问题
6+ 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 . 升级依赖包
1214
1315## 2025.12.10 v7.7.0
1416
You can’t perform that action at this time.
0 commit comments