v0.3.0
-
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.
- Styling functions can modify pretty much everything and layer themselves on
-
New features
- Support multi-line cell data. This works in all built-in styles and includes
color support. The:markdownstyle will convert new lines to<br>tags
to render as you'd expect. - Add
usage-rules.mdto help LLMs especially with ansidata. See
usage_rules.
- Support multi-line cell data. This works in all built-in styles and includes
-
Changes
- Match
Kino.DataFramesemantics 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
- Match