Releases: hugoalh/send-discord-webhook-ghaction
Releases · hugoalh/send-discord-webhook-ghaction
6.0.0 Beta 6
6.0.0 Beta 5
6.0.0 Beta 4
6.0.0 Beta 3
6.0.0 Beta 2
💥 Break Changes
〰️ Changes
6.0.0 Beta 1
🔦 Spotlights
💥 Break Changes
- Change input
wait
default value totrue
to wait for Discord confirmation of message send before response (@hugoalh)(N/A) - Change target GitHub Actions Runner from >= v2.297.0 to >= v2.310.0 (@hugoalh)(N/A)
- Change target NodeJS from ^ v16.13.0 to ^ v20.9.0 (@hugoalh)(N/A)
- Input
files
now require syntax of simple multiple line instead of JSON or YAML (@hugoalh)(N/A) - Remove input
method
and always detect suitable method (@hugoalh)(N/A) - Replace inputs
thread_type
andthread_value
with inputsthread_id
andthread_name
(@hugoalh)(N/A) - Replace input
payload
with inputs: (@hugoalh)(N/A)content
username
avatar_url
tts
embeds
allowed_mentions_parse
allowed_mentions_roles
allowed_mentions_users
〰️ Changes
- Update dependencies (@hugoalh)(N/A)
5.0.6
- CHANGE: Updated dependencies:
@hugoalh/advanced-determine
from v11.1.2 to v11.2.0color-name-list
from v10.7.0 to v10.8.0yaml
from v2.2.2 to v2.3.1
5.0.5
- CHANGE: Fixed empty JSON cannot determine correctly
- CHANGE: Updated dependencies:
@hugoalh/advanced-determine
from v11.1.1 to v11.1.2yaml
from v2.2.1 to v2.2.2
5.0.4
- CHANGE: Fixed empty
payload.embeds[*].footer
,payload.embeds[*].image
,payload.embeds[*].thumbnail
,payload.embeds[*].author
, andpayload.embeds[*].fields
are not trim correctly - CHANGE: Improved log readability by reduce text styles
- CHANGE: Updated dependencies:
@hugoalh/advanced-determine
from v10.2.1 to v11.1.1@hugoalh/string-overflow
from v1.2.0 to v1.3.1
- REMOVE: Removed dependency
chalk
5.0.4 Beta 2
- CHANGE: Updated dependency
@hugoalh/advanced-determine
from v10.4.0 to v10.4.1