Skip to content

Releases: lipkau/PSIni

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 08:55
v4.0.1
110ebdd

🔧 Fixed

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 17 May 16:46
73dfc55

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

Choose a tag to compare

@github-actions github-actions released this 17 May 14:22
90654f7

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

v3.1.2

Choose a tag to compare

@lipkau lipkau released this 24 Apr 08:45
Bumped to version 3.1.0

v3.0.0

Choose a tag to compare

@lipkau lipkau released this 23 Mar 10:21

Changes

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

v2.0.8

Choose a tag to compare

@lipkau lipkau released this 23 Mar 09:58
Merge pull request #44 from michaelPf85/patch-1

Fix random Add-Content : Stream was not readable

v2.0.7

Choose a tag to compare

@lipkau lipkau released this 16 Jan 16:39
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

Choose a tag to compare

@lipkau lipkau released this 05 Jan 01:15
Merge pull request #43 from heilkn/arrays

Read Multiple Values for Common Key into Array

v2.0.0

Choose a tag to compare

@lipkau lipkau released this 22 Jan 15:53
Release of v2.0

v1.2.42

Choose a tag to compare

@lipkau lipkau released this 22 Jan 14:51
Merge branch 'fix/#37-RevertBreakingChanges'