Skip to content

v0.14.0

Choose a tag to compare

@zonyitoo zonyitoo released this 12 Feb 14:38
· 84 commits to master since this release

Features

  1. Preserve insert order for Properties
    • Enable it by feature preserve_order

Fixed BUGs

  1. *NIX systems' default line separator is \n, and Windows is \r\n
    • Customize it by WriteOption::line_separator

Breaking Changes

  1. Removed support of inline comments, which is not supported by most standards
    • Re-enable it by feature inline_comment