Commit Graph

9 Commits

Author SHA1 Message Date
e71db7f78c fix some nullability issues 2020-12-31 11:09:03 +01:00
041aea2ae5 spelling 2020-12-26 18:16:41 +01:00
380c6aca45 Add net5.0 target framework 2020-11-11 15:28:32 +01:00
504746c5dc Add link support for supported terminals
Also refactors the code quite a bit, to make it a bit more
easier to add features like this in the future.

Closes #75
2020-09-11 17:44:56 +02:00
5d132220ba Enable nullable reference types
Closes #36
2020-08-11 17:24:34 +02:00
717931f11c Add support for RGB colors
Closes #34
2020-08-11 16:45:05 +02:00
bcfc495843 Add support for hex colors
Closes #33
2020-08-11 16:45:05 +02:00
a068fc68c3 Add support for tables 2020-08-04 22:24:13 +02:00
98cf63f485 Rename Style and Appearance
* Renames Style -> Decoration
* Renames Appearance -> Style
* Adds Style.Parse and Style.TryParse
2020-08-03 23:30:47 +02:00