File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ - v2.1.31
4
+
5
+ - supported `SetCancelFunc()` & `WithCancelFunc()`
6
+ cmdr.v2 manage ctx & cancel now, querying by `CancelFunc()`
7
+ - improved `~~debug` output with the final value of a cmdline flag
8
+ - improved `devmode.go`
9
+ - update example apps
10
+ - remove unnecessary codes
11
+ - added prompt mode example app
12
+ - upgrade deps
13
+ - `is/term/color` - more `color.Color` implements
14
+ - `Store` - support `BR()`
15
+
3
16
- v2.1.27
4
17
5
18
- fix `color.Color` usages
Original file line number Diff line number Diff line change 114
114
// For more documentation please go and check out https://docs.hedzr.com/cmdr.v2/.
115
115
package cmdr
116
116
117
- const Version = "v2.1.27 " // Version fir hedzr/cmdr/v2
117
+ const Version = "v2.1.31 " // Version fir hedzr/cmdr/v2
You can’t perform that action at this time.
0 commit comments