Skip to content

Releases: gribnoysup/wunderbar

v2.2.2

12 May 10:22

Choose a tag to compare

  • Fix npm audit errors

v2.2.1

15 Apr 10:45

Choose a tag to compare

  • Fixes how NaN is printed in error messages (#7)

v2.2.0

05 Apr 09:06

Choose a tag to compare

  • Add fallback symbols for win32 systems (f41492d)

v2.1.0

20 Mar 13:40

Choose a tag to compare

  • Check if provided color is a chalk function first
  • Add coloredChartBar to normalizedValues

v2.0.0

20 Mar 13:02

Choose a tag to compare

Breaking change ⚠️

  • Remove condensed view (it wasn't working that good and didn't allow for precise charts) 👋

Changes

  • Remove window-size dependency 👋
  • Make library work in node v6 💪
  • Replace newlines with os.EOL (better compat hopefully)
  • Simplify chart drawing logic
  • Provide more values when used programmatically
  • Avoid scale from crashing module when the chart length is too small 😅

Misc

  • Update tests
  • Update docs and images

v1.2.0

16 Mar 12:49

Choose a tag to compare

  • Add partial box symbols to make chart more precise #3

v1.1.1

09 Mar 20:22

Choose a tag to compare

  • Add format option to format values for the output #2 (issue: #1)

v1.0.5-1

09 Mar 20:22

Choose a tag to compare

v1.0.5-1 Pre-release
Pre-release

⚠️ Pre-release

  • Fix format option behavior when function is provided

v1.0.5-0

09 Mar 20:22

Choose a tag to compare

v1.0.5-0 Pre-release
Pre-release

⚠️ Pre-release

  • Add format option to format values for the output

v1.0.4

09 Mar 20:23

Choose a tag to compare

  • README fixes