feat: First attempt at an ANSI to HTML converter

This commit is contained in:
Chris Cameron
2020-02-17 21:38:58 -05:00
committed by Chris Cameron
parent fde3106389
commit c453717998
4 changed files with 98 additions and 0 deletions

View File

@@ -18,6 +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
### Changed
- Fixed exception trying to get DHCP status of network interfaces on Linux