Releases: actions-cool/issues-helper
Releases · actions-cool/issues-helper
v3.4.0
v3.3.3
2022.11.13
- 🐞 fix: body null case. #129 @madmansn0w
v3.3.2
v3.3.1
2022.10.19
- 🐞 fix: body null case. #123
v3.3.0
2022.09.02
- 🚀 feat: add
get-issue. #114
v3.2.1
2022.08.31
- 🐞 fix: mark-duplicate labels invalid. #116
v3.2.0: feat: add `$exclude-empty (#112)
2022.08.26
- 🚀 feat: add
$exclude-emptyforexclude-labels. #112- When set to include
$exclude-empty, no label issue can be excluded
- When set to include
v3.1.0
v3.0.1
2022.08.01
- 🐞 fix: check will undefined.
v3.0.0
2022.02.15
🚀 v3 版本重构完成,主要变更内容:
- JS to TS
- 将 issue 核心功能封装成为类供 helper 使用
- 提示信息统一
- 增加自动发布脚本
功能变更参考:
- 🚀 New Feature
mark-assignees: 评论快捷设置 assigneesfind-issues: 条件查询当前仓库 issues
- 🐞 Bug Fix
- 修复
find-comments返回结果 direction 未起作用 - 修复
lock-issueslock 与 comment 的顺序问题
- 修复
- 🛠 Refactor
- contents 更名为容易理解的 emoji
issue-emojis更名为issue-emoji- deleteComment updateComment 不再支持
out-comments,保持纯粹功能 - 移除 title body 默认值
month-statistics移除
🚀 The refactoring of the v3 version is completed. The main changes are:
- JS to TS
- Encapsulate the core functions of the issue into classes for helpers to use
- Unified prompt information
- Added automatic release script
Reference for functional changes:
- 🚀 New Feature
mark-assignees: Comment quick settings assigneesfind-issues: Conditional query current warehouse issues
- 🐞 Bug Fix
- Fixed
find-commentsreturn result direction not working - Fix
lock-issueslock and comment order issue
- Fixed
- 🛠 Refactor
contentsrenamed to easy-to-understandemojiissue-emojisrenamed toissue-emoji- deleteComment updateComment no longer supports
out-comments, keeping pure functionality - Remove title body default
month-statisticsremoved