Releases: linkdotnet/StringBuilder
Releases · linkdotnet/StringBuilder
v1.11.4
Added
- Added SourceLink so that pdbs are delivered as well
v1.11.3
Changed
- Remove StringSyntaxAttribute to be public
v1.11.2
Added
- Compiler hints for new
AppendFormat
methods
v1.11.1
Changed
- Refactored
AppendFormat
to be faster especially for longer text.
v1.11.0
Added
- New
AppendFormat
functions (with 1 to 3 arguments).
v1.10.6
Changed
- Appending value types is roughly 10% faster
v1.10.5
Changed
- When growing only copy written content to the new buffer and safe some bytes
v1.10.4
Fixed
- Fixed an issue with
LastIndexOf
where it could run out of bounds
v1.10.3
Fixed
- Fixed a bug where
Replace
does something wrong
v1.10.2
Added
- Additional null check in static
Concat
Changed
- Smaller refactoring