Skip to content

Tags: elastic/go-ucfg

Tags

v0.8.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
set IgnoreCommas to Option type (#203)

v0.8.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add exported IgnoreCommas option to fix parser issues (#197)

* attempt to fix weird parse issues

* notice

* add extra check to types

v0.8.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge option to replace array values (#193)

* cfgArrReplaceValue applied only for array merge

* add tests

* changelog

v0.8.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add flag to ignore commas when parsing. (#192)

* Add flag to ignore commas when parsing.

The new flag stops the parser from building arrays automatically when
top level elements are separated with commas. This flag converts parsing
into an actual no-op, passing through the input unmodified. This mode is
necessary when parsing values that may legitimately contain special
characters, like secrets.

* Update changelog.
* Update copyright year.
* Move changelog to a release ahead of tagging.

v0.8.4

Releasing version v0.8.4

v0.8.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for v0.8.3 release. (#153)

v0.8.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for release of 0.8.2. (#149)

v0.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare 0.8.1 (#146)

v0.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare 0.8.0 (#143)

v0.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare 0.7.0 (#129)