@akashic/akashic-engine
Advanced tools
Comparing version 2.4.9 to 2.4.10
# ChangeLog | ||
## 2.4.10 | ||
その他変更 | ||
* `g.Logger` の各ログ出力メソッドを非推奨に | ||
### ゲーム開発者への影響 | ||
* `g.Logger` の各ログ出力メソッドを非推奨に | ||
* `g.Logger#error()` `g.Logger#warn()` `g.Logger#info()` `g.Logger#debug()` を利用している場合、呼び出し箇所を `console` の各メソッドに置き換えるか、 `Game` に紐づいた `Logger#logging.add()` に `console.log()` を出力する関数を登録してください。 | ||
### 非推奨機能の変更 | ||
* `g.Logger` の各ログ出力メソッドを非推奨に | ||
### エンジン開発者への影響 | ||
* `g.Logger` の各ログ出力メソッドを非推奨に | ||
* `game.logger.logging` にハンドラを登録する必要はありません。 | ||
## 2.4.9 | ||
@@ -4,0 +24,0 @@ |
{ | ||
"name": "@akashic/akashic-engine", | ||
"version": "2.4.9", | ||
"version": "2.4.10", | ||
"description": "The core library of Akashic Engine", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1537207
29728