Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.38 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

0.3.0 - 2025-02-20

Added

  • Added new Get-IDNWOrg function (#25)

0.2.0 - 2025-02-06

Changed

  • Added support for "entitlements" object type (#21)

Fixed

  • Added 'Depth' parameter to ConvertTo-JSON to support JSON data exceeding a depth of 2 (#22)

0.1.1 - 2024-12-14

Changes

  • Created separate private Get-IDNWFilterString function

Fixed

  • Fixed Test-IDNWId function to pass both UUID and compressed UUID formats

0.1.0 - 2024-12-12

Added

  • Added functionality to use Microsoft.PowerShell.SecretManagement to retrieve IDNW variables.

Changed

  • Updated string variables that contain secrets to be SecureStrings.
  • Better error message handling.

0.0.1 - 2024-04-12

Added

  • Initial Version