Skip to content

Tags: linkdotnet/golang-stringbuilder

Tags

v0.11.0

Toggle v0.11.0's commit message
Remove Skip()

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added Substring StringBuilder functionality (#8)

* Added Substring StringBuilder functionality

* Added start greater than end boundary check

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
linkdotnet Steven Giesel
Removed readme entry

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FEAT: Add support for additional types (#3)

* FEAT: Add support for additional types

* Remove unused code

* Added comments for new methods

* Addressed comments

* Added release notes

* Refactored CHANGELOG.md

v0.7.0

Toggle v0.7.0's commit message
Bump actions/setup-go from 3 to 4

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
linkdotnet Steven Giesel
Fixed bug in Write

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
linkdotnet Steven Giesel
Added io.writer interface

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was signed with the committer’s verified signature.
linkdotnet Steven Giesel
Added changelog

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
linkdotnet Steven Giesel
Handle umlauts in Append

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
linkdotnet Steven Giesel
Find/REplace works with Umlauts