All Versions
18
Latest Version
Avg Release Cycle
156 days
Latest Release
2578 days ago

Changelog History
Page 1

  • v2.0.0 Changes

    April 04, 2017
    • Fix: check before using stream.clearLine to prevent crash in Docker
    • Fix: fixed output multiline on windows cmd
    • Fix: Bug with array length when window is too small
    • Fix: Don't clear whole line every time; instead, clear everything after end of line
    • Fix: Use this.stream instead of console.log when terminating a progress bar to ensure that, if a writable stream is provided, it uses that rather than process.stdout
    • Fix: Bug causing potentially stale tokens on render
    • Feature: configurable cursor
    • Feature: feature to interrupt the bar and display a message
    • Feature: Add rate reporting to progress bar
    • Improvement: Add head option to specify head character
    • Improvement: Rename tickTokens to tokens
    • Improvement: Change default throttle time to 16ms
    • Improvement: Rename renderDelay to renderThrottle
    • Improvement: Add delay between render updates
    • Docs: Add example and documentation for custom token usage
    • Docs: Add head option to readme
    • Docs: Updated README example for public use
    • Docs: Add renderThrottle option to code documentation
  • v1.1.8

    August 10, 2014
  • v1.1.7 Changes

    June 30, 2014
    • fixed a bug that occurs when a progress bar attempts to draw itself on a console with very few columns
  • v1.1.6 Changes

    June 16, 2014
    • now prevents progress bar from exceeding TTY width by limiting its width to the with of the TTY
  • v1.1.5 Changes

    May 12, 2014
    • updated documentation and various other repo maintenance
    • updated makefile to run examples with make
    • removed dependency on readline module
  • v1.1.4 Changes

    March 13, 2014
    • now supports streams, for example output progress bar to stderr, while piping stdout
    • increases performance and flicker by remembering the last drawn progress bar
  • v1.1.3 Changes

    December 31, 2013
    • fixes a bug where bar would bug when initializing
    • allows to pass updated tokens when ticking or updating the bar
    • fixes a bug where the bar would throw if skipping to far
  • v1.1.2 Changes

    October 17, 2013
    • lets you pass an fmt and a total instead of an options object
  • v1.1.1

    October 16, 2013
  • v1.1.0 Changes

    September 18, 2013
    • eta and elapsed tokens default to 0.0 instead of ?.?
    • better JSDocs
    • added back and forth example
    • added method to update the progress bar to a specific percentage
    • added an option to hide the bar on completion