Releases: linkdotnet/golang-stringbuilder
Releases · linkdotnet/golang-stringbuilder
v0.5.0
Added
- Added the following methods:
ReplaceRune
,Replace
Changed
- Renamed
AsRune
toAsRuneSlice
and 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
Clear
methods
Changed
- Changed
NewFromString
toNewStringBuilderFromString
to stay closer to standards
v0.1.0
This is the initial release for the StringBuilder
.
Added
StringBuilder
with some major methods like (Insert
,Remove
,Append
)