Releases: go-ini/ini
Releases · go-ini/ini
1.63.2
1.63.1
1.63.0
1.62.1
1.62.0
Add extends functionality to allow embedded fields (#269) * Add extends functionality to allow embedded fields Signed-off-by: Andrew Thornton <[email protected]> * allow extends with name Signed-off-by: Andrew Thornton <[email protected]> * Update struct.go Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]> * Update struct_test.go Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]>
1.61.0
Support Short-circuit load (#261) Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]>
1.60.2
1.60.1
1.60.0
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