Skip to content

Tags: ty1539/ini

Tags

v1.66.2

Toggle v1.66.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix nested values can span sections (go-ini#306)

v1.66.1

Toggle v1.66.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix python multiline EOF error (go-ini#309)

v1.66.0

Toggle v1.66.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
file: add `HasSection` method (go-ini#308)

Co-authored-by: Joe Chen <jc@unknwon.io>

v1.65.0

Toggle v1.65.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix parsing python multiline string (go-ini#299)

v1.64.0

Toggle v1.64.0's commit message

Verified

This commit was signed with the committer’s verified signature.
unknwon ᴊᴏᴇ ᴄʜᴇɴ
file: fix legacy tests

v1.63.2

Toggle v1.63.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test: rename package to be same as the main (go-ini#304)

v1.63.1

Toggle v1.63.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: workaround to make lint work (go-ini#303)

v1.63.0

Toggle v1.63.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
key: add `AllowDuplicateShadowValues` option (go-ini#298)

v1.62.1

Toggle v1.62.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
section: preallocate the size of keys hash (go-ini#297)

v1.62.0

Toggle v1.62.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add extends functionality to allow embedded fields (go-ini#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>