Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

54 lines (40 loc) · 1.52 KB

Changelog

v0.5.0 (2024-03-25)

  • Enhancements
    • Support :sort option to control data sorting (#39)
    • Add set_x_window/2 function with :min and :max options (#33)
    • Improve links in documentation
  • Bug fixes

v0.4.0 (2024-03-05)

  • Enhancements
    • Expose number :precision through general options (#35)
    • Support percentile/1 reference line and custom reference lines (#37) (victor felder)

v0.3.1 (2024-03-05)

  • Bug fixes
    • Fix crashes when only one value is given

v0.3.0 (2024-02-27)

  • Enhancements
    • Support :padding option specifying padding for specific side

v0.2.0 (2024-02-21)

  • Enhancements
    • Support :max reference line
    • Support :min reference line
    • Support :avg reference line
    • Support :median reference line
    • Support :dasharray option for lines, markers, and reference lines

v0.1.1 (2024-02-12)

  • Bug fixes
    • Fix typespec of t:SparklineSvg.marker/0 and t:SparklineSvg.markers/0

v0.1.0 (2024-02-11)

  • Enhancements
    • First public release
    • Support line, dots, and area
    • Support markers