You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Get-PSUnique function with an alias of gpsu. (Issue #109).
Modified Show-AnsiSequence to default to Foreground when using -Type (Issue #110).
Cleaned up module manifest.
Updated New-PSFormatXML to not create the ps1xml file if a bad property is detected (Issue #111).
Modified New-PSFormatXML to not add an explicit declaration. This means the files will now be saved in the correct UTF-8 format and not UTF-8 with BOM.
Modified TODO VSCode command to put date at the end. Otherwise, it breaks the Better Comments extension.
Added Set-LocationToFile which is only loaded when importing the module in VS Code or the PowerShell ISE.
Re-saved all .ps1xml files as UTF-8.
Added custom type extension files fileinfo.types.ps1xml and system.diagnostics.process.types.ps1xml.