Releases: Cysharp/Utf8StringInterpolation
Releases · Cysharp/Utf8StringInterpolation
Ver.1.3.2
What's Changed
- re use slice by @SimonCropp in #11
- remove some redundant assignments by @SimonCropp in #13
- ci: Cysharp/Actions/.github/workflows/create-release.yaml by @guitarrapc in #15
- ci: change upload-artifact & download-artifact to Cysharp/Actions by @guitarrapc in #17
- ci: add depndabot.yaml to update github-actions by @guitarrapc in #16
- perf: use
Nullable<T>.GetValueOrDefault()
instead ofNullable<T>.Value
by @nogic1008 in #21
New Contributors
- @SimonCropp made their first contribution in #11
- @guitarrapc made their first contribution in #15
- @nogic1008 made their first contribution in #21
Full Changelog: 1.3.1...1.3.2
Ver.1.3.1
Ver.1.3.0
- Add Utf8Formatter overloads for .NET 8
- Fix netstandard2.0 minus alignment calculation
Full Changelog: 1.2.3...1.3.0
Ver.1.2.3
AppendFormatterd<T>
JIT typeof support
Full Changelog: 1.2.2...1.2.3
Ver.1.2.2
- public GetBufferWriter/GetCurrentWritten/GetAllocatedDestinationSize/TryGrow
Full Changelog: 1.2.1...1.2.2
Ver.1.2.1
- public
ClearState()
Full Changelog: 1.2.0...1.2.1
Ver.1.2.0
What's Changed
- Add .NET Standard 2.0 target. by @RichardD2 in #2
- Fix a wrong t4 condition by @hadashiA in #4
- Support alignment with null parameter value by @hadashiA in #5
- Make sure string alignment calculate as char count by @hadashiA in #6
- Fix test targetframework for CI by @hadashiA in #3
- Fix missing TryFormat by @hadashiA in #7
New Contributors
- @RichardD2 made their first contribution in #2
- @hadashiA made their first contribution in #4
Full Changelog: 1.1.0...1.2.0
Ver.1.1.0
- Improve Nullable handling
Ver.1.0.0
initial release