Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.35 KB

File metadata and controls

56 lines (37 loc) · 1.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • err alias for Get-ActualError

[0.3.4] - 2025-10-25

Added

  • Added Find-ErrorByMessage function

Fixed

  • Actually corrected Win32 error detection & conversion.

[0.2.3] - 2025-10-15

Fixed

  • Corrected Win32 error conversion

[0.2.2] - 2025-10-14

Added

  • Added ErrorEx.Format.ps1xml for table and list view
  • Added [Exception]$Exception parameter to Get-ActualError

Changed

  • Renamed [ErrorRecord]$Exception to [ErrorRecord]$ErrorRecord

[0.1.2] - 2025-10-14

Fixed

  • Win32 error code conversion via bitor 0x80070000.

[0.1.1] - 2025-10-10

Added

  • Supports Win32 error code conversion

0.1.0 - 2025-10-10

Added

  • Initial release
  • Get-ActualError function to decode HRESULT codes
  • ErrorEx class with bit field extraction
  • FacilityCode enum with all Windows facility codes
  • Support for both HResult integers and ErrorRecord objects
  • Custom type data for formatted display