Skip to content

Releases: lipkau/PSIni

v4.0.1

07 Sep 08:55
v4.0.1
110ebdd

Choose a tag to compare

🔧 Fixed

v4.0.0

17 May 16:46
73dfc55

Choose a tag to compare

v4 is a breaking change:

  • the commands of the module were refactored and renamed.
  • the behaviour of parsing quotation marks was changes, as per ADR #95.

Details on how to upgrade are documented in the Migrating to PSIni v4

🚀 Added

⚙️ Changed

  • BREAKING: Get-IniContent is replaced with Import-Ini @lipkau
  • BREAKING: Out-IniFile is replaced with Export-Ini @lipkau
  • BREAKING: Changed behaviour of how quotation marks are parsed @lipkau #100
  • BREAKING: Changed Export-Ini parameters to match the behaviour of other Export-* functions @lipkau #118

🔧 Fixed

❌ Removed

  • BREAKING: Removed support for Powershell v2, v3 and v4 @lipkau

v3.1.4

17 May 14:22
90654f7

Choose a tag to compare

This release contains no changes.
It only bumps the version of the module, as it was out of sync.

v3.1.2

24 Apr 08:45

Choose a tag to compare

Bumped to version 3.1.0

v3.0.0

23 Mar 10:21

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

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

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

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

Choose a tag to compare

Release of v2.0

v1.2.42

22 Jan 14:51

Choose a tag to compare

Merge branch 'fix/#37-RevertBreakingChanges'