kamiyo / multi-progress-bars

A multi progress bar library for CLI, with support for indefinite task spinners
MIT License
27 stars 4 forks source link

Overflow #12

Closed kamiyo closed 3 years ago

kamiyo commented 3 years ago

feat(core)!: When number of bars overflow console height, only the last N are shown. Upon closing mpb, it will dump the entire progress buffer, so everything will be visible in scrollback. fix(core): Bug in promise fixed. Reassigning to new Promise does not work as developer thought. fix(examples): Updated examples to include overflow test. feat(api): Added getBuffer() method to retrieve buffer.