Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Releases: afollestad/ulfberht

0.6.0

14 Aug 19:19
Compare
Choose a tag to compare
  • Qualifiers are annotation-based instead of string-based.

0.5.0

14 Aug 01:46
Compare
Choose a tag to compare
  • Instead of setting parent in the Component annotation, you assign a component children. See
    the updated README.
  • Internal cleanup.

0.4.0

13 Aug 01:28
Compare
Choose a tag to compare
  • Android ViewModel injection!
  • You can inject Provider<>'s of types.
  • Bug fixes, code cleanup, generated code cleanup, etc.

0.3.2

05 Aug 19:48
Compare
Choose a tag to compare
  • More generics support bug fixes.
  • Improved circular dependency detection a bit.

0.3.1

03 Aug 19:40
Compare
Choose a tag to compare
  • Important generics support bug fixes.

0.3.0

02 Aug 21:32
Compare
Choose a tag to compare
  • Fixes to generics support. E.g., you could provide SomeClass<String> and SomeClass<Int>
    separately and it'll work as you'd think.
  • Other bug fixes.

0.2.0

01 Aug 18:25
Compare
Choose a tag to compare
  • Fix: The internal annotations package needs to be published to Maven as well in order for
    Gradle resolution to work.

0.1.0 beta4

01 Aug 06:08
Compare
Choose a tag to compare
  • Runtime dependencies - see the README for an example of when this is needed.

0.1.0 beta3

24 Jul 04:07
Compare
Choose a tag to compare
  • Circular dependency detection.
  • Internal cleanup and generated code cleanup.

0.1.0 beta2

21 Jul 23:34
Compare
Choose a tag to compare
  • Fixed some type comparison bugs in generated components/modules.
  • Removed some internal logging.
  • Cleanup generated component code redundancies.
  • Improved build-time error messaging.
  • Removed some unused code.