Skip to content

v0.6.0

Compare
Choose a tag to compare
@fuelen fuelen released this 05 Jan 18:51
· 38 commits to main since this release

Enhancements

  • Highly customizable tables! The biggest change in this release.
    They work with Owl.Data.t() which allows colorizing even different chars inside a cell, not just a whole cell. Input expects a list of maps, and this structure allows autodetection of columns. There is sorting and filtering of columns, ability to specify max width for entire table and for individual columns. See all options in docs.
    asciicast
  • Allow labels for progress bar to be Owl.Data.t()

Full Changelog: v0.5.1...v0.6.0