Skip to content

Releases: hedzr/cmdr

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 <hedzrz@gmail.com>

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 <hedzrz@gmail.com>

bump to v1.11.1

22 Jan 03:58
5ecc943
Compare
Choose a tag to compare
Signed-off-by: Hedzr Yeh <hedzrz@gmail.com>

bump to v1.11.0 FRZ version

21 Jan 09:50
299d488
Compare
Choose a tag to compare
Signed-off-by: Hedzr Yeh <hedzrz@gmail.com>

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 <hedzrz@gmail.com>

bump to v1.10.48

29 May 15:48
cd2384c
Compare
Choose a tag to compare
- v1.10.48
  - upgrade yaml.v3 to cut off Dependabot alerts

v1.10.47

01 May 01:48
3844358
Compare
Choose a tag to compare
bump to v1.10.47

v1.10.46

01 May 01:36
c4b8827
Compare
Choose a tag to compare
cleanup os/ioutil.ReadFile, ...