All Versions
10
Latest Version
Avg Release Cycle
142 days
Latest Release
2909 days ago

Changelog History

  • v1.2.5 Changes

    May 10, 2016
    • Fix: Correctly emit generated code for binding parameterized types.
  • v1.2.4 Changes

    May 03, 2016
    • Fix: Restore static injection support to work correctly.
  • v1.2.3 Changes

    May 03, 2016
    • Fix: Correct detection of module base classes. This previously erroneously failed compilation on modules which extended from Object but were not detected as such.
    • Fix: Allow the use of dollar signs in processed class names.
    • Fix: Remove the need for javac to generate synthetic accessor methods for internal classes.
    • Fix: Error when duplicate classes are listed in injects= or includes= lists.
  • v1.2.2 Changes

    July 22, 2014
    • Update JavaWriter to 2.5.0. This fixes incorrectly compressing fully-qualified class names in child packages of java.lang (e.g., java.lang.ref.WeakReference).
  • v1.2.1 Changes

    February 17, 2014
    • Restore Java 5 compatibility.
    • New: Improve performance of .plus() with large volumes of set bindings.
    • Fix: Do not mask underlying exception message from binding problems when constructing a graph.
  • v1.2.0 Changes

    December 14, 2013
    • 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.
  • v1.1.0 Changes

    August 05, 2013
    • Module loading now requires code generation via the 'dagger-compiler' artifact.
    • Allow multiple contributions to Set binding via Provides.Type.SET_VALUES.
    • Request classloading from the classloader of the requesting object, not the current thread's context classloader.
    • Cache class loading at the root injector to reduce costs of loading adapters.
    • Fix: Primitive array types are no longer incorrectly changed to their boxed type.
    • Update JavaWriter to 2.1.1.
  • v1.0.1 Changes

    June 04, 2013
    • Explicitly forbid declaring @Inject on a class type (e.g., @Inject class Foo {}).
    • Update JavaWriter to 1.0.5.
  • v1.0.0 Changes

    May 07, 2013

    ๐ŸŽ‰ Initial release.

  • v0.9.1

    November 12, 2012