- …
- Fix character split when strip code. (#37)
- Fix off by one error in multiline highlighting. (#42)
- Fix display of annotation for double width characters. (#46)
- Add strip code to the left and right of long lines. (#36)
- Replace
ansi_term
withyansi-term
for improved performance. (#30) - Turn
Snippet
andSlice
to work on borrowed slices, rather than Strings. (#32) - Fix
\r\n
end of lines. (#29)
- Refactor API to use
fmt::Display
(#27) - Fix SourceAnnotation range (#27)
- Fix column numbers (#22)
- Derive
PartialEq
forAnnotationType
(#19) - Update
ansi_term
to 0.12.
- Fix too many anonymized line numbers (#5)
- Add an option to anonymize line numbers (#3)
- Transition the crate to rust-lang org.
- Update the syntax to Rust 2018 idioms. (#4)