Releases: zonyitoo/rust-ini
Releases · zonyitoo/rust-ini
v0.15.1
v0.15.0
Features
- Support duplicated sections and property keys
- Preserve insert order by default
- Support case insensitive section and property keys
- Enable it by feature
case-insensitive
- Enable it by feature
Breaking Changes
- Removed feature
preserve_order
, because it is set as default. - Renamed feature
inline_comment
toinline-comment
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