Releases: Cysharp/ZString
Releases · Cysharp/ZString
Ver.2.6.0
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
- @brian6932 made their first contribution in #95
- @natsu1211 made their first contribution in #103
- @kochounoyume made their first contribution in #105
Full Changelog: 2.5.1...2.6.0
Ver.2.5.1
What's Changed
- chote: prevent github workflow change by @guitarrapc in #89
- chore: change unity build to cysharp actions by @guitarrapc in #90
- .NET 7.0 Native AOT Compatible by @daramkun in #88
- Add a fast pass for ZString.Join when the argument is a string by @hadashiA in #94
- Add define symbol for TextMeshPro by @hadashiA in #93
New Contributors
Full Changelog: 2.5.0...2.5.1
Ver.2.5.0
minimum unity support version to 2021.3
, but still work on 2020.*
(require additional System.Memory.dll).
What's Changed
- feat: use Cysharp/Actions reusable workflows/actions by @guitarrapc in #79
- Nullable enabled by @neuecc in #80
Full Changelog: 2.4.4...2.5.0
Ver.2.4.4
What's Changed
- Supports CancellationToken by @pCYSl5EDgo in #70
- Append Utf8Literal by @pCYSl5EDgo in #71
- Add ReadOnlySpanbased format AppendFormat for Utf16ValueStringBuilder by @mdsitton in #68
New Contributors
- @pCYSl5EDgo made their first contribution in #70
- @mdsitton made their first contribution in #68
Full Changelog: 2.4.3...2.4.4
Ver.2.4.3
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
- @to11mtm made their first contribution in #51
- @SimonCropp made their first contribution in #59
Full Changelog: 2.4.2...2.4.3
Ver.2.4.2
Ver.2.4.1
- Improve append string performance both
Utf16ValueStringBuilder
andUtf8ValueStringBuilder
on Unity.
Ver.2.4.0
Ver.2.3.1
Fix .meta file for Unity package manager
Ver.2.3.0
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