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 new Get-IDNWOrg function (#25)
0.2.0 - 2025-02-06
- Added support for "entitlements" object type (#21)
- Added 'Depth' parameter to ConvertTo-JSON to support JSON data exceeding a depth of 2 (#22)
0.1.1 - 2024-12-14
- Created separate private Get-IDNWFilterString function
- Fixed Test-IDNWId function to pass both UUID and compressed UUID formats
- Added functionality to use Microsoft.PowerShell.SecretManagement to retrieve IDNW variables.
- Updated string variables that contain secrets to be SecureStrings.
- Better error message handling.
- Initial Version