Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,6 +8,8 @@ follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 1.1.0 — 2026-09-07

### Added

- `AnsiCss.Fixed` in `MarkupString.Ansi` — the stylesheet for the `ms-*` classes. Every one of
Expand Down
1 change: 1 addition & 0 deletions MarkupString.Ansi/MarkupString.Ansi.csproj
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,6 +12,7 @@
each time one goes out; drop it for a release that removes public API on purpose, and put
it back straight after. -->
<EnablePackageValidation>true</EnablePackageValidation>
<PackageValidationBaselineVersion>1.1.0</PackageValidationBaselineVersion>
<Description>Terminal styling for MarkupString: colours (16, 256 and truecolor), text attributes and links, an ansi() code parser, and emitters that fold a run's layers into one SGR sequence, HTML span, Pueblo/MXP tag or BBCode tag.</Description>
</PropertyGroup>

Expand Down
2 changes: 2 additions & 0 deletions MarkupString.Ansi/PublicAPI.Shipped.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -35,6 +35,7 @@ MarkupString.Ansi.AnsiColor.Xterm.Equals(MarkupString.Ansi.AnsiColor.Xterm? othe
MarkupString.Ansi.AnsiColor.Xterm.Index.get -> byte
MarkupString.Ansi.AnsiColor.Xterm.Index.init -> void
MarkupString.Ansi.AnsiColor.Xterm.Xterm(byte Index) -> void
MarkupString.Ansi.AnsiCss
MarkupString.Ansi.AnsiEscapeParser
MarkupString.Ansi.AnsiHtmlEmitter
MarkupString.Ansi.AnsiHtmlEmitter.AnsiHtmlEmitter() -> void
Expand DownExpand Up@@ -172,6 +173,7 @@ static MarkupString.Ansi.SgrWriter.Transition(in MarkupString.Ansi.AnsiStyle fro
static MarkupString.Ansi.SgrWriter.WriteColorCodes(MarkupString.Ansi.AnsiColor! color, bool background, ref MarkupString.Ansi.SgrBuilder codes) -> void
static MarkupString.Ansi.UrlSafety.IsSafeNavigableUrl(string? url) -> bool
static readonly MarkupString.Ansi.AnsiColor.Default.Instance -> MarkupString.Ansi.AnsiColor.Default!
static readonly MarkupString.Ansi.AnsiCss.Fixed -> string!
static readonly MarkupString.Ansi.AnsiStyle.None -> MarkupString.Ansi.AnsiStyle
virtual MarkupString.Ansi.AnsiColor.EqualityContract.get -> System.Type!
virtual MarkupString.Ansi.AnsiColor.Equals(MarkupString.Ansi.AnsiColor? other) -> bool
Expand Down
2 changes: 0 additions & 2 deletions MarkupString.Ansi/PublicAPI.Unshipped.txt
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
#nullable enable
MarkupString.Ansi.AnsiCss
static readonly MarkupString.Ansi.AnsiCss.Fixed -> string!
1 change: 1 addition & 0 deletions MarkupString.Html/MarkupString.Html.csproj
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,6 +12,7 @@
each time one goes out; drop it for a release that removes public API on purpose, and put
it back straight after. -->
<EnablePackageValidation>true</EnablePackageValidation>
<PackageValidationBaselineVersion>1.1.0</PackageValidationBaselineVersion>
<Description>Raw HTML tag markup for MarkupString — an MXP &lt;send&gt;, an anchor, a span — rendered as itself in the HTML, Pueblo and MXP formats, folded into terminal styling elsewhere, with the stylesheet for the ms-* classes the emitters write.</Description>
</PropertyGroup>

Expand Down
2 changes: 0 additions & 2 deletions MarkupString.Html/PublicAPI.Unshipped.txt
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
#nullable enable
*REMOVED*MarkupString.Html.HtmlCss
*REMOVED*static readonly MarkupString.Html.HtmlCss.Fixed -> string!
1 change: 1 addition & 0 deletions MarkupString/MarkupString.csproj
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,6 +12,7 @@
each time one goes out; drop it for a release that removes public API on purpose, and put
it back straight after. -->
<EnablePackageValidation>true</EnablePackageValidation>
<PackageValidationBaselineVersion>1.1.0</PackageValidationBaselineVersion>
<Description>Immutable styled text: a string plus layered markup runs, rendered to ANSI, HTML, Pueblo, MXP, BBCode or plain text through a registry of emitters, and round-tripped through JSON.</Description>
</PropertyGroup>

Expand Down