1.67.0
What's Changed
- ini: allow changing the default section name by @jade-clarke in https://github.com/go-ini/ini/pull/319
New Contributors
- @jade-clarke made their first contribution in https://github.com/go-ini/ini/pull/319
Full Changelog: https://github.com/go-ini/ini/compare/v1.66.6...v1.67.0
1.66.6
What's Changed
- parser: fix line skipping when key is empty by @gandarez in https://github.com/go-ini/ini/pull/323
Full Changelog: https://github.com/go-ini/ini/compare/v1.66.5...v1.66.6
1.66.5
What's Changed
- write: pretty print section only if it is not the last one by @danilo-gemoli in https://github.com/go-ini/ini/pull/321
New Contributors
- @danilo-gemoli made their first contribution in https://github.com/go-ini/ini/pull/321
Full Changelog: https://github.com/go-ini/ini/compare/v1.66.4...v1.66.5
1.66.4
What's Changed
- key: ignore empty values in
ValueWithShadows
by @unknwon in https://github.com/go-ini/ini/pull/316
Full Changelog: https://github.com/go-ini/ini/compare/v1.66.3...v1.66.4
1.66.3
What's Changed
- Return an empty array from
ValueWithShadows
if there is none by @NDagestad in https://github.com/go-ini/ini/pull/313
New Contributors
- @NDagestad made their first contribution in https://github.com/go-ini/ini/pull/313
Full Changelog: https://github.com/go-ini/ini/compare/v1.66.2...v1.66.3
1.66.2
What's Changed
- Fix nested values can span sections by @ravron in https://github.com/go-ini/ini/pull/306
New Contributors
- @ravron made their first contribution in https://github.com/go-ini/ini/pull/306
Full Changelog: https://github.com/go-ini/ini/compare/v1.66.1...v1.66.2
1.66.1
What's Changed
- Fix python multiline EOF error by @gandarez in https://github.com/go-ini/ini/pull/309
Full Changelog: https://github.com/go-ini/ini/compare/v1.66.0...v1.66.1
1.66.0
What's Changed
- file: add
HasSection
method by @bryanpedini in https://github.com/go-ini/ini/pull/308
New Contributors
- @bryanpedini made their first contribution in https://github.com/go-ini/ini/pull/308
Full Changelog: https://github.com/go-ini/ini/compare/v1.65.0...v1.66.0