Skip to content

0.3.2 - 2026-01-30

Choose a tag to compare

@github-actions github-actions released this 14 May 01:42
· 12 commits to main since this release
90b5783

Fixed

  • Added PowerShell 5.1 compatibility by detecting Test-Json availability
    using Get-Command instead of version checks, as PSVersionTable is not
    available in class static methods. PropertySet files are validated with
    schema in PS 7+ and with basic JSON parsing in PS 5.1.
  • Updated fixture tests to skip schema validation test on PowerShell versions
    below 7.