dagger v1.2.0 Release Notes

Release Date: 2013-12-14 // over 10 years ago
    • Numerous performance improvements in both the compiler and runtime.
      • Use more efficient String concatenation.
      • Module adapters are now stateless.
      • Use read/write locks over global locks.
      • Reflective constructor invocation is now cached with Class.newInstance.
      • Avoid re-linking all bindings when calling .plus().
    • Set bindings are now unioned when calling .plus().
    • Fix: Tolerate missing type information during compilation by deferring writing module adapters.