Skip to content

v1.1.0

Compare
Choose a tag to compare
@JeevanJames JeevanJames released this 28 Nov 21:38
· 138 commits to master since this release

Change log

  • Property and Section constructors now optionally accept an initial set of comments and blank lines.
  • Changes to INI formatting (Ini.Format)
    • Formatting removes any trailing blank lines.
    • Added new IniFormatOptions class to specify optional formatting rules for the Ini.Format method.
    • Formatting options to insert blank lines between sections and properties.
    • Formatting option to remove successive blank lines.

Low impact breaking change

  • Removed Left property from Padding class as it is not used by the BlankLine class. Instead, the Left property has been added to the specific padding classes - SectionPadding, PropertyPadding and CommentPadding.