Releases: xgfone/gconf
Releases · xgfone/gconf
v6.5.0
Break Changes:
Others:
Remove the dependency fsnotify
.
v6.4.0
For the slice option, --slice-opt v1,v2,v3
is treated as a value, not multi-values.
v6.3.0
Update the dependencies and re-implement the functions ToXXX
.
Require Go 1.18+
.
v6.2.0
Added:
The option group OptGroup
supports to inspect the config options registered into the group.
Others:
v6.1.0
Added:
Support the type int16
and uint16
option.
OptProxy
supports to convert itself to the concrete typed option proxy, such as OptProxyBool
, OptProxyInt
, OptProxyString
etc.
v6.0.2
Fixed:
Update the aliases into the underlying Config
when OptProxy
sets the aliases.
v6.0.1
Fixed:
Add the group prefix for the aliases when registering the options.
Retry the alias if it does not exist when getting the value of the option by the name.
v5.2.0
Optimize :
flag
source: Print the default zero value of the option when showing the help usage.
flag
source: Use the customized flag value to represent the slice option to allow that it occurs many times in the CLI arguments.
v5.1.0
Added:
Add the methods Args
and SetArgs
to support the CLI rest arguments.
You can’t perform that action at this time.