Releases: linkdotnet/golang-stringbuilder
Releases · linkdotnet/golang-stringbuilder
v0.5.0
Added
- Added the following methods:
ReplaceRune,Replace
Changed
- Renamed
AsRunetoAsRuneSliceand included some more documentation to highlight that this is a shared memory block.
v0.4.0
Added
- Added the following methods:
FindFirst,FindLast,FindAll
v0.3.0
Added
- Added the following methods:
RuneAt,AsRune
v0.2.0
Added
Clearmethods
Changed
- Changed
NewFromStringtoNewStringBuilderFromStringto stay closer to standards
v0.1.0
This is the initial release for the StringBuilder.
Added
StringBuilderwith some major methods like (Insert,Remove,Append)