Note
v0.7.0はv0.6以前と互換性がありません。特にSwiftUtilsに破壊的変更が含まれているため、注意してください。
What's Changed
- [Experimental] InputGraphベースの入力管理の実装 by @ensan-hcl in #44
- [Experimental] InputGraphベースの辞書ルックアップ by @ensan-hcl in #45
- [Experimental] InputGraphの構造を変更し、LookupGraphによる辞書引きを実装 by @ensan-hcl in #46
- [Experimental] ConvertGraphを実装し、その上での完全一致変換を実装 by @ensan-hcl in #47
- [Experimental] InputGraphのアルゴリズムの改善 by @ensan-hcl in #48
- [Tool] cliツールとして
anco
を追加 by @ensan-hcl in #50 - [Feature] 予測変換用の辞書検索を単純化 by @ensan-hcl in #51
- [Feature] 動的ユーザ辞書の機能を明記 by @ensan-hcl in #52
- Refactor dropping "ネン" from string in CalendarCandidate.swift by @k-taro56 in #54
- [Fix] Swift 5.10でのビルドエラーを修正 by @ensan-hcl in #56
- [Docs] 開発ガイドを追加 by @ensan-hcl in #59
- [Docs] Update failures.md by @ensan-hcl in #60
- Bump swift-actions/setup-swift from 1 to 2 by @dependabot in #62
- [Experimental] ConvertGraph周りのテストを増やしてバグを治す by @ensan-hcl in #49
- [Experimental] 実験的実装から不要なものを削除し、lintを適用 by @ensan-hcl in #64
- [Experimental] Graph-based変換で差分変換の準備 by @ensan-hcl in #65
- [Experimental] グラフベースの実験的実装についてドキュメントを書いた by @ensan-hcl in #67
- [Tools] Swift 5.10のCIを追加する by @k-taro56 in #69
- Add devcontainer.json for Swift development and daily update schedule for devcontainers package ecosystem by @k-taro56 in #55
- [Experimental] テストケースの追加 by @ensan-hcl in #70
- [Docs] 開発ガイドにDevContainerに関して記述 by @ensan-hcl in #71
- Update Swift image version to 5.10 by @k-taro56 in #72
- [Refactoring] SwiftUtilsの不必要なAPIを削除する by @ensan-hcl in #73
- [Experimental] LookupGraphの差分ベース構築を実装 by @ensan-hcl in #74
- [Experimental] ConvertGraphの差分ベース構築を実装 by @ensan-hcl in #77
- [Experimental] ComposingTextV2を実装 by @ensan-hcl in #78
- [Experimental] 削除操作についてもグラフベースに変更 by @ensan-hcl in #79
- fix: temporary memoryの更新ロジックのバグを修正 by @ensan-hcl in #81
New Contributors
- @k-taro56 made their first contribution in #54
- @dependabot made their first contribution in #62
Full Changelog: v0.6.1...v0.7.0