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,10 +6,12 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.0.0] - 2022-04-12
10
+
9
11
### Added
10
12
11
-
-`LastIndexOf` to find the last occurence in the represented string.
12
-
-`ReplaceGeneric<T>` added for generic replacement in the string builder. Can have performance / allocation penalties in comparison to the non-generic version.
13
+
-`LastIndexOf` to find the last occurence in the represented string.
14
+
-`ReplaceGeneric<T>` added for generic replacement in the string builder. Can have performance / allocation penalties in comparison to the non-generic version.
13
15
14
16
## [0.9.5] - 2022-04-10
15
17
@@ -55,6 +57,8 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
0 commit comments