Skip to content

v0.2.0

Compare
Choose a tag to compare
@codyduong codyduong released this 31 Mar 21:40
· 22 commits to master since this release

Features/Changes

  • Adds two new variables for use when importing alias-tips

    • The first variable is $LoadAliasOnImport. It will default to true if unset. This will allow the module to be imported and aliases calculated later. If set to false, use in conjunction with either Find-AliasTips or Start-FindAliasTips to calculate alias tips.
    • The second variable is $SynchronousLoad. By default is false.
  • Add ThreadJob to calculate aliases

    • This can be called manually with Start-FindAliasTips
    • To restore old behavior
    Import-Module alias-tips -arg 1,1

Fixes

  • Command calls that have multiple possible alias-able commands called at once will now no longer mistakenly give out alias tip even if there is none. This was caused by extra white-space, which has been trimmed.
  • Escape regex unsafe commands from blowing up parser by escaping strings.

https://www.powershellgallery.com/packages/alias-tips/0.2.0