File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 82
82
- 1.0.0
83
83
- Dropped support for ` ini::load() `
84
84
- Updated tests
85
+ - 2.0.0
86
+ - ** BREAKING** Added Python-esque support for ` : ` as a delimiter.
87
+ - :new : Add support for case-sensitive maps with automatic handling under the hood.
88
+ - :hammer : Fixed buggy setters which went uncaught, to preserve case-insensitive nature.
85
89
86
90
Older changelogs are preserved here, current changelog is present in [ README.md] ( README.md ) .
Original file line number Diff line number Diff line change @@ -201,10 +201,6 @@ additional terms or conditions.
201
201
## 🆕 Changelog
202
202
203
203
Old changelogs are in [ CHANGELOG.md] ( CHANGELOG.md ) .
204
- - 2.0.0
205
- - ** BREAKING** Added Python-esque support for ` : ` as a delimiter.
206
- - :new : Add support for case-sensitive maps with automatic handling under the hood.
207
- - :hammer : Fixed buggy setters which went uncaught, to preserve case-insensitive nature.
208
204
- 2.0.1
209
205
- Add first-class support for setting, loading and reading defaults
210
206
- New available struct ` IniDefault ` for fast templating
@@ -221,10 +217,14 @@ Old changelogs are in [CHANGELOG.md](CHANGELOG.md).
221
217
- Uses ` CRLF ` line endings for Windows files.
222
218
- Bumps crate to 2021 edition.
223
219
- Adds features to CI pipeline.
224
- - 3.0.2 ( ** STABLE ** )
220
+ - 3.0.2
225
221
- Adds support for multi-line key-value pairs.
226
222
- Adds ` async-std ` feature for asynchronous file operations.
227
223
- Some performance optimizations.
224
+ - 3.0.3 (** STABLE** )
225
+ - Add default empty line on empty strings.
226
+ - Feature to append to existing ` Ini ` objects.
227
+ - Minor lint fixes.
228
228
229
229
### 🔜 Future plans
230
230
You can’t perform that action at this time.
0 commit comments