Releases: EarthCow/JavaDiscordWebhook
Releases · EarthCow/JavaDiscordWebhook
Release list
v1.3.0
New Features
- Adds getters for the main fields of the
DiscordWebhookclass - Allows static webhook execution on a specified webhook url and json payload
- Adds
EmbedObject#setColorStrwhich, when not null, overrides theEmbedObject's JavaColor - Enables null webhook url instantiation of the
DiscordWebhookclass for use in building a json payload
Improvements
- Changes visibility of internal
EmbedObjectclasses (Footer,Thumbnail,Image,Author,Field) to public since these classes are the return type of getter methods.
v1.2.0
Allows execution of a specified JSON string. Useful in conjunction with https://discohook.org.
v1.1.0
v1.0.1
v1.0.0
Provides a way to add @k3kdude's DiscordWebhook class with my modifications as a maven dependency using jitpack.
My modifications fixed the encoding issue via StandardCharsets.UTF_8, made the classes public, made some variables final, and added timestamp functionality.