Skip to content

Releases: ChenCMD/datapack-linter

v2.0.9

14 Jan 09:18
7e67d20
Compare
Choose a tag to compare

🐛 バグ修正 / Bug Fixes

  • (今度こそ) pull_request イベントでエラーが発生するのを修正しました。
    Fixed error in pull_request event.

v2.0.8

13 Jan 07:55
17178dd
Compare
Choose a tag to compare

🐛 バグ修正 / Bug Fixes

  • GITHUB_TOKEN が設定できないのを修正しました。
    Fixed GITHUB_TOKEN could not be set.

v2.0.7

12 Jan 21:59
dea987d
Compare
Choose a tag to compare

🐛 バグ修正 / Bug Fixes

  • GITHUB_TOKEN が設定されていない場合に pull_request イベントが動作しないのを修正しました。
    Fixed pull_request event not working when GITHUB_TOKEN is not set.

v2.0.6

12 Jan 17:12
2e13bd4
Compare
Choose a tag to compare

🐛 バグ修正 / Bug Fixes

  • PullRequest イベントで regenerate cache が利用出来ないのを修正しました。
    Fixed cache of linter executed by pull request is not regenerated (#34)

v2.0.5

30 Dec 19:53
4eaaf54
Compare
Choose a tag to compare

✨ 新機能 / New Features

  • Minecraft 1.20.3, 1.20.4 へ対応しました。
    Minecraft 1.20.3, 1.20.4 is now supported.

v2.0.4

20 Nov 15:35
a1bf07e
Compare
Choose a tag to compare

🐛 バグ修正 / Bug Fixes

  • データパックルートがリポジトリルートと同一の場合、データパックが検出されないのを修正しました。
    Fixed no detection when the root of the data pack is the same as the repository root.

v2.0.3

13 Nov 18:17
996fdf7
Compare
Choose a tag to compare

✨ 新機能 / New Features

  • Minecraft 1.20.2 へ対応しました。
    Minecraft 1.20.2 is now supported.

v2.0.2

28 Aug 09:26
ea0ee5d
Compare
Choose a tag to compare

🐛 バグ修正 / Bug Fixes

  • 一定の条件下で ignoreLintPathPattern が動作しないのを修正しました。
    Fixed ignoreLintPathPattern not working under certain conditions.

v2.0.1

13 Aug 18:24
dc512a8
Compare
Choose a tag to compare

🐛 バグ修正 / Bug Fixes

  • 新しく作成したブランチで実行時に JavaScriptException が発生するのを修正しました。
    Fixed JavaScriptException at runtime in newly created branch.

v2.0.0

13 Aug 09:39
87cdb40
Compare
Choose a tag to compare

v2.0.0 (2023.08.13)

💥 破壊的変更 / Breaking Changes

  • オプション項目 outputDefine を削除しました。
    Option item outputDefine has been removed.
  • オプション項目 notOutputSuccess, checkAlwaysAllFile の命名を変更しました。
    実際の挙動には変更はありません。
    Renamed option items notOutputSuccess and checkAlwaysAllFile.
    The actual behavior is unchanged.
    • notOutputSuccess -> muteSuccessResult
    • checkAlwaysAllFile -> alwaysCheckAllFile

✨ 新機能 / New Features

  • オプション項目 lintDirectory を追加しました。
    チェックを行うディレクトリを変更するためのオプションです。詳細は README を確認してください。
    Option item lintDirectory was added.
    This option is to change the directory to check. See README for details.
  • オプション項目 configPath を追加しました。
    読み込むコンフィグファイルを変更するためのオプションです。詳細は README を確認してください。
    Option configPath was added.
    Option to change the config file to be read. Check README for details.

🐛 バグ修正 / Bug fixes

  • 削除されたファイルのエラーを報告し続ける問題を修正しました。
    Fixed problem with continued reporting of deleted file errors.
  • 1.19.4 以上のバージョンで追加 / 変更された NBT のデータに対して警告が発生する問題を修正しました。1
    Fixed a problem with warnings for NBT data added/changed in versions 1.19.4 and above.1
  • キャッシュが読み込まれるべき状況下でキャッシュが読み込まれない問題を修正しました。
    Fixed problem with cache not being loaded in situations where cache should be loaded.

  1. この問題は本質的には Datapack-Linter ではなく利用している Datapack Language Server の問題ですが、暫定的な対処が可能だったため修正を行いました。

    This problem is essentially a problem with the Datapack Language Server we are using, not Datapack-Linter, but we were able to work around it temporarily and have fixed it. 2