Skip to content

Releases: hugoalh/send-discord-webhook-ghaction

3.1.0

23 Nov 09:07

Choose a tag to compare

  • IMPROVE: Better support on the GitHub action's expression
  • IMPROVE: Code polish and remove some duplicated work
  • IMPROVE: Improvement on the variable system to prevent program error by specific characters

3.1.0 Release Candidate 2

22 Nov 08:50

Choose a tag to compare

Pre-release

⚠️ Important

This is pre-release, do not use in the production environment!


  • IMPROVE: Better support on the GitHub action's expression
  • IMPROVE: Improvement on the variable system to prevent program error by specific characters

3.1.0 Release Candidate 1

19 Nov 04:06

Choose a tag to compare

Pre-release

⚠️ Important

This is pre-release, do not use in the production environment!


  • IMPROVE: Better support on the GitHub action's expression
  • IMPROVE: Improvement on the variable system to prevent program error by specific characters

3.0.2

17 Nov 04:02

Choose a tag to compare

  • FIX: Fix workflow argument message_embed_colour and configuration argument embeds.<Array>.color still using a deprecated value "invisible" as default value
    • Default value replaced by "black" ("invisible" is actually "black", it just "invisible" in the dark mode)
    • Resolve #42 and thank you @alexrp 👍
  • FIX: Patch a very minor security issue

3.0.1

15 Nov 04:02

Choose a tag to compare

⚠️ Important

Bug fix in v3.0.2.


  • IMPROVE: Split up some of the codes as module to improve performance
  • IMPROVE: Update dependency

3.0.1 Release Candidate 1

13 Nov 11:02

Choose a tag to compare

Pre-release

⚠️ Important

This is pre-release, do not use in the production environment!


  • IMPROVE: Split up some of the codes as module to improve performance
  • IMPROVE: Update dependency

3.0.0

09 Nov 06:45

Choose a tag to compare

⚠️ Important

Bug fix in v3.0.2.


  • ADD: Engine has new minimum requirement:
    • NodeJS v12.13.0
    • NPM v6.12.0
  • ADD: Support debug log to trigger to log content/value or not
  • ADD: Support embed configuration with stringify JSON
  • ADD: Support external configuration file (store in the same repository) with type of .json, .jsonc, .yaml, or .yml
  • ADD: Support log to log step
  • ADD: Support up to 10 embeds in one message (via embed configuration or external configuration file)
  • CHANGE: Network request process move from embedded HTTPS module to node-fetch
  • FIX: Fix issue in character cropper that can cause the cropper crop too much character
  • IMPROVE: Code polish
  • IMPROVE: Improve data validator and add total limit rule
  • IMPROVE: Improve error flow
  • IMPROVE: Improve variable system mechanism

Where is v2.1.0?

All of the feature and fix in v2.1.0 has been merged in to v3.0.0, and v2 is deprecated by v3.

3.0.0 Release Candidate 6

08 Nov 04:46

Choose a tag to compare

Pre-release

⚠️ Important

This is pre-release, do not use in the production environment!


  • FIX: Fix when using workflow argument will bypass data validator
  • FIX: Fix when using workflow argument or configuration argument will unable to skip optional parameters

3.0.0 Release Candidate 5

08 Nov 02:00

Choose a tag to compare

Pre-release

⚠️ Important

This is pre-release, do not use in the production environment!


IMPROVE: Improve error flow

3.0.0 Release Candidate 4

07 Nov 10:43

Choose a tag to compare

Pre-release

⚠️ Important

This is pre-release, do not use in the production environment!


(N/A)