Changelog of @hackage/hs-highlight 1.0.3

Revision history for highlightError

1.0.0 -- 2024-08-27

  • First version. Supports highlightingError function that specifically highlights in red color and underlines
  • Only (line, col) input
  • accept effects to be applied on the str (bold, strikethrough).

1.0.1 -- 2024-08-27

  • Fix test dependencies

1.0.2 -- 2024-08-28

  • Refactoring functions for better readability and clarity.

1.0.3 -- 2024-08-28

  • Refactored highlight and highlightError
  • Fix highlight for indices after end of file
  • Added test cases