Releases: mkht/DSCR_FileContent
Releases · mkht/DSCR_FileContent
3.0.1
3.0.0
3.0.0
- Changed JSON parser from PowerShell built-in cmdlets to PSAdvancedJsonCmdlet module.
This change improves handling for non-compliant JSON format. (e.g., JSON with comments) and consistency of behavior between PS 7 and PS 5.1. - The minimum supported version of PowerShell changed from
5.0
to5.1
.
2.4.2
2.4.1
2.3.0
2.2.0
2.1.1
2.1.0
- The functions
ConvertTo-IniString
,Set-IniKey
,Remove-IniKey
accept not only[System.Collections.Specialized.OrderedDictionary]
but also[hashtable]
input types. - [IniFile] Add a blank line to the beginning of sections.
- [IniFile] Improved performance when dealing with large files.
- Misc fixes.
2.0.0
- [JsonFile] Fixed an issue that Get-TargetResource throws an exception when the array contains NULL.
- [JsonFile] Fixed an issue that empty string and NULL could not be set. #4
- [JsonFile] Improved to preserve key order when modifying JSON file.
- [JsonFile] Fixed issue that creating a child key may fail when the parent key has value. #3
- [JsonFile] (BREAKING CHANGES) Changes the behavior when specifying a value that bool or bool parsable to the
Value
parameter. (See #2) - Add unit tests for helper functions.