Releases: zonyitoo/rust-ini
Releases · zonyitoo/rust-ini
v0.21.1
What's Changed
- Deduplicate eof error handling by @GnomedDev in #127
- #128 Add/Allow duplicate properties by @RouHim in #129
- Restrict lifetimes of SectionSetter methods by @rikyborg in #135
New Contributors
Full Changelog: v0.21.0...v0.21.1
v0.21.0
What's Changed
- Add iter_mut() and into_iter() to Properties by @arucil in #118
- Use a Cow<'static, str> for ParseError by @GnomedDev in #121
- Updating README usage version to 0.20 by @BigBallard in #125
- Fix clippy warnings by @GnomedDev in #120
- Add inline(never) to Parser::error by @GnomedDev in #122
- Avoid reallocating for trimming by @GnomedDev in #124
New Contributors
- @arucil made their first contribution in #118
- @GnomedDev made their first contribution in #121
- @BigBallard made their first contribution in #125
Full Changelog: v0.20.0...v0.21.0
v0.20.0
What's Changed
- Fix clippy warnings by @crapStone in #110
- Add support for custom key-value separator in nameless sections. by @LostSnail42 in #112
- Update ordered-multimap dependency by @loewenheim in #115
New Contributors
- @crapStone made their first contribution in #110
- @LostSnail42 made their first contribution in #112
- @loewenheim made their first contribution in #115
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Update README.rst by @Zamiell in #87
- Don't panic (on general section for empty ini) by @sirhcel in #88
- Fix typo by @SebastienGllmt in #89
- Fix failing test when building with
--all-features
by @joshuachp in #92 - Add configurable separator by @2m in #93
- Fix reported line/column numbers in error message by @Chocobo1 in #95
- Add test case for ParseError line/column numbers by @Chocobo1 in #97
- Skip over tab characters before comment delimiter by @Chocobo1 in #98
- fix: CI on a supported platform by @ryanwohara in #99
- Improve test coverage for escape_str() function by @rhi-gray in #102
- bump ordered-multimap to 0.6 by @xxchan in #103
New Contributors
- @Zamiell made their first contribution in #87
- @sirhcel made their first contribution in #88
- @SebastienGllmt made their first contribution in #89
- @joshuachp made their first contribution in #92
- @2m made their first contribution in #93
- @Chocobo1 made their first contribution in #95
- @ryanwohara made their first contribution in #99
- @rhi-gray made their first contribution in #102
- @xxchan made their first contribution in #103
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- Make all iterators reversible by @taiki-e in #81
- Implement Iterator::size_hint method by @taiki-e in #82
- Add #[deprecated] attribute to Ini::mut_iter by @taiki-e in #83
- Optional support brackets in section names. Fixes #84 by @aegoroff in #85
- Update ordered-multimap to 0.4 by @taiki-e in #86
New Contributors
Full Changelog: v0.17.0...v0.18.0