refactor: Splitting ANSI into codes and texts, instead of converting straight to HTML

This commit is contained in:
Chris Cameron
2020-02-25 19:05:40 -05:00
parent a82645e902
commit 3f62e7e929
7 changed files with 137 additions and 98 deletions

View File

@@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added public access to GetValues enumeration extension
- Added extensions for getting JsonReader values as long or ulong
- Added DateTimeUtils methods for creating DateTimes from epoch seconds or milliseconds
- Added AnsiToHtml converter for visualizing ANSI logs
- Added utils for splitting ANSI into spans for conversion to XAML, HTML, etc
### Changed
- Fixed exception trying to get DHCP status of network interfaces on Linux