Skip to content

Releases: Cysharp/ZString

Ver.2.6.0

25 Mar 09:25
Compare
Choose a tag to compare

What's Changed

  • typo in readme: Convinient->Convenient by @brian6932 in #95
  • Use Cysharp/Actions/setup-dotnet default version by @guitarrapc in #99
  • Fix message of NestedStringBuilderCreationException throwed by Utf8ValueStringBuilder.ThrowNestedException() by @natsu1211 in #103
  • re-use enum value by @SimonCropp in #101
  • Update asmdef file to be unity2023 support by @kochounoyume in #105
  • Fix unit test for macos by @hadashiA in #107
  • ci: Cysharp/Actions/.github/workflows/create-release.yaml by @guitarrapc in #106
  • NET6, NET7 binary does not include shim code

New Contributors

Full Changelog: 2.5.1...2.6.0

Ver.2.5.1

21 Sep 08:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.0...2.5.1

Ver.2.5.0

26 Oct 00:52
Compare
Choose a tag to compare

minimum unity support version to 2021.3, but still work on 2020.*(require additional System.Memory.dll).

What's Changed

Full Changelog: 2.4.4...2.5.0

Ver.2.4.4

04 Jan 12:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.3...2.4.4

Ver.2.4.3

02 Nov 11:29
Compare
Choose a tag to compare

What's Changed

  • chore: remove setup-dotnet by @guitarrapc in #52
  • Add ReplaceAt method to Utf16ValueStringBuilder by @to11mtm in #51
  • Improved performance of Utf16ValueStringBuilder.AppendFormat on Slow Span Environment by @udaken in #60
  • remove some redundant methods by @SimonCropp in #59

New Contributors

Full Changelog: 2.4.2...2.4.3

Ver.2.4.2

30 Apr 05:42
Compare
Choose a tag to compare

Ver.2.4.1

13 Apr 05:11
Compare
Choose a tag to compare
  • Improve append string performance both Utf16ValueStringBuilder and Utf8ValueStringBuilder on Unity.

Ver.2.4.0

06 Apr 09:07
Compare
Choose a tag to compare
  • Improvement: allow Utf16ValueStringBuilder and Utf8ValueStringBuilder.Dispose call twice #43, thanks @udaken
  • Breaking changes: NuGet assembly strong-name signed

Ver.2.3.1

20 Jan 07:32
Compare
Choose a tag to compare

Fix .meta file for Unity package manager

Ver.2.3.0

14 Jan 23:09
Compare
Choose a tag to compare

Fix memory leak in Utf16ValueStringBuilder.Insert #36
Fix throws exception when enum has same value #32
TMP extension for single var #33, thanks @kamyker
Optimize for bool type #31, thanks @udaken
Improved compatibility of Format String #30, thanks @udaken
Improved performance of StringBuilder.AppendFormat #27, thanks @udaken