Releases: gngrninja/PSDsHook
Releases · gngrninja/PSDsHook
v1.0.0
[1.0.0] 2024-06-08
Fixed
- Can now send minimal embeds without issue
- Cleaned up / modernized Pester tests
Added
- You can now send a timestamp
v0.2.1
[0.2.1] 2019-12-24
Fixed
- Bugfix for a bug brought to light by a new version of PowerShell Core. ContentType for Invoke-RestMethod is now set to 'Application/Json', and not an unset variable (whoops)
v0.2.0
[0.1.5] 2019-04-29
Added
- Changed the configuration creation parameter 'CreateConfig' to a string, and the argument to the value of the webhook URL. Updated examples/help to reflect this change.
- Changed the position of EmbedObject to 0. This allows you to pass embeds in without needing to use the parameter explicitly, and thus increase fluidity.
- Updated examples and documentation, as well as README to reflect the changes made.
v0.1.5
[0.1.5] 2018-11-03
Added
- Support for PowerShell 5.1! 5.1 users cannot use the file sending feature yet(multi part form data I'm looking at you!), but everything else is working.
v0.1.4
[0.1.4] 2018-10-24
Added
- Author object added, and can be added to the EmbedBuilder.
- Footer object added, and can be added to the EmbedBuilder.
- Image object added, and can be added to the EmbedBuilder.
- Added example using all embed objects to examples folder.
v0.1.3
[0.1.3] 2018-10-20
Fixed
- Fixed build slug also causing casing issues on Linux.
v0.1.2
[0.1.2] 2018-10-20
- Added support for linux, including Raspbian.
v0.1.1
[0.1.1] 2018-10-17
- Added support to directly send [DiscordEmbed] objects to the -EmbedObject parameter (0.1.0 required array). Array is still supported, but no longer required.