Skip to content

Releases: hedzr/cmdr

v1.0.5

24 Jul 01:02
Compare
Choose a tag to compare
patch last release, fixed bugs and add sub-command supports

v1.0.3

21 Jul 13:55
Compare
Choose a tag to compare
bump tp v1.0.3, pre-release for 1.1.0

v1.0.2

20 Jul 10:13
Compare
Choose a tag to compare
tests for fluent api: head-like and enum values

v1.0.1

18 Jul 02:00
Compare
Choose a tag to compare
bump to 1.0.1

v1.0.0

06 Jul 13:56
Compare
Choose a tag to compare
v1.0.0 final release

v0.2.25

18 Jun 15:10
Compare
Choose a tag to compare
reelase v0.2.25

v0.2.23

18 Jun 11:04
Compare
Choose a tag to compare

bump to v0.2.21

03 Jun 06:02
Compare
Choose a tag to compare
- daemon: fixed wrong workdir,logdir
- daemon: add flags for `server stop`: -1, -3, ...
- daemon: using forking systemd type now.
- config: fixed `--config`
- demo: add test/demo codes
- refine the codes

bump to v0.2.19

01 Jun 15:25
Compare
Choose a tag to compare
- codecov to 91%
- gocov to 93.7%
- reviewed all codes and fixed bugs
- fixed: data racing on SetNx/Set, and config files reloaded
- added: passwd input safely

bump to v0.2.17: fluent api style and more

30 May 08:59
Compare
Choose a tag to compare
- `--tree`;
- fluent api style;
- yaml/json/toml for config files loading/saving;
- `daemon.Enable()` was modified and improved;
- adds finder: FindSubCommand, FindFlag, FindSubCommandRecursive, FindFlagRecursive
- bugs fixed
- ...