Skip to content

Releases: hugoalh/send-discord-webhook-ghaction

6.0.0 Beta 6

07 Nov 08:00

Choose a tag to compare

6.0.0 Beta 6 Pre-release
Pre-release

〰️ Changes

  • Escape links in the content should happen before truncate (@hugoalh)(1a33503)

6.0.0 Beta 5

07 Nov 04:02

Choose a tag to compare

6.0.0 Beta 5 Pre-release
Pre-release

〰️ Changes

6.0.0 Beta 4

02 Nov 03:44

Choose a tag to compare

6.0.0 Beta 4 Pre-release
Pre-release

🔦 Spotlights

  • Ability to prevent Discord resolve and display specific links in the content as embed under the message

〰️ Changes

6.0.0 Beta 3

02 Nov 03:01

Choose a tag to compare

6.0.0 Beta 3 Pre-release
Pre-release

〰️ Changes

6.0.0 Beta 2

02 Nov 02:53

Choose a tag to compare

6.0.0 Beta 2 Pre-release
Pre-release

💥 Break Changes

〰️ Changes

6.0.0 Beta 1

01 Nov 12:03

Choose a tag to compare

6.0.0 Beta 1 Pre-release
Pre-release

🔦 Spotlights

💥 Break Changes

  • Change input wait default value to true 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 and thread_value with inputs thread_id and thread_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

5.0.6

30 May 08:45

Choose a tag to compare

  • CHANGE: Updated dependencies:
    • @hugoalh/advanced-determine from v11.1.2 to v11.2.0
    • color-name-list from v10.7.0 to v10.8.0
    • yaml from v2.2.2 to v2.3.1

5.0.5

29 Apr 03:22

Choose a tag to compare

  • CHANGE: Fixed empty JSON cannot determine correctly
  • CHANGE: Updated dependencies:
    • @hugoalh/advanced-determine from v11.1.1 to v11.1.2
    • yaml from v2.2.1 to v2.2.2

5.0.4

22 Apr 10:14

Choose a tag to compare

  • CHANGE: Fixed empty payload.embeds[*].footer, payload.embeds[*].image, payload.embeds[*].thumbnail, payload.embeds[*].author, and payload.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

19 Apr 09:05

Choose a tag to compare

5.0.4 Beta 2 Pre-release
Pre-release
  • CHANGE: Updated dependency @hugoalh/advanced-determine from v10.4.0 to v10.4.1