Skip to content

Releases: hedzr/cmdr

bump to v1.11.9

21 Feb 04:37
27a44fd
Compare
Choose a tag to compare
- 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

12 Feb 05:19
a318705
Compare
Choose a tag to compare
- 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)

11 Feb 08:30
620d32d
Compare
Choose a tag to compare
A routine-maintained release for upgrading dep-lib evendeep.

Signed-off-by: Hedzr Yeh <[email protected]>

bump to v1.11.6 (FRZ)

30 Jan 15:28
5d9dcd0
Compare
Choose a tag to compare
  - upgrade `hedzr/evendeep`

v1.11.5

30 Jan 11:28
186869d
Compare
Choose a tag to compare
  - 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

23 Jan 04:42
a1cd485
Compare
Choose a tag to compare
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

22 Jan 03:58
5ecc943
Compare
Choose a tag to compare
Signed-off-by: Hedzr Yeh <[email protected]>

bump to v1.11.0 FRZ version

21 Jan 09:50
299d488
Compare
Choose a tag to compare
Signed-off-by: Hedzr Yeh <[email protected]>

v1.10.50

10 Oct 08:38
905619a
Compare
Choose a tag to compare
fix: ci, cov test

bump to v1.10.49, it might be last one of v1 (not surely).

08 Aug 05:18
cbdb9f3
Compare
Choose a tag to compare
  - 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]>