Releases: tsickert/discord-webhook
Releases · tsickert/discord-webhook
v6.0.0
What's Changed
- Update node 20 by @tsickert in #167
- Implement wait by @ILikePlayingGames in #155
New Contributors
- @ILikePlayingGames made their first contribution in #155
Full Changelog: v5.5.0...v6.0.0
v5.5.0
v5.4.0
What's Changed
- Add an example of multiline text by @faloi in #154
- support thread-name and flags by @connorjclark in #109
New Contributors
- @faloi made their first contribution in #154
- @connorjclark made their first contribution in #109
Full Changelog: v5.3.0...v5.4.0
v5.3.0
v5.2.0
v5.1.1
Full Changelog: v5.1.0...v5.1.1
v5.1.0
v5.0.0
What's Changed
- Version 5.0.0 by @tsickert in #18
- TypeScript Action for complete action runner support
- Performance Improvements
- Different failure modes + outputs
Full Changelog: v4.0.0...v5.0.0
v5.0.0-RC
v4.0.0 - Near-full API support and single embed
This adds support for the discord webhook execute endpoint. Some fields are left off as described by the API, so the structures don't match, but the available behaviors should be there.
Key differences
- Added the ability to include embeds with file uploads. The embeds are sent in a second message, but it allows users to add embeds to webhooks that write files, which is not supported by the discord API.
- The discord API allows for up to 10 embeds. Currently, this action restricts to one. The full 10 may be supported before v4 is released.
- Embeds do not have
fields
. Implementing them seemed tedious and they seem to be a bold heading above an unbolded message, so are still reproducable by users. If requested, I can look into adding them.