watch/CHANGELOG.md

14 lines
530 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CHANGELOG
## v1.0.0
-`@ssgo/tool/watcher` 迁移并重构。
- **基础设施对齐**: 使用 `apigo.cc/go/file` 替代标准库和 `ssgo/u`
- **功能增强**:
- 支持 `ExcludeTypes` 排除指定文件后缀。
- 支持 `Excludes` 模糊匹配排除路径和文件。
- 支持 `Events` 指定监听事件类型。
- **API 优化**:
- 引入 `Event` 结构体,提供 `Path`, `Type`, `IsDir` 拆解参数。
- 提供 `EasyStart` 极简入口。
- 核心逻辑移除 Panic增强健壮性。