Skip to content

Releases: go-ini/ini

1.66.0

Choose a tag to compare

@unknwon unknwon released this 30 Nov 02:48
b505416

What's Changed

New Contributors

Full Changelog: v1.65.0...v1.66.0

1.65.0

Choose a tag to compare

@unknwon unknwon released this 28 Nov 05:01
e641746
v1.65.0

Fix parsing python multiline string (#299)

1.64.0

Choose a tag to compare

@unknwon unknwon released this 12 Nov 13:52
c2f10d6
v1.64.0

file: fix legacy tests

1.63.2

Choose a tag to compare

@unknwon unknwon released this 16 Sep 05:35
14e9811
v1.63.2

test: rename package to be same as the main (#304)

1.63.1

Choose a tag to compare

@unknwon unknwon released this 15 Sep 16:15
fd697c7
v1.63.1

ci: workaround to make lint work (#303)

1.63.0

Choose a tag to compare

@unknwon unknwon released this 07 Sep 03:42
326d24f
v1.63.0

key: add `AllowDuplicateShadowValues` option (#298)

1.62.1

Choose a tag to compare

@unknwon unknwon released this 04 Sep 06:22
b52868c
v1.62.1

section: preallocate the size of keys hash (#297)

1.62.0

Choose a tag to compare

@unknwon unknwon released this 06 Oct 07:31
5e97220
Add extends functionality to allow embedded fields (#269)

* Add extends functionality to allow embedded fields

Signed-off-by: Andrew Thornton <art27@cantab.net>

* allow extends with name

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update struct.go

Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>

* Update struct_test.go

Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>

1.61.0

Choose a tag to compare

@unknwon unknwon released this 05 Sep 08:16
fcd0515
Support Short-circuit load (#261)

Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>

1.60.2

Choose a tag to compare

@unknwon unknwon released this 27 Aug 09:33
abeaefd
v1.60.2

struct: Support reflect from struct with non-anonymous structure poin…