This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
Releases: afollestad/ulfberht
Releases · afollestad/ulfberht
0.6.0
0.5.0
- Instead of setting
parent
in theComponent
annotation, you assign a componentchildren
. See
the updated README. - Internal cleanup.
0.4.0
- Android
ViewModel
injection! - You can inject
Provider<>
's of types. - Bug fixes, code cleanup, generated code cleanup, etc.
0.3.2
- More generics support bug fixes.
- Improved circular dependency detection a bit.
0.3.1
- Important generics support bug fixes.
0.3.0
- Fixes to generics support. E.g., you could provide
SomeClass<String>
andSomeClass<Int>
separately and it'll work as you'd think. - Other bug fixes.
0.2.0
- Fix: The internal
annotations
package needs to be published to Maven as well in order for
Gradle resolution to work.
0.1.0 beta4
- Runtime dependencies - see the README for an example of when this is needed.
0.1.0 beta3
- Circular dependency detection.
- Internal cleanup and generated code cleanup.
0.1.0 beta2
- 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.