Releases: lint-md/github-action
Releases · lint-md/github-action
Release list
v0.2.0
变更内容
- 替换依赖:@lint-md/cli ^0.1.8 → @lint-md/core ^2.1.2 + glob ^13.0.6
- 重写 lint-md-action.ts 使用 lintMarkdown API
- 实现文件加载(目录递归、glob、excludeFiles)
- 更新规则名:space-round-alphabet → space-around-alphabet
- 移除过时的 src/@lint-md/cli.d.ts
- 更新测试以适配新 API + 补充 loader 测试
- 更新 README.md,版本号 → 0.2.0
- 从 Yarn 迁移到 npm(删除 PnP 文件,CI 改用 npm ci)
- 重建 dist/index.js
Version 0.1.2
What's Changed
- docs: rewrite README, add badges, fix tests, and add lint-md CI workflow by @Copilot in #9
- fix: update GitHub Action runtime from node12 to node20 and correct README version by @Copilot in #10
- fix: surface individual lint error details in action output by @Copilot in #12
- chore: bump version 0.1.1 → 0.1.2 by @Copilot in #13
New Contributors
- @Copilot made their first contribution in #9
Full Changelog: v0.1.1...v0.1.2
Version 0.1.1
🎉 使用 typescript 重构
Version 0.1.0
- 修复配置文件为 JavaScript 模块时,显示 module not found 的 bug
Version 0.0.2
- 修改以@开头 的 action 名称,实践发现此类名称会报语法错误
Version 0.0.1
ci: add test github workflows * :construction_worker: ci: add test github workflows * :heavy_plus_sign: chore: add temp build file * :bug: fix: fix user failOnWarnings param always be true * :bug: fix: fix warning about require from webpack * :white_check_mark: test: add multiply base test case