Skip to content

Releases: linkdotnet/golang-stringbuilder

v0.5.0

26 Dec 20:16
a8d18d2
Compare
Choose a tag to compare

Added

  • Added the following methods: ReplaceRune, Replace

Changed

  • Renamed AsRune to AsRuneSlice and included some more documentation to highlight that this is a shared memory block.

v0.4.0

26 Dec 09:50
842435d
Compare
Choose a tag to compare

Added

  • Added the following methods: FindFirst, FindLast, FindAll

v0.3.0

25 Dec 09:38
27aed0d
Compare
Choose a tag to compare

Added

  • Added the following methods: RuneAt, AsRune

v0.2.0

23 Dec 20:24
53bfa69
Compare
Choose a tag to compare

Added

  • Clear methods

Changed

  • Changed NewFromString to NewStringBuilderFromString to stay closer to standards

v0.1.0

21 Dec 12:51
ba921ec
Compare
Choose a tag to compare

This is the initial release for the StringBuilder.

Added

  • StringBuilder with some major methods like (Insert, Remove, Append)