Skip to content

v0.10.0

Compare
Choose a tag to compare
@devblackops devblackops released this 14 Dec 07:34
· 338 commits to master since this release

[0.10.0] 2017-12-13

Added

  • #71 Added -Examples and -Full switches to builtin command Get-CommandHelp. These switches provide more information about a command and -Examples is particularly useful when learning how to use a command. These provide a similar experience to PowerShell's Get-Help cmdlet. (via @RamblingCookieMonster)

  • #72 Added FormatEnumerationLimitOverride property with a default value of -1 to the bot configuration. This controls the enumeration limit of arrays and addresses an issue where not all items in an array would be displayed if the array had more than 4 items (the default limit). Instead an ellipsis ... would be shown. (via @RamblingCookieMonster)

Fixed

  • An exception was raised when running Save-PoshBotConfiguration.

  • Logic bug where the SendCommandResponseToPrivate configuration property was not being honored.

  • #73 Command resolution when running builtin command Get-CommandHelp was returning unexpected results. (via @RamblingCookieMonster)