Skip to content

Releases: gngrninja/PSDsHook

v1.0.0

09 Jun 05:18
Compare
Choose a tag to compare

[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

24 Dec 23:07
Compare
Choose a tag to compare

[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

30 Apr 16:17
Compare
Choose a tag to compare

[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

03 Nov 17:12
Compare
Choose a tag to compare

[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

24 Oct 22:24
Compare
Choose a tag to compare

[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

20 Oct 08:57
Compare
Choose a tag to compare

[0.1.3] 2018-10-20

Fixed

  • Fixed build slug also causing casing issues on Linux.

v0.1.2

20 Oct 08:20
Compare
Choose a tag to compare

[0.1.2] 2018-10-20

  • Added support for linux, including Raspbian.

v0.1.1

17 Oct 21:43
Compare
Choose a tag to compare

[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.

v0.1.0

15 Oct 22:38
Compare
Choose a tag to compare

[0.1.0] 2018-10-15

Version 0.1.0 released!

The easiest way to install it is via the PowerShell Gallery.
https://www.powershellgallery.com/packages/PSDsHook/0.1.0