Releases: hugoalh/send-discord-webhook-ghaction
Releases · hugoalh/send-discord-webhook-ghaction
3.1.0
- 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
⚠️ 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
⚠️ 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
- FIX: Fix workflow argument
message_embed_colour
and configuration argumentembeds.<Array>.color
still using a deprecated value"invisible"
as default value - FIX: Patch a very minor security issue
3.0.1
⚠️ 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
⚠️ 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
⚠️ 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
⚠️ 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
⚠️ Important
This is pre-release, do not use in the production environment!
IMPROVE: Improve error flow
3.0.0 Release Candidate 4
⚠️ Important
This is pre-release, do not use in the production environment!
(N/A)