2.15.0
What's Changed
- Set tmpdir in environment variable by @koriym in #278 (for testing only)
- Remove implicit untarget bindings by @koriym in #279
Important 【重要】
See #280
Explicit untargeted binding is required even when the dependency is a concrete class.
Most of the time this is not a problem, but if you get an Unbound
exception with a concrete class dependency, untarget bound.
依存が具象クラスの時にも明示的なアンターゲット束縛が必要です。
ほとんどの場合問題ありませんが、もし具象クラスの依存でUnbound
例外が発生したらアンターゲット束縛してください。
Full Changelog: 2.14.5...2.15.0