• Added hl_str_diff() to highlight differences between two strings.
  • Added functions for highlighting the results of a grep()
    • hl_grep()
    • hl_str()
    • hl_character()
    • hl_print()
    • hl_deparse()
  • Fix for rendering of logical atomic vectors
  • Added support for highlighting atomic vectors
  • Added ability to add legends when using scales to assign colours
  • Added support for tibbles (by internally converting to data.frames during output)
  • Added bespoke html rendering. Removed dependency on fansi
  • Initial release