Skip to content

Tags: zhengmingming/ini

Tags

v1.67.0

Toggle v1.67.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ini: allow changing the default section name (go-ini#319)

v1.66.6

Toggle v1.66.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
parser: fix line skipping when key is empty (go-ini#323)

v1.66.5

Toggle v1.66.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
write: pretty print section only if it is not the last one (go-ini#321)

Co-authored-by: Joe Chen <[email protected]>

v1.66.4

Toggle v1.66.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
key: ignore empty values in `ValueWithShadows` (go-ini#316)

v1.66.3

Toggle v1.66.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Return an empty array from `ValueWithShadows` if there is none (go-in…

…i#313)

Co-authored-by: Joe Chen <[email protected]>

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 <[email protected]>

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 Joe Chen
file: fix legacy tests