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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.3.0] - 2025-02-16
10
+
11
+
### Added
12
+
13
+
- Added `Equals(ReadOnlySpan<char>, StringComparison)` (by @Joy-less in #234)
14
+
15
+
### Changed
16
+
17
+
- Improved `Equals(ReadOnlySpan<char>)` (by @Joy-less in #234)
18
+
- Added performance short-circuit when span is empty in `Append(ReadOnlySpan<char>)`, `AppendSpan(int)`, `Insert(int, ReadOnlySpan<char>)` in #233 (by @Joy-less)
19
+
9
20
## [2.2.0] - 2025-01-25
10
21
11
22
### Added
@@ -456,7 +467,8 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
0 commit comments