Skip to content

v1.2.0

Choose a tag to compare

@JeevanJames JeevanJames released this 29 Nov 22:02
· 133 commits to master since this release

Change log

  • [Bug fix] - The Property constructor was not assigning the Value property. This has been fixed.

Low impact breaking changes

  • The Section and Property constructors have been changed from accepting a list of MinorIniItem objects (Comment and BlankLine) to a list of strings. Empty or whitespace strings and null values are mapped to BlankLine objects and all remaining strings are mapped to Comment objects.