Skip to content

Tags: ljb-2000/ini

Tags

v1.27.2

Toggle v1.27.2's commit message

Unverified

This user has not yet uploaded their public signing key.
ini: do not outout back quotes if IgnoreInlineComment enabled (go-ini#99

)

v1.27.1

Toggle v1.27.1's commit message

Unverified

This user has not yet uploaded their public signing key.
parser: remove surrounding quotes for empty value (go-ini#97)

v1.27.0

Toggle v1.27.0's commit message

Unverified

This user has not yet uploaded their public signing key.
section: add ChildSections (go-ini#95)

Also added (*File).ChildSecions.

v1.26.0

Toggle v1.26.0's commit message

Unverified

This user has not yet uploaded their public signing key.
parser: add LoadOptions.IgnoreInlineComment (go-ini#93)

v1.25.5

Toggle v1.25.5's commit message

Unverified

This user has not yet uploaded their public signing key.
struct: add more map to types with shadow (go-ini#92)

v1.25.4

Toggle v1.25.4's commit message

Unverified

This user has not yet uploaded their public signing key.
struct: support map to []int and []int64 (go-ini#92)

v1.25.3

Toggle v1.25.3's commit message

Unverified

This user has not yet uploaded their public signing key.
struct: support shadows for MapTo (go-ini#92)

Only works for []string type field.

v1.25.2

Toggle v1.25.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Add new function ShadowLoad

v1.25.1

Toggle v1.25.1's commit message

Unverified

This user has not yet uploaded their public signing key.
key: able to write out shadows

v1.25.0

Toggle v1.25.0's commit message

Unverified

This user has not yet uploaded their public signing key.
key: add shadow keys