Codebase list golang-github-vbauerster-mpb / 386254c
debian/changelog: update Reinhard Tartler 5 years ago
1 changed file(s) with 11 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 * Team upload
33 * Upgrade to version v6.0.3, Closes: #987511)
4 Breaking changes (cf. https://github.com/vbauerster/mpb/releases):
5 Removed:
6 func BarStyle(style string) BarOption
7 func BarReverse() BarOption
8 func SpinnerStyle(frames []string) BarOption
9 func TrimSpace() BarOption
10 To set bar style use BarFiller constructors.
11 .
12 Added:
13 func ContainerOptional(option ContainerOption, pick bool) ContainerOption
14 func BarOptional(option BarOption, pick bool) BarOption
415
516 -- Reinhard Tartler <siretart@tauware.de> Sun, 25 Apr 2021 11:32:28 -0400
617