8000 Tags · jimaliya/ini · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jimaliya/ini

Tags

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>

v1.61.0

Toggle v1.61.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support Short-circuit load (go-ini#261)

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

v1.60.2

Toggle v1.60.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
struct: Support reflect from struct with non-anonymous structure poin…

…ter (go-ini#259)

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

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

v1.60.1

Toggle v1.60.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
file: fix whitespaces are filtered in the SaveTo method (go-ini#260)

v1.60.0

Toggle v1.60.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow alternative delimiter for child sections (go-ini#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

v1.59.0

Toggle v1.59.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add options to control sections insensitive or keys insensitive respe…

…ctively (go-ini#253)

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