Skip to content

v0.3.0

Compare
Choose a tag to compare
@ronisbr ronisbr released this 03 Feb 12:13
· 798 commits to master since this release
  • 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])