Skip to content

Releases: CodeLenny/Promise.bar

Fixed Dependencies

18 Aug 15:46
v0.1.5
ba13c1b
Compare
Choose a tag to compare

Modified

  • strip-ansi was wrongly listed as a devDependency instead of a dependency. This has been fixed. (#3)

Added PromiseBar.end()

16 Feb 21:15
v0.1.4
43488c4
Compare
Choose a tag to compare

Added

  • PromiseBar.end() stops Promise.bar from intercepting all stdout messages.

Forgotten Assets

10 Feb 18:45
v0.1.3
255c678
Compare
Choose a tag to compare

Improved documentation, updated out of date resource.

Hierarchy, Colors, Padded Labels

09 Feb 19:13
v0.1.2
b881e05
Compare
Choose a tag to compare

Added features: Progress bars can nest. Labels and progress bars can be colored.
Labels are padded to be equal length.

Added

  • Progress Bar Hierarchy/Indentation
    • PromiseBar.all stores a reference to the related Progress in the returned Promise
    • Progress finds progress-bar children on initialization
    • Progress#indent returns the indentation that should proceed the progress bar
    • Progress#draw draws descendants
  • Color Formatting
    • ANSI codes are ignored when calculating bar length, so label and other fields can have color codes
    • Added barFormat option, which can transform the bar (add color, etc.)
  • Optionally pads labels to make labels an equal length.
  • Documentation published to gh-pages.

Added omitted files.

08 Feb 17:11
v0.1.1
c8c055c
Compare
Choose a tag to compare

Added omitted files.

Added

  • Build system
  • .npmignore file

First Release

08 Feb 16:55
v0.1.0
6ce1226
Compare
Choose a tag to compare

First release.

Added

  • Progress bars
  • Stuck progress bars under stdout messages