NOTE: v1.21.2 was yanked because of #146 . Users should upgrade to v1.21.3 .
Features
- #126 Support key with leading whitespaces
# Keys in general section can have leading whitespaces
KeyWith2LeadingSpace=Value
[Section]
KeyWith3LeadingSpace=ValueBug Fixes
- #146 Fixed sections that are indented are parsed as keys, introduced from v1.21.2.
# Section that have 2 leading whitespaces indentation
[Section]
Key=ValueFull Changelog: v0.21.1...v0.21.3
What's Changed
- Allow for multiline values with escaped newline by @jmbaur in #137
- Implement ParseOption::indented_multiline_values by @davidhalter in #139
- Remove the trim-in-place dependency by @Ortham in #143
- feat: preserve leading whitespace in INI keys by @prestomation in #145
- Fix #146: section headers with leading whitespace are parsed as expected by @prestomation in #147
New Contributors
- @jmbaur made their first contribution in #137
- @davidhalter made their first contribution in #139
- @Ortham made their first contribution in #143
- @prestomation made their first contribution in #145
Full Changelog: v0.21.1...v0.21.3