Skip to content

2.15.0

Compare
Choose a tag to compare
@koriym koriym released this 06 Dec 11:31
· 68 commits to 2.x since this release
53bb56b

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