Releases: gribnoysup/wunderbar
Releases · gribnoysup/wunderbar
v2.2.2
v2.2.1
v2.2.0
v2.1.0
- Check if provided color is a chalk function first
- Add
coloredChartBar
tonormalizedValues
v2.0.0
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
v1.1.1
v1.0.5-1
- Fix
format
option behavior when function is provided
v1.0.5-0
- Add
format
option to format values for the output
v1.0.4
- README fixes