Skip to content

v1.8.0

Compare
Choose a tag to compare
@linkdotnet linkdotnet released this 15 Nov 08:47
ad466c8

Added

  • implicit cast operator from string and ReadOnlySpan<char> to the ValueStringBuilder with pre-initialized buffer

Changed

  • various path optimizations for replace logic to use less allocations while being faster

Removed

  • Removed value type overloads for Append and Insert and just offer Append(ISpanFormattable) and Insert(ISpanFormattable), which covers more cases.