v0.5.0 - unreleased
- Add :enable_color configuration to allow control over colouring
v0.4.0 - 2020-07-04
- Change gemspec to remove test and example artefacts
- Change to update pastel dependency
v0.3.0 - 2019-08-02
- Change to update tty-cursor & pastel versions
- Change to stop limiting dev dependencies
- Fix bin/console to load correct filename
v0.2.0 - 2019-01-11
- Add :colors for specifying array of colors to rotate through
- Add :format, :precision & :delimiter keys to legend for declaring custom formatting
- Add #reset call to clear data
- Change to allow specifying fill characters via :fill parameter
- Change #draw to #render to keep consistent with other libs
- Change #update to return instance
- Fix legend alignment when paired with absolute positioning
v0.1.0 - 2018-08-14
- Initial implementation and release