Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Releases: Ufkoku/Dagger2.Android-Arch.Components

2.4.0

22 Dec 08:38

Choose a tag to compare

  • Updated dependencies
  • Updated demo app

2.3.1

26 Nov 14:34

Choose a tag to compare

  • Fixed nullability checks for constructors

2.3.0

25 Oct 08:10

Choose a tag to compare

Changes:

  • Added incremental build support for factory processor
  • Dependencies are updated
  • Some updates of demo project

2.2.0

15 Aug 10:34

Choose a tag to compare

  • Updated dependencies;
  • Added DaggerViewModel and DaggerSavableViewModels which allow to use Dagger2 inside ViewModel

2.1.1

03 Apr 19:40

Choose a tag to compare

  • Added Retention and Target policies to Name annotation
  • Changed sorting of constructors with same priorities.

2.1.0

02 Apr 11:20

Choose a tag to compare

  • SavedState dependencies are now optional

2.0.0

01 Apr 10:10

Choose a tag to compare

  • Package naming fixed
  • Implemented support for SavedStateHandle.
  • Removed custom implementation of saving states.

1.5.6

08 Mar 07:12

Choose a tag to compare

  • Dependencies update
  • Demo app update

1.5.5

05 Nov 13:04

Choose a tag to compare

  • Removed redunant sync from lazy

1.5.4

28 Oct 19:08

Choose a tag to compare

  • Added possibility to mark generated factory's constructor with @Inject
  • Added DaggerArchDialog