Skip to content

Releases: linkdotnet/golang-stringbuilder

v0.11.0

20 Oct 13:01
Compare
Choose a tag to compare

Added

  • SetRuneAt is added to the string builder

v0.10.0

31 Aug 15:54
3f4929f
Compare
Choose a tag to compare

Added

  • Reverse is added to the string builder
  • Substring is added to the string builder

v0.9.0

26 Aug 19:57
d94bc61
Compare
Choose a tag to compare

Added

  • Trim, TrimStart, TrimEnd are added to the string builder

v0.8.0

24 Aug 04:29
0d216b0
Compare
Choose a tag to compare

Added

  • The string builder can now be used to append integers, boolean & collection of strings. sb.AppendInt(1).AppendBool(true).AppendList([]string{"a", "b", "c"})

v0.7.0

21 Aug 06:34
Compare
Choose a tag to compare

### Added

  • The string builder can be used in chaining operations. sb.Append("Hello").Append(" ").Append("World")

v0.6.1

28 Dec 12:07
3c512bd
Compare
Choose a tag to compare

Fixed

  • Write did not return the correct amount of added characters

v0.6.0

28 Dec 09:54
7bb845b
Compare
Choose a tag to compare

Added

  • Implemented the io.Writer interface so it can be used with the fmt package

v0.5.3

28 Dec 09:33
f43a231
Compare
Choose a tag to compare

Changed

  • Smaller internal refactorings

v0.5.2

27 Dec 19:05
46e8c45
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where Append and AppendLine could not handle umlauts

v0.5.1

27 Dec 16:36
23553ea
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where find and friends and Replace did not work properly with umlauts or 2 (or more) byte character