Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more rune overloads #222

Merged
merged 3 commits into from
Jan 14, 2025
Merged

Add more rune overloads #222

merged 3 commits into from
Jan 14, 2025

Conversation

Joy-less
Copy link
Contributor

  • Added Replace(Rune, Rune) overload
  • Added Replace(Rune, Rune, int, int) overload

CHANGELOG.md Outdated
@@ -15,6 +15,8 @@ This is the `v2` release of the **ValueStringBuilder**. There aren't any noticea
- Added `Append(Rune)` overload
- Added `AppendJoin(Rune, IEnumerable<string?>)` overload
- Added `AppendJoin<T>(Rune, IEnumerable<T>)` overload
- Added `Replace(Rune, Rune)` overload
Copy link
Owner

@linkdotnet linkdotnet Jan 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I already released a version with the other ones, you would have to add a new ### ADDED under the unreleased part.

Something along the line like:

## Unreleased

### Added
- Added `Replace(Rune, Rune)` overload
- Added `Replace(Rune, Rune, int, int)` overload

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed!!

@linkdotnet
Copy link
Owner

Much appreciated - besides the CHANGELOG.md it looks good! Thanks!

Copy link
Owner

@linkdotnet linkdotnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing! Thanks. Will make a release

@linkdotnet
Copy link
Owner

Oh noy - I did screw up the merge. Could you force-push your version and resolve the merge conflict?
@Joy-less

@Joy-less
Copy link
Contributor Author

Oh noy - I did screw up the merge. Could you force-push your version and resolve the merge conflict? @Joy-less

All good, I force-pushed the last commit.

@linkdotnet linkdotnet merged commit 77fc713 into linkdotnet:main Jan 14, 2025
3 checks passed
@Joy-less Joy-less deleted the more-runes branch January 14, 2025 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants