Skip to content

v2.5.0

Choose a tag to compare

@gaborcsardi gaborcsardi released this 27 Apr 10:16
  • New style_no_*() functions to locally undo styling.
    New col_none() and bg_none() functions to locally undo text color
    and background color.

  • It is now possible to undo text and background color in a theme, by
    setting them to NULL or "none".

  • cli_memo() was renamed to cli_bullets(), as it is by default
    formatted as a bullet list (#250).

  • New ansi_toupper(), ansi_tolower and ansi_chartr() functions,
    the ANSI styling aware variants of toupper(), tolower() and
    chartr() (#248).

  • New test_that_cli() helper function to write testthat tests for
    cli output.

  • tree() now does not produce warnings for tibbles (#238).

  • New inline style: .cls to format class names, e.g.
    "{.var fit} must be an {.cls lm} object".