0.3.0
This is a major release with two notable changes:
- New special
EOFranges were introduced to highlight the end of a file. The terminal renderer will show “‹EOF›” and highlight it if a specialEOFrange is used. - The terminal renderer was rewritten (again). Its visual appearance is almost identical to the previous one, except that the “faint” style replaces the gray coloring. Internally, it no longer uses
notty(thus reducing the dependencies to a minimum), and it now automatically detects the environment variableNO_COLOR, following the specification at https://no-color.org/.
BREAKING CHANGES
- Range: because of the new special
EOFranges,splitis deprecated and will be removed soon; useviewinstead
Bug Fixes
- Reporter: backtrace frames no longer inherit locations (#128) (bbd7d0b)
- Tty: drop
nottyand use the "faint" style (#135) (1988a5a) - upgrade the dependency
algaeffto 2.0.0 (#132) (6e8b9a2)