progress-str

String based progress bar

MIT License

Downloads
5
Stars
2
Committers
6
progress-str - v3.4.4 Latest Release

Published by unional over 1 year ago

3.4.4 (2023-03-17)

Bug Fixes

  • deps: update dependency type-plus to v6 (#103) (b921a08)
progress-str - v3.4.3

Published by unional almost 2 years ago

3.4.3 (2022-12-14)

Bug Fixes

  • deps: update dependency string-length to v5 (#73) (e9bfedb)
  • deps: update dependency type-plus to v4 (#74) (4f6d918)
  • deps: update dependency type-plus to v5 (#78) (12802c5)
progress-str - v3.4.2

Published by unional over 5 years ago

3.4.2 (2019-05-13)

Bug Fixes

progress-str - v3.4.1

Published by unional over 5 years ago

3.4.1 (2019-02-18)

Bug Fixes

  • package: update unpartial to version 0.5.0 (64f3170)
progress-str - v3.4.0

Published by unional almost 6 years ago

3.4.0 (2019-01-14)

Features

progress-str - v3.3.1

Published by unional almost 6 years ago

3.3.1 (2019-01-14)

Bug Fixes

  • documentation for multivalue. (a97053c)
progress-str - v3.3.0

Published by unional almost 6 years ago

3.3.0 (2019-01-14)

Bug Fixes

  • calculate text length based on options instead of actual value. (957cc33)

Features

  • improve text alignment (abc1ec1)
  • move textStyle and textTransform into value (95dcf30)
  • support textPosition = 'none' (2ca6efa)
  • support unknown value (33da573)
progress-str - v3.2.0

Published by unional almost 6 years ago

3.2.0 (2019-01-13)

Features

progress-str - v3.1.0

Published by unional almost 6 years ago

3.1.0 (2019-01-13)

Bug Fixes

  • remove getLenTooShowMessage function (4902dd5)
  • render error message instead of throwing during render. (6e580ca)

Features

progress-str - v3.0.0

Published by unional almost 6 years ago

3.0.0 (2019-01-12)

Features

  • combine progressBar and twoValuesProgressBar (6340355)

BREAKING CHANGES

  • option name changes. removed twoValuesProgressBar
progress-str - v2.1.0

Published by unional almost 6 years ago

2.1.0 (2019-01-11)

Features

progress-str - v2.0.0

Published by unional almost 6 years ago

2.0.0 (2019-01-10)

Bug Fixes

  • change options layout. (6631436)
  • rename BarOptions back to BarFormat (ee5b7d0)
  • separe ProgressBarOptions from RenderBarOptions. (d28d8f2)

Features

BREAKING CHANGES

  • options has changed
  • rename valueFormat to valueOptions
  • move maxValue as valueOptions.max
  • rename valueFormat.valueChar as valueOptions.char

files are refactored and organized.

progress-str - v1.3.0

Published by unional almost 6 years ago

1.3.0 (2019-01-10)

Features

progress-str - v1.2.0

Published by unional almost 6 years ago

1.2.0 (2018-12-26)

Features

  • add twoValuesProgressBar() (03fc746)
progress-str - v1.1.0

Published by unional almost 6 years ago

1.1.0 (2018-12-19)

Bug Fixes

Features

  • convert to class syntax (179f5f3)
  • convert to classless and implement maxValue (100cfe1)
progress-str - v1.0.0

Published by unional almost 6 years ago

1.0.0 (2018-11-28)

Features

  • add value and length support (3b351ac)