Skip to content

Releases: lipkau/PsIni

PsIni v1.1.1

14 Jul 19:59
Compare
Choose a tag to compare

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.
  • 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

14 Jul 15:00
Compare
Choose a tag to compare

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.
  • 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

21 Jun 14:16
Compare
Choose a tag to compare
included issue #6

PsIni v1.0.3

21 Jun 14:15
Compare
Choose a tag to compare
fixed issue#4