v0.14.0
Features
- Preserve insert order for Properties
- Enable it by feature
preserve_order
- Enable it by feature
Fixed BUGs
- *NIX systems' default line separator is
\n, and Windows is\r\n- Customize it by
WriteOption::line_separator
- Customize it by
Breaking Changes
- Removed support of inline comments, which is not supported by most standards
- Re-enable it by feature
inline_comment
- Re-enable it by feature