Releases: ChenCMD/datapack-linter
Releases · ChenCMD/datapack-linter
v2.0.10
🐛 バグ修正 / Bug Fixes
- 2025 年 4 月 15 日以降、結果のキャッシュに失敗するのを修正しました。
Fixed failure to cache results after April 15, 2025.
v2.0.9
🐛 バグ修正 / Bug Fixes
- (今度こそ) pull_request イベントでエラーが発生するのを修正しました。
Fixed error in pull_request event.
v2.0.8
🐛 バグ修正 / Bug Fixes
- GITHUB_TOKEN が設定できないのを修正しました。
Fixed GITHUB_TOKEN could not be set.
v2.0.7
🐛 バグ修正 / Bug Fixes
- GITHUB_TOKEN が設定されていない場合に pull_request イベントが動作しないのを修正しました。
Fixed pull_request event not working when GITHUB_TOKEN is not set.
v2.0.6
🐛 バグ修正 / Bug Fixes
- PullRequest イベントで regenerate cache が利用出来ないのを修正しました。
Fixed cache of linter executed by pull request is not regenerated (#34)
v2.0.5
✨ 新機能 / New Features
- Minecraft 1.20.3, 1.20.4 へ対応しました。
Minecraft 1.20.3, 1.20.4 is now supported.
v2.0.4
🐛 バグ修正 / Bug Fixes
- データパックルートがリポジトリルートと同一の場合、データパックが検出されないのを修正しました。
Fixed no detection when the root of the data pack is the same as the repository root.
v2.0.3
✨ 新機能 / New Features
- Minecraft 1.20.2 へ対応しました。
Minecraft 1.20.2 is now supported.
v2.0.2
🐛 バグ修正 / Bug Fixes
- 一定の条件下で ignoreLintPathPattern が動作しないのを修正しました。
Fixed ignoreLintPathPattern not working under certain conditions.
v2.0.1
🐛 バグ修正 / Bug Fixes
- 新しく作成したブランチで実行時に JavaScriptException が発生するのを修正しました。
Fixed JavaScriptException at runtime in newly created branch.