Releases: finphie/Utf8Utility
Releases · finphie/Utf8Utility
Version 1.0.0
What's Changed
- バージョン1.0.0 (#164) @finphie
- リファクタリング (#163) @finphie
- UTF-8文字数取得処理を最適化 (#162) @finphie
- リファクタリングなど (#159) @finphie
- UTF-8文字列比較処理の最適化及びUnicodeUtility.Compareを実装 (#158) @finphie
- Ascii文字列判定を最適化(Vector128) (#157) @finphie
- .NET 6サポート削除 (#156) @finphie
- Ascii文字列判定を最適化 (#154) @finphie
- TryGetValueのベンチマーク対象にFrozenDictionaryを追加 (#153) @finphie
- UnicodeUtilityにIsEmptyOrWhiteSpaceとGetLengthを追加 (#152) @finphie
- CopyTo/TryCopyTo/TryFormat/TryGetChars/GetChars追加 (#151) @finphie
- リファクタリングなど (#150) @finphie
- .NET 8対応 (#149) @finphie
- ハッシュ計算の最適化とリファクタリング (#148) @finphie
- Update dotfiles (#147) @finphie
- Bump CommunityToolkit.HighPerformance from 8.2.0 to 8.2.1 (#146) @dependabot
- Bump CommunityToolkit.HighPerformance from 8.1.0 to 8.2.0 (#145) @dependabot
Full Changelog: v0.13.0...v1.0.0
Version 0.13.0
What's Changed
- バージョン0.13.0 (#143) @finphie
- ベンチマークプロジェクトのターゲットフレームワークを.NET 7のみに変更 (#142) @finphie
- Bump CommunityToolkit.HighPerformance from 8.0.0 to 8.1.0 (#138) @dependabot
- Update dotfiles (#141) @finphie
- Compare最適化 (#135) @finphie
- Bump CommunityToolkit.HighPerformance from 7.1.2 to 8.0.0 (#131) @dependabot
- C# 11対応 (#132) @finphie
- [CI] Update dotfiles (#128) @finphie
- LICENSEファイル更新とREADME修正 (#126) @finphie
- [CI] Update dotfiles (#124) @finphie
- [CI] Update dotfiles (#123) @finphie
Full Changelog: v0.12.0...v0.13.0
Version 0.12.0
Version 0.11.1
Version 0.11.0
Enhancements
- DangerousAsByteArray追加 (#105) @finphie
- DangerousAsSpan追加 (#104) @finphie
- IsAsciiメソッドを追加 (#94) @finphie
Bug Fixes
Documentation changes
Dependency updates
- Bump Microsoft.Toolkit.HighPerformance from 7.1.1 to 7.1.2 (#102) @dependabot
- Bump System.Runtime.CompilerServices.Unsafe from 5.0.0 to 6.0.0 (#91) @dependabot
Version 0.10.0
Breaking changes
Enhancements
- [Utf8Array] GetLengthを最適化 (#88) @finphie
- [Utf8Array] GetLengthメソッドを追加 (#82) @finphie
- [Utf8Array] IsEmptyOrWhiteSpaceメソッドを追加 (#76) @finphie
- [Utf8Array] IsEmptyプロパティを追加 (#75) @finphie
- [Utf8Array] AsSpanの最適化 (#71) @finphie
- Utf8Array.Compare実装 (#70) @finphie
Bug Fixes
- [Utf8Array] 比較処理をRune.EncodeToUtf16を利用した処理に変更 (#83) @finphie
- [Utf8Array] AsSpanメソッドで初期インデックスが指定されている場合、範囲外になっていた問題を修正 (#78) @finphie
- [Utf8Array] Emptyの初期化処理を修正 (#73) @finphie
- [Utf8Array] nullチェック追加 (#72) @finphie
Documentation changes
Maintenance
Version 0.9.1
Version 0.9.0
Breaking changes
Dependency updates
- Bump Microsoft.Toolkit.HighPerformance from 7.0.2 to 7.1.0 (#58) @dependabot