Skip to content

Releases: linkdotnet/StringBuilder

v0.9.2

07 Apr 19:33
Compare
Choose a tag to compare

Smaller release to bring ValueStringBuilder more en par with System.Text.StringBuilder.

Added

  • Added Remove and Insert methods.

v0.9.1

06 Apr 08:13
Compare
Choose a tag to compare

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 into ValueStringBuilder without additional allocation and the other way around.
  • Added Length readonly property which gives the length of the represented string. Added Clear to set the ValueStringBuilder to the initial point.

Full Changelog: https://github.com/linkdotnet/StringBuilder/commits/v0.9.1