Releases: hedzr/cmdr
Releases · hedzr/cmdr
bump to v1.11.9
- v1.11.9 (FRZ) - upgrade `[hedzr/log](https:/github.com/hedzr/log)` to simplify error branch and log.Fatal - security maintains - added new `ExecOption`s: `WithIIfOpt(cond, true_opt, false_opt)` & `WithIfOpt(cond, true_opt)` Signed-off-by: Hedzr Yeh <[email protected]>
bump to v1.11.8
- v1.11.8 (FRZ) - upgrade `hedzr/errors.v3` to compliant with go1.20+ Signed-off-by: Hedzr Yeh <[email protected]>
bump to v1.11.7 (RM/FRZ)
A routine-maintained release for upgrading dep-lib evendeep. Signed-off-by: Hedzr Yeh <[email protected]>
bump to v1.11.6 (FRZ)
- upgrade `hedzr/evendeep`
v1.11.5
- fix docker build - replace old clone codes with `hedzr/evendeep` - remove supports to go1.13 - go1.16 since our go.mod can't work for them after upgrade `golang/x` packages. Signed-off-by: Hedzr Yeh <[email protected]>
v1.11.2
Bump to v1.11.2 with bugfixes and improves - improved build-info output to add blank line after header printed - fixed incorrect tail args while passthru switches `--` found - update `sbom` - upgrade deps for fixing `GetExecutablePath()` wrong return if user typing naked command in shell Signed-off-by: Hedzr Yeh <[email protected]>
bump to v1.11.1
Signed-off-by: Hedzr Yeh <[email protected]>
bump to v1.11.0 FRZ version
Signed-off-by: Hedzr Yeh <[email protected]>
v1.10.50
fix: ci, cov test
bump to v1.10.49, it might be last one of v1 (not surely).
- NOTE: we declared a go1.18 Module in go.mod. - fea: added a missed API: `NewAny(defval any)` - fea: added `NewTextVar(defval TextVar)` for a given default value which implements `encoding.TextMarshaler` and `encoding.TextUnmarshaler`, such as `*net.IP`, `time.Time`, and so on. - allow parsing a timestamp string with free styles - imp: better `defaultActionImpl()` - fea: added a missed API: `SetRawOverwrite(key, val)` - fea: added `sbom` builtin Command for dumping SBOM (`Software Bill Of Materials`) Information (no need to install go runtime and run `go version -m app`) while u build the app with go1.18+ - fix: `~~debug` or its sub-flags can't work as expected sometimes - fix: feature default action and `FORCE_DEFAULT_ACTION` - fix: randomizer codes - fix: fluent example app - using new .editorconfig file and new deps. Signed-off-by: Hedzr Yeh <[email protected]>