You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,26 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.0.0] - 2025-01-12
10
+
11
+
This is the `v2` release of the **ValueStringBuilder**. There aren't any noticeable breaking changes. Only old framework versions were removed to make further development easier. The API is the same (with new additions) as in `v1`.
- Added `OverloadResolutionPriority` for `Span` overload for the ctor to keep the current behavior. Reported by [@nsentinel])(<https://github.com/nsentinel>) in [#210](https://github.com/linkdotnet/StringBuilder/issues/210).
26
+
- Optimised `AppendLine(scoped ReadOnlySpan<char>)` by avoiding allocating a new string
27
+
- Removed erroneous null check in `AppendJoin<T>(ReadOnlySpan<char>, IEnumerable<T>)`
28
+
9
29
## [1.22.0] - 2024-12-18
10
30
11
31
### Added
@@ -418,7 +438,8 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,3 +74,11 @@ Another benchmark shows that this `ValueStringBuilder` uses less memory when it
74
74
```
75
75
76
76
Checkout the [Benchmark](tests/LinkDotNet.StringBuilder.Benchmarks) for a more detailed comparison and setup.
77
+
78
+
## Support & Contributing
79
+
80
+
Thanks to all [contributors](https://github.com/linkdotnet/StringBuilder/graphs/contributors) and people that are creating bug-reports and valuable input:
0 commit comments