Skip to content

mpb 2.0.0

Compare
Choose a tag to compare
@vbauerster vbauerster released this 08 Mar 13:58
· 1806 commits to master since this release

Incompatible API comparing to v1:

  • parameterless constructor: p.New()
  • new methods: p.WithCancel(); p.WithContext() both used for cancelation puproses.
  • DecoratorFunc type signature changed to: func(*Statistics, chan<- int, <-chan int) string
  • Signatures of all predefined decorators changed.

New Feature:
Dynamic Decorator's Width Sync: Sync width among decorator group (column)