Skip to content

Releases: go-ini/ini

1.66.0

30 Nov 02:48
b505416

Choose a tag to compare

What's Changed

New Contributors

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

1.65.0

28 Nov 05:01
e641746

Choose a tag to compare

v1.65.0

Fix parsing python multiline string (#299)

1.64.0

12 Nov 13:52
c2f10d6

Choose a tag to compare

v1.64.0

file: fix legacy tests

1.63.2

16 Sep 05:35
14e9811

Choose a tag to compare

v1.63.2

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

1.63.1

15 Sep 16:15
fd697c7

Choose a tag to compare

v1.63.1

ci: workaround to make lint work (#303)

1.63.0

07 Sep 03:42
326d24f

Choose a tag to compare

v1.63.0

key: add `AllowDuplicateShadowValues` option (#298)

1.62.1

04 Sep 06:22
b52868c

Choose a tag to compare

v1.62.1

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

1.62.0

06 Oct 07:31
5e97220

Choose a tag to compare

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

05 Sep 08:16
fcd0515

Choose a tag to compare

Support Short-circuit load (#261)

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

1.60.2

27 Aug 09:33
abeaefd

Choose a tag to compare

v1.60.2

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