Releases: linkdotnet/StringBuilder
Releases · linkdotnet/StringBuilder
v0.9.2
Smaller release to bring ValueStringBuilder
more en par with System.Text.StringBuilder
.
Added
- Added
Remove
andInsert
methods.
v0.9.1
This release brings extensions to the ValueStringBuilder
API. For v1.0
the ValueStringBuilder
tries to be en par with theSystem.Text.StringBuilder
.
Added
- Added extension method for
System.Text.StringBuilder
to transform intoValueStringBuilder
without additional allocation and the other way around. - Added
Length
readonly property which gives the length of the represented string. AddedClear
to set theValueStringBuilder
to the initial point.
Full Changelog: https://github.com/linkdotnet/StringBuilder/commits/v0.9.1