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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,17 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
6
6
7
7
## [Unreleased]
8
8
9
+
## [3.0.0] - 2025-10-30
10
+
9
11
This is the `v3` major release. The API is almost the same as in `v2` - there is only a slight change in the `Concat` static helper method to reflect a less-boxed API.
10
12
11
13
### Added
14
+
12
15
- .NET 10.0 support
13
16
-`IndexOf`, `LastIndexOf`, and `Contains` methods now support `StringComparison`
14
17
15
18
### Changed
19
+
16
20
-`ValueStringBuilder.Concat` uses `params ReadOnlySpan<T>` to reduce boxing and improve performance.
17
21
18
22
## [2.4.1] - 2025-03-25
@@ -505,7 +509,8 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
0 commit comments