Releases: go-ini/ini
Releases · go-ini/ini
1.67.3
What's Changed
- Optimize
Key.Stringsby reducing memory re-allocations and simplifying control flow by @gitKashish in #385
New Contributors
- @gitKashish made their first contribution in #385
Full Changelog: v1.67.2...v1.67.3
1.67.2
1.67.1
What's Changed
- chore: enable Go modules and modernize CI by @unknwon in #374
- Fix parsing of double-quoted values with backslash continuations by @felipecrs in #373
New Contributors
- @felipecrs made their first contribution in #373
Full Changelog: v1.67.0...v1.67.1
1.67.0
What's Changed
- ini: allow changing the default section name by @jade-clarke in #319
New Contributors
- @jade-clarke made their first contribution in #319
Full Changelog: v1.66.6...v1.67.0
1.66.6
1.66.5
What's Changed
- write: pretty print section only if it is not the last one by @danilo-gemoli in #321
New Contributors
- @danilo-gemoli made their first contribution in #321
Full Changelog: v1.66.4...v1.66.5
1.66.4
1.66.3
What's Changed
- Return an empty array from
ValueWithShadowsif there is none by @NDagestad in #313
New Contributors
- @NDagestad made their first contribution in #313
Full Changelog: v1.66.2...v1.66.3