All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog. This project adheres to Semantic Versioning.
- Can now send minimal embeds without issue
- Cleaned up / modernized Pester tests
- You can now send a timestamp
- 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)
- 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.
- 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.
- 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.
- Fixed build slug also causing casing issues on Linux.
- Fixed casing causing issues on Linux when building and importing.