Skip to content

Releases: lipkau/PsIni

v3.1.2

24 Apr 08:45
Compare
Choose a tag to compare
Bumped to version 3.1.0

v3.0.0

23 Mar 10:21
99f3ba9
Compare
Choose a tag to compare

Changes

  • allow whitespaces at the beginning of comments
  • allow whitespaces around sections and key/value/ pairs
  • allow quotation for values

v2.0.8

23 Mar 09:58
1b101ef
Compare
Choose a tag to compare
Merge pull request #44 from michaelPf85/patch-1

Fix random Add-Content : Stream was not readable

v2.0.7

16 Jan 16:39
Compare
Choose a tag to compare
Fixed backwards compatibility

Values should only be of type [array] when necessary. [string] otherwise

as mentioned by @EliaSaSe in
https://github.com/lipkau/PsIni/pull/43#issuecomment-454057704

v2.0.6

05 Jan 01:15
2ec97f3
Compare
Choose a tag to compare
Merge pull request #43 from heilkn/arrays

Read Multiple Values for Common Key into Array

v2.0.0

22 Jan 15:53
Compare
Choose a tag to compare
Release of v2.0

v1.2.42

22 Jan 14:51
Compare
Choose a tag to compare
Merge branch 'fix/#37-RevertBreakingChanges'

v1.2.39

13 Sep 12:28
Compare
Choose a tag to compare
Merge pull request #36 from SeverinLeonhardt/fix_accessing_dictionary…

…_keys

Fix accessing dictionary keys

v1.2.38

13 Sep 12:14
Compare
Choose a tag to compare

Updated CI / CD

v1.2.0

13 Dec 08:55
Compare
Choose a tag to compare

Release of version 1.2.0
New features:

  • Add-IniComment: Comments out specified content of an INI file
  • Remove-IniComment: Uncomments out specified content of an INI file
  • Remove-IniEntry: Removes specified content from an INI file
  • Set-IniContent: Updates existing values or adds new key-value pairs to an INI file
  • allow ini files without a section to be written with Out-IniFile