Skip to content

Releases: go-ini/ini

1.60.1

Choose a tag to compare

@unknwon unknwon released this 23 Aug 05:38
31bf7ce
v1.60.1

file: fix whitespaces are filtered in the SaveTo method (#260)

1.60.0

Choose a tag to compare

@unknwon unknwon released this 16 Aug 11:22
29f972a
Allow alternative delimiter for child sections (#255)

ini: added option for ChildSectionDelimiter
file: added default for ChildSectionDelimiter (".") to maintain current behavior by default
section:
  - append ChildSectionDelimiter instead of "." when checking if each section name begins with prefix
  - use ChildSectionDelimiter instead of "." when checking for LastIndex of delimiter

1.57.0

Choose a tag to compare

@unknwon unknwon released this 28 May 05:01
1fc6efb
struct: correctly mapping non unique sections to slice field (#242)

* bugfix: use the value from the correct section when using non unique sections in some special cases

* refactor wording and small fix

1.56.0

Choose a tag to compare

@unknwon unknwon released this 09 May 14:43
ad8a106
v1.56.0

struct: ignore unexported fields when reflect (#239)

1.54.0

Choose a tag to compare

@unknwon unknwon released this 07 Mar 14:36
8e0f5b3
file: customize output delimiter (#226)

* customization output delimiter

* rename KeyValueDelimitersOutput to KeyValueDelimiterOnWrite

* add test for writing with KeyValueDelimiterOnWrite

* bugfix: use '=' as the default delimiter on write

Co-authored-by: Chaliy Roman <cerebrum.ch@gmail.com>

1.51.1

Choose a tag to compare

@unknwon unknwon released this 25 Dec 02:34
94291ff

1.51.0

Choose a tag to compare

@unknwon unknwon released this 09 Nov 21:44
87e589f