Releases: lipkau/PsIni
Releases · lipkau/PsIni
PsIni v1.1.1
Release v1.1.0
This release brings new parameters to the functions:
- Get-IniContent
- CommentChar: Specify what characters should be describe a comment.
Lines starting with the characters provided will be rendered as comments.
Default: ";" - IgnoreComments: Remove lines determined to be comments from the resulting dictionary.
- CommentChar: Specify what characters should be describe a comment.
- Out-IniFile
- Loose: Adds spaces around the equal sign when writing the key = value
In addition, the Hashtable now preserves the order as in the InputFile
Release v1.1.1
improved testing and update of unit tests
PsIni v1.1.0
This release brings new parameters to the functions:
- Get-IniContent
- CommentChar: Specify what characters should be describe a comment.
Lines starting with the characters provided will be rendered as comments.
Default: ";" - IgnoreComments: Remove lines determined to be comments from the resulting dictionary.
- CommentChar: Specify what characters should be describe a comment.
- Out-IniFile
- Loose: Adds spaces around the equal sign when writing the key = value
In addition, the Hashtable now preserves the order as in the InputFile
PsIni v1.0.4
included issue #6
PsIni v1.0.3
fixed issue#4