Releases: Katsuya100/MemoizationForUnity
Releases · Katsuya100/MemoizationForUnity
v1.5.0
v1.4.3
- Optimization.
- Remove unnecessary code.
==== - 最適化
- 不要なコードを削除
v1.4.2
- Fixed logging-related problems
==== - ログ関連の不具合を修正
v1.4.1
- Updated Generator common functionality
- Debugging information added to dll
==== - Generatorの汎用機能を更新
- デバッグ情報をdllに追加
v1.4.0
- Supports ThreadStatic caching.
- Optimized functions with only bool type arguments.
- Fixed problem with Static Type Caching not working correctly when keeping out argument.
- Fixed an issue that prevented proper Memoization of members of Generic types.
==== - ThreadStaticなキャッシュをサポート
- bool型の引数のみを持つ関数を最適化
- out引数を保つ場合にStatic Type Cachingが正常に動作しない問題を修正
- Generic型のメンバを正常にMemoizationできない問題を修正
v1.3.0
- Updated version of CSharpScriptGenerator
- Added ability to search cache considering array elements
==== - CSharpScriptGeneratorのバージョンを更新
- 配列要素を考慮してキャッシュを探索する機能を追加
v1.2.0
- Implement interrupt function for cache
- Implement callback function for cache creation
==== - キャッシュへの割り込み機能を実装
- キャッシュ作成時のコールバック機能を実装
v1.1.0
- Fixed bug with instance methods having method parameters of Generic parameter type
- Removed limitation on number of parameters
- Optimization of instance methods with multiple Generic parameters
==== - インスタンスメソッドがGenericパラメーター型のメソッドパラメーターを持つ場合の不具合を修正
- パラメーターの個数制限を撤廃
- インスタンスメソッドのGenericパラメーターが複数ある場合の最適化
v1.0.1
- Fixed a problem in which memoization methods could not be written for each paritalized class.
==== - 分割したクラスそれぞれにMemoization関数を設定できない問題を修正
v1.0.0
- Release MemoizationForUnity v1.0.0.
==== - MemoizationForUnity v1.0.0をリリース。