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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,14 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
5
5
<!-- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -->
6
6
7
7
## [Unreleased]
8
+
9
+
## [0.9.1] - 2022-04-06
10
+
11
+
This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `ValueStringBuilder` tries to be en par with the`System.Text.StringBuilder`.
12
+
13
+
### Added
8
14
- Added extension method for `System.Text.StringBuilder` to transform into `ValueStringBuilder` without additional allocation and the other way around.
9
-
- Added `Length` readonly property which gives the length of the represented length.
15
+
- Added `Length` readonly property which gives the length of the represented length. Added `Clear` to set the `ValueStringBuilder` to the initial point.
0 commit comments