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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,19 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.8.0] - 2022-11-15
10
+
9
11
### Added
10
12
11
-
- implicit cast operator from `string` and `ReadOnlySpan<char>` to the `ValueStringBuilder` with pre-initialized buffer
13
+
-implicit cast operator from `string` and `ReadOnlySpan<char>` to the `ValueStringBuilder` with pre-initialized buffer
12
14
13
15
### Changed
14
16
15
-
- various path optimizations for replace logic to use less allocations while being faster
17
+
-various path optimizations for replace logic to use less allocations while being faster
16
18
17
19
### Removed
18
20
19
-
- Removed value type overloads for `Append` and `Insert` and just offer `Append(ISpanFormattable)` and `Insert(ISpanFormattable)`, which covers more cases.
21
+
-Removed value type overloads for `Append` and `Insert` and just offer `Append(ISpanFormattable)` and `Insert(ISpanFormattable)`, which covers more cases.
20
22
21
23
## [1.7.0] - 2022-11-12
22
24
@@ -175,7 +177,9 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
0 commit comments