Skip to content

v0.3.0

Choose a tag to compare

@fhunleth fhunleth released this 10 Jun 14:09
· 27 commits to main since this release
  • Backwards incompatible changes

    • Styling functions can modify pretty much everything and layer themselves on
      other styles. If you created a custom style, check out the built-in styles
      for how to update.
  • New features

    • Support multi-line cell data. This works in all built-in styles and includes
      color support. The :markdown style will convert new lines to <br> tags
      to render as you'd expect.
    • Add usage-rules.md to help LLMs especially with ansidata. See
      usage_rules.
  • Changes

    • Match Kino.DataFrame semantics better with the default formatter. This
      notably improves date and time formatting.
    • Improve width calculations so that automatically expanding columns better
      match the terminal width
    • Significantly improve test coverage