Closed
Conversation
VORGテーブルのデータ取得用プロパティーを追加
ascent, descent 等のメトリクスの取得方法を修正
GlyphRun#features が意図せずnullになることがあるのを修正
Improve UVS support
Improve UVS lookup performance
* build: CIのビルド環境を Node.js 20 に変更 * docs: AGENTS.md 新規追加 * ci: 古い .travis.yml を削除 * ci: 自動テスト追加 --------- Co-authored-by: FAL <[email protected]>
* remove WOFF tests * 実装からWOFF形式の対応を削除 * npm uninstall tiny-inflate * remove WOFF2 tests * 実装からWOFF2形式の対応を削除 * npm uninstall brotli * remove DFont tests * 実装からDFont形式の対応を削除 * refactor: 不要になった型エイリアスを削除 * docs: update changelog --------- Co-authored-by: FAL <[email protected]>
* refactor: utils.js をモジュール分割して src/utils/ に再配置 * chore: update typescript * cloneDeep() の代替として独自実装を追加 * test: cloneDeep() のユニットテスト追加 * refactor: cloneDeep() の使用箇所を外部ライブラリ版から独自実装版に置き換え * npm uninstall clone * fast-deep-equal の代替として独自実装を追加 * test: equalArray() のユニットテスト追加 * refactor: fast-deep-equal の使用箇所を独自実装版に置き換え * refactor: remove unused import * npm uninstall fast-deep-equal * refactor: isPrimitive() を別モジュールに抽出 * docs: update changelog * chore: 既存実装に合わせて import パスの拡張子を削除 --------- Co-authored-by: FAL <[email protected]>
Author
|
作成ミス |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(作成ミス)