Releases: christian-schlichtherle/bali-di-scala
Bali DI for Scala 0.5.4
v0.5.4 Releasing 0.5.4
Bali DI for Scala 0.5.3
This release adds support for binding methods with implicit parameters.
Bali DI for Scala 0.5.2
Fixes an issue which may cause the @Lookup
annotation to be ignored.
Bali DI for Scala 0.5.1
This release improves error messages and adds support for Scala 2.12.
Bali DI for Scala 0.4.5
This release improves support for methods with parameters with default values.
Bali DI for Scala 0.4.3
This release avoids a MatchError in rare cases.
Bali DI for Scala 0.4.2
This release removes an overly aggressive optimization which may cause a NullPointerException.
Bali DI for Scala 0.4.1
This release fixes the processing of the @lookup attribute, improves diagnostic error messages and performance.
Bali DI for Scala 0.4.0
Support for the @Lookup
annotation is now feature complete, i.e. all attributes are implemented with complete semantics. Also, performance of the macro has been improved.
Bali DI for Scala 0.3.1
This release fixes access to private or imported values from the make macro.