-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
CHANGELOG
82 lines (60 loc) · 1.76 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# CHANGELOG
- v2.0.10
- upgrade deps
- bugs fixed
- safer api (ParsedState) even if cmdr.Run not invoked yet
- v2.0.10
- security patches
- bugs fixed
- improved `Description(...)`, `Examples(...)`
- shorten default tail-line
- update litecmd.go
- v2.0.9
- security patches
- bugs fixed
- uniform Store() & CmdStore() apis: `Set()` and `Store()`
- change `loader.Load`
- removed `exec` subpackage since it had been removed to `hedzr/is`
- fix bindOpts to detect user's Args via `WithArgs(...)`
- prevent internal jsonLoaderS's file not exists error
- fixed `ForFileMax` to return errors
- update tiny app / sample codes
- add `LoadedSources`
- add `VarLogDir`
- fix `VarRunDir`
- add `app.SetDesc()`
- add `app.Description()`
- add auto-env-vars-bindings feature
- fix building on windows
- v2.0.8
- fixed help screen, the missing envvars list
- fixed dirs.VarRunDir, ...
- fixed dyn-commands
- v2.0.7
- update deps
- security patches
- bugs fixed
- new features added
- v2.0.5
- update deps
- security patches
- v2.0.3
- split loaders as a standalone repo
- split examples and tests to standalone
- update deps
- fix bugs
- v2.0.2
- remove dep to loaders/, this will reduce more 3rd-party libs deps from main module
- more tunes for APIs
- v2.0.1
- fix/improve map -> struct, from hedzr/store
- more tests, more docs
- slight corrections
- v2.0.0
initial commit
- integrated with store.Store
- preProcess, parse, and exec
- help screen, external editor, try parse value, atoa subpackage
- mutual exclusive, just once, prerequisites, circuit break
- sbom, --config, debug info screen
a (string) to any (type) - To convert a string to an exact value according to the given meme.