File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ - v2.0.9
4
+
5
+ - security patches
6
+ - bugs fixed
7
+ - uniform Store() & CmdStore() apis: `Set()` and `Store()`
8
+ - change `loader.Load`
9
+ - removed `exec` subpackage since it had been removed to `hedzr/is`
10
+ - fix bindOpts to detect user's Args via `WithArgs(...)`
11
+ - prevent internal jsonLoaderS's file not exists error
12
+ - fixed `ForFileMax` to return errors
13
+ - update tiny app / sample codes
14
+ - add `LoadedSources`
15
+ - add `VarLogDir`
16
+ - fix `VarRunDir`
17
+ - add `app.SetDesc()`
18
+ - add `app.Description()`
19
+ - add auto-env-vars-bindings feature
20
+ - fix building on windows
21
+
3
22
- v2.0.8
4
23
5
24
- fixed help screen, the missing envvars list
Original file line number Diff line number Diff line change 2
2
3
3
package cmdr
4
4
5
- const Version = "v2.0.8 " // Version fir hedzr/cmdr/v2
5
+ const Version = "v2.0.9 " // Version fir hedzr/cmdr/v2
You can’t perform that action at this time.
0 commit comments