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
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ 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
+
9
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`.
10
12
11
13
### Added
@@ -20,7 +22,7 @@ This is the `v2` release of the **ValueStringBuilder**. There aren't any noticea
20
22
21
23
### Changed
22
24
23
-
- 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).
25
+
- 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).
24
26
- Optimised `AppendLine(scoped ReadOnlySpan<char>)` by avoiding allocating a new string
25
27
- Removed erroneous null check in `AppendJoin<T>(ReadOnlySpan<char>, IEnumerable<T>)`
26
28
@@ -436,7 +438,8 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
0 commit comments