Releases: deliveryhero/whetstone
Releases · deliveryhero/whetstone
0.2.0
What's Changed
- Implement work manager support by @kingsleyadio in #49
- Disable unused build configs and res values across board by @kingsleyadio in #52
- Introduce basic compose support by @kingsleyadio in #50
- Enable missing config to generate dagger factories in whetstone-worker by @kingsleyadio in #54
- Update publishing setup by @kingsleyadio in #57
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
- Remove deprecated ViewModelFactoryProducer by @kingsleyadio in #47
- Review whetstone packaging structure by @kingsleyadio in #48
Full Changelog: 0.0.8...0.1.0
0.0.8
What's Changed
- Upgrade to Gradle 7.5 by @kingsleyadio in #39
- Simplify ViewModel provision using the new CreationExtras API by @kingsleyadio in #40
- Update README.md by @kingsleyadio in #42
- Introduce new injectedActivityViewModel API to complement injectedViewModel by @kingsleyadio in #44
Full Changelog: 0.0.7...0.0.8
0.0.7
What's Changed
- Upgrade to Kotlin 1.7 by @kingsleyadio in #35
- This also permently drops the support for Kotlin 1.6
- Update sample by @kingsleyadio in #36
Full Changelog: 0.0.6...0.0.7
0.0.6
0.0.5
What's Changed
- Upgrade to Gradle 7.4.1 by @kingsleyadio in #26
- Upgrade to AGP 7.1 by @kingsleyadio in #25
- Propagate original exception when using ContributesFragment or ContributesViewModel by @kingsleyadio in #30
- Upgrade to Anvil 2.4.0 and Kotlin 1.6 by @kingsleyadio in #28
Full Changelog: 0.0.4...0.0.5
0.0.5-alpha01
Update compiler to use new Anvil APIs accordingly
0.0.4
Expose Dagger as api dependency
What's Changed
- Expose dagger api by @vsdeni in #22
New Contributors
- @vsdeni made their first contribution in #22
Full Changelog: 0.0.3...0.0.4
0.0.3
What's Changed
- Integrate new ContributesSubcomponent API by @kingsleyadio in #21
Full Changelog: 0.0.2...0.0.3
0.0.3-beta02
Minor cleanup