You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every styling option is now handled by Crayons.jl.
Strings are escaped before printing the header. This avoids problems in formatting if escape sequences are present. (Issue [#4][gh-issue-4])
The text inside the cells can have multiple lines. The header can be suppressed when printing the table. (Issue [#3][gh-issue-3])
Many performance improvements.
The hlines keywords can accept ranges. (PR [#5][gh-pr-5])
The pre-defined formatter ft_printf uses the function sprintf1 from the package Formatting.jl instead of the macro @sprintf, leading to a huge performance gain. (Issue [#7][gh-issue-7])