Skip to content

Tags: hughcube/dev-toolkit

Tags

v1.0.21

Toggle v1.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump @protobufjs/utf8 from 1.1.0 to 1.1.1 (#3)

Bumps [@protobufjs/utf8](https://github.com/dcodeIO/protobuf.js) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/dcodeIO/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@protobufjs-cli-v1.1.0...fetch-v1.1.1)

---
updated-dependencies:
- dependency-name: "@protobufjs/utf8"
  dependency-version: 1.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.0.20

Toggle v1.0.20's commit message
ci: 合并 ci.yml 与 publish.yml,发布前置测试矩阵门禁

v1.0.19

Toggle v1.0.19's commit message
ci: 新增 push/PR 测试 workflow

v1.0.18

Toggle v1.0.18's commit message
chore: 发布 v1.0.18

v1.0.17

Toggle v1.0.17's commit message
版本更新: 更新到 v1.0.17

v1.0.16

Toggle v1.0.16's commit message
feat: Add uniapp-update-custom-icon-files command

This commit introduces a new CLI command `uniapp-update-custom-icon-files` that:
- Accepts a ZIP file containing `iconfont.ttf` and `iconfont.css`.
- Extracts these files.
- Places them into `src/static` directory.
- Modifies `iconfont.css` to correctly reference `iconfont.ttf` for uniapp.

Updated dependencies:
- Added `yauzl` for ZIP file handling.
- Added `fs-extra` for file system operations.
- Added `archiver` for testing purposes (dev dependency).

v1.0.15

Toggle v1.0.15's commit message

    

v1.0.14

Toggle v1.0.14's commit message

    

v1.0.13

Toggle v1.0.13's commit message

    

v1.0.12

Toggle v1.0.12's commit message
feat: 增强 --dump-pages 参数支持路径过滤功能

- 支持无过滤器模式:--dump-pages 匹配所有页面
- 支持���接路径匹配:--dump-pages pages/user 匹配包含该路径的页面
- 支持通配符匹配:--dump-pages *user 或 --dump-pages pages/* 等模式
- 新增 isPagePathMatched 方法处理路径匹配逻辑
- 更新帮助文档和使用示例
- 版本更新至 1.0.12

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>