Skip to content

Releases: linkdotnet/StringBuilder

v1.11.4

07 Jan 10:48
c9f3358
Compare
Choose a tag to compare

Added

  • Added SourceLink so that pdbs are delivered as well

v1.11.3

03 Jan 17:07
debf09f
Compare
Choose a tag to compare

Changed

  • Remove StringSyntaxAttribute to be public

v1.11.2

03 Jan 08:44
8ffb68b
Compare
Choose a tag to compare

Added

  • Compiler hints for new AppendFormat methods

v1.11.1

01 Jan 20:30
d9f54fe
Compare
Choose a tag to compare

Changed

  • Refactored AppendFormat to be faster especially for longer text.

v1.11.0

01 Jan 19:18
bc43553
Compare
Choose a tag to compare

Added

  • New AppendFormat functions (with 1 to 3 arguments).

v1.10.6

30 Dec 10:36
5d57a6d
Compare
Choose a tag to compare

Changed

  • Appending value types is roughly 10% faster

v1.10.5

29 Dec 09:47
4233007
Compare
Choose a tag to compare

Changed

  • When growing only copy written content to the new buffer and safe some bytes

v1.10.4

27 Dec 16:37
9ea0669
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with LastIndexOf where it could run out of bounds

v1.10.3

26 Dec 20:16
ca5a7eb
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where Replace does something wrong

v1.10.2

16 Dec 11:50
1e2d59d
Compare
Choose a tag to compare

Added

  • Additional null check in static Concat

Changed

  • Smaller refactoring