Skip to content

Releases: hedzr/cmdr

v1.6.3

01 Nov 08:41
Compare
Choose a tag to compare
- add WithNoColor, WithStrictMode, WithNoEnvOverrides
- add WithLogex
- add WithAfterArgsParsed
- add DeleteKey
- GetXXX() supports optional default value(s) now
- add WithEnvVarMap
- lint, doc, bugs fixed, and enable `-race` testing
- add code owners file

v1.6.1

10 Oct 06:22
Compare
Choose a tag to compare
- This is a bug-fixed version for v1.6.0
- daemon plugin: a typo `:=`

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

bumped to v1.6.0

10 Oct 04:37
Compare
Choose a tag to compare
- rewrote daemon plugin and remove 3rd party dep.
  so we have a full compatibility with nacl and Go Playground now.
- plan9 and other OSes are **portable** now, not only nacl.
  Noted that is just `portable`, not supports.

bumped to v1.5.5

08 Oct 14:53
Compare
Choose a tag to compare
- added: `WithSimilarThreshold`. `WithUnknownOptionHandler`
- bug fixed
- consumated codes and tests
- **THIS IS THE LAST RELEASE WITH THE DEPRECATED FUNCS KEPT**

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

bumped to v1.5.1

05 Oct 13:02
Compare
Choose a tag to compare
- rewrote: Findxxx, cmd.Findxxx
- matched times on each flag
- `-vvv` = `-v -v -v` with triple times
- `THIS` envkey

v1.5.0-pre

26 Sep 13:35
Compare
Choose a tag to compare
rewrite entry codes in all of examples

v1.5.0-alpha

04 Oct 16:21
Compare
Choose a tag to compare
rewrite entry codes in all of examples

v1.5.0

04 Oct 16:40
Compare
Choose a tag to compare
rewrite entry codes in all of examples

v1.1.7

31 Aug 13:27
Compare
Choose a tag to compare
bumped to v1.1.7: enh/daemon signals, enh/TrapSignals; new/nacl suppo…

bump to v1.1.6

21 Aug 14:32
Compare
Choose a tag to compare
- make cmdr work under go playground
- for #2, remove the tail line while EnableHelpCommands is false