Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 1.23 KB

File metadata and controls

35 lines (33 loc) · 1.23 KB

Changelog

v0.0.0 (not released)

Added, Changed, or Removed

  • Add LICENSE.TXT to BSD-3-Clause
  • Add CHANGELOG.md
  • Add CODE_OF_CONDUCT.md
  • Add README.md
  • Add RELEASENOTES.txt
  • Add SECURITY.md
  • Code
    • Add BoundParameter class
    • Add Format-ErrorId PowerShell Cmdlet
    • Add New-ErrorRecord PowerShell Cmdlet
    • Add New-InformationRecord PowerShell Cmdlet
    • Add New-ProgressRecord PowerShell Cmdlet
    • Add ParameterComparer class to support BoundParameter class
    • Add Resolve-Exception PowerShell Cmdlet
    • Add Trace-Command PowerShell Cmdlet
    • Add Trace-Error PowerShell Cmdlet
    • Add Trace-Exception PowerShell Cmdlet
    • Add Trace-Information PowerShell Cmdlet
    • Add Trace-Progress PowerShell Cmdlet
    • Add ValidatePathAttribute to support parameter validation
    • Add Write-Debug PowerShell Cmdlet
    • Add Write-Error PowerShell Cmdlet
    • Add Write-Exception PowerShell Cmdlet
    • Add Write-Fatal PowerShell Cmdlet
    • Add Write-Information PowerShell Cmdlet
    • Add Write-Output PowerShell Cmdlet
    • Add Write-Progress PowerShell Cmdlet
    • Add Write-Verbose PowerShell Cmdlet
    • Add Write-Warning PowerShell Cmdlet
    • Add OctopusCmdletModule.psd1 PowerShell Module Manifest