Skip to content

Commit fa91e86

Browse files
committed
bump to v2.1.31
1 parent d6c2485 commit fa91e86

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

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+
316
- v2.1.27
417

518
- fix `color.Color` usages

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@
114114
// For more documentation please go and check out https://docs.hedzr.com/cmdr.v2/.
115115
package cmdr
116116

117-
const Version = "v2.1.27" // Version fir hedzr/cmdr/v2
117+
const Version = "v2.1.31" // Version fir hedzr/cmdr/v2

0 commit comments

Comments
 (0)