Releases: QEDK/configparser-rs
Releases · QEDK/configparser-rs
v3.1.0
What's Changed
- Preserve blank lines within multiline values by @charliermarsh in #48
- ci: update actions by @QEDK in #51
- Ensure empty sections are parsed but empty by @belak in #50
- Fix the empty section test by @belak in #52
- Make inline comment separators separate from comment separators by @belak in #53
New Contributors
- @charliermarsh made their first contribution in #48
- @belak made their first contribution in #50
Full Changelog: v3.0.4...v3.1.0
v3.0.4
What's Changed
- feat: add pretty print options by @relausen-tlg #45
- feat: update async functions to use tokio runtime
Full Changelog: v3.0.3...v3.0.4
v3.0.3
What's Changed
- Implement load and write as async by @VirxEC in #30
- Implement parsing multiline configs from #28 by @VirxEC in #31
- resolve panic if value is empty string by @ScottCUSA in #40
- feat: added load_more to accumulate multiple configs by @Swivelgames in #42
New Contributors
- @VirxEC made their first contribution in #30
- @ScottCUSA made their first contribution in #40
- @Swivelgames made their first contribution in #42
Full Changelog: v3.0.1...v3.0.3