Skip to content

Releases: vbauerster/mpb

mpb v5.2.4

19 Jul 09:56
Compare
Choose a tag to compare

Fixed #73

mpb v5.2.3

07 Jul 05:46
Compare
Choose a tag to compare

Some optimization and minor fixes in cwriter package.

mpb v5.2.2

23 May 06:20
Compare
Choose a tag to compare

Fixed #68 and minor bug fixes.

mpb v5.2.1

20 May 09:40
Compare
Choose a tag to compare

New dependency on go-runewidth so decorators can use emoji or any double width runes, refer to complex example.

Added:

Minor breaking change:

  • decor.Statistics now passed by value in decor.Decorator and mpb.BarFiller interfaces. If you don't use custom decorators, you're not affected.

Fixed #55 #66

mpb v5.0.3

mpb v4.12.1

19 Feb 08:48
Compare
Choose a tag to compare

mpb v4.11.0

02 Nov 07:06
Compare
Choose a tag to compare

Added:

Method func (b *Bar) ProxyReader(r io.Reader) io.ReadCloser now checks if provided reader implements io.WriterTo interface. If it is, then underlying proxy reader exposes WriteTo(io.Writer) method to improve copy performance. Thanks to @donny-dont for pointing this out in #52.

mpb v4.10.0

mpb v4.9.0

22 Jul 07:22
Compare
Choose a tag to compare

Fixed #47 by adding following methods, thanks to @Liupold for pointing this out.

Refactored decor package.
Improved some doc comments.

mpb v4.8.0

18 May 08:39
Compare
Choose a tag to compare