v1.8.0
Added
- implicit cast operator from
string
andReadOnlySpan<char>
to theValueStringBuilder
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
andInsert
and just offerAppend(ISpanFormattable)
andInsert(ISpanFormattable)
, which covers more cases.