Skip to content

Releases: finphie/Utf8Utility

Version 1.0.0

10 Sep 08:54
508388d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v1.0.0

Version 0.13.0

19 Mar 02:02
c40a091
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

Version 0.12.0

26 Feb 12:19
7f927a8
Compare
Choose a tag to compare

Breaking changes

Enhancements

Documentation changes

Version 0.11.1

10 Jan 07:56
55c803e
Compare
Choose a tag to compare

Enhancements

  • Microsoft.ToolkitからCommunityToolkitに変更 (#108) @finphie

Documentation changes

Maintenance

Version 0.11.0

08 Jan 05:11
ba97a06
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • [Utf8Array] デフォルトコンストラクターをエラーにする (#100) @finphie

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

07 Nov 07:14
c30082b
Compare
Choose a tag to compare

Breaking changes

Enhancements

Bug Fixes

  • [Utf8Array] 比較処理をRune.EncodeToUtf16を利用した処理に変更 (#83) @finphie
  • [Utf8Array] AsSpanメソッドで初期インデックスが指定されている場合、範囲外になっていた問題を修正 (#78) @finphie
  • [Utf8Array] Emptyの初期化処理を修正 (#73) @finphie
  • [Utf8Array] nullチェック追加 (#72) @finphie

Documentation changes

Maintenance

  • リファクタリング (#85) @finphie
  • Unsafe.Addを使っていた箇所の一部をUnsafe.AddByteOffsetに書き換え (#80) @finphie
  • 名前空間移動 (#77) @finphie
  • .NET 6のみCA1036の抑制を行うように変更 (#74) @finphie
  • トップレベルステートメント (#68) @finphie

Version 0.9.1

21 Oct 21:30
7c6e0ee
Compare
Choose a tag to compare

Enhancements

  • Utf8ArrayにReadOnlySpan構造体のコンストラクタを追加 (#65) @finphie

Dependency updates

  • Bump Microsoft.Toolkit.HighPerformance from 7.1.0 to 7.1.1 (#64) @dependabot

Maintenance

Version 0.9.0

17 Oct 07:21
301feb5
Compare
Choose a tag to compare

Breaking changes

Dependency updates

  • Bump Microsoft.Toolkit.HighPerformance from 7.0.2 to 7.1.0 (#58) @dependabot

Version 0.8.0

29 Aug 00:33
1a2989a
Compare
Choose a tag to compare

Breaking changes

  • Utf8Utility.Serialization.Jsonプロジェクトを削除 (#50) @finphie
  • .NET 5 サポートを削除 (#49) @finphie

Documentation changes

Version 0.7.0

24 Jul 07:30
e653b23
Compare
Choose a tag to compare

Breaking changes

Bug Fixes