Releases: actions-cool/issues-helper
Releases · actions-cool/issues-helper
v3.2.0: feat: add `$exclude-empty (#112)
2022.08.26
- 🚀 feat: add
$exclude-empty
forexclude-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-issues
lock 与 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-comments
return result direction not working - Fix
lock-issues
lock and comment order issue
- Fixed
- 🛠 Refactor
contents
renamed to easy-to-understandemoji
issue-emojis
renamed toissue-emoji
- deleteComment updateComment no longer supports
out-comments
, keeping pure functionality - Remove title body default
month-statistics
removed
v2.5.0
2021.10.19
- 🚀 feat: add thanks.
🐣 This will be the last version of 2.x, 3.x is under development.
v2.4.3: feat: default number support issue-comment (#90)
2021.09.13
- 🚀 feat: default number support
issue-comment
. #90
v2.4.2: fix: RemoveLabels when has no label (#88)
2021.09.06
- 🐞 fix:
doRemoveLabels
when has no label. #88
v2.4.1
2021.09.05
- fix: remove labels define error. #86
v2.4.0: chore: up 2.4.0 (#84)
v2.3.1
2021.08.09
- ⚡️ refactor: extract exclude-labels array to outer scope. #75 @meteorlxy