Skip to content

Releases: linkdotnet/StringBuilder

v1.12.1

21 Feb 06:43
1bd9ef9

Choose a tag to compare

Changed

  • Remove redundant null check when using AppendJoin

v1.12.0

09 Jan 18:35
978f162

Choose a tag to compare

Added

  • Two more overloads for AppendFormat for up to 5 generic arguments

v1.11.5

09 Jan 11:39
c7d6731

Choose a tag to compare

Added

  • Added SourceLink so that pdbs are delivered as well - Attempt 2

v1.11.4

07 Jan 10:48
c9f3358

Choose a tag to compare

Added

  • Added SourceLink so that pdbs are delivered as well

v1.11.3

03 Jan 17:07
debf09f

Choose a tag to compare

Changed

  • Remove StringSyntaxAttribute to be public

v1.11.2

03 Jan 08:44
8ffb68b

Choose a tag to compare

Added

  • Compiler hints for new AppendFormat methods

v1.11.1

01 Jan 20:30
d9f54fe

Choose a tag to compare

Changed

  • Refactored AppendFormat to be faster especially for longer text.

v1.11.0

01 Jan 19:18
bc43553

Choose a tag to compare

Added

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

v1.10.6

30 Dec 10:36
5d57a6d

Choose a tag to compare

Changed

  • Appending value types is roughly 10% faster

v1.10.5

29 Dec 09:47
4233007

Choose a tag to compare

Changed

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