This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
Releases: rewe-digital/katana
Releases · rewe-digital/katana
1.9.0
With this release Santa Claus is bringing some premature Christmas presents 😉
- Add
alias
keyword for binding an existing declaration under a different type and/or name - Add
get
keyword insideset
declaration for assigning an existing dependency to a set - Update Kotlin to 1.3.61
- Remove deprecated functions & features
Special thanks to @dave08 for feature requests & feedback 🙂
Wishing all users happy holidays & a happy new year! 🎉
1.8.3
- Bugfix: Fixed bug introduced in 1.8.2 regarding Activity ViewModel injection
1.8.2
- AndroidX ViewModel support: Remove usage of deprecated
lifecycle-extensions
1.8.1
- Rename module factory functions of
katana-android
artifact - Update AndroidX Lifecycle and ViewModel dependencies
1.8.0
- Add
set
multi-binding functionality - Remove deprecated functions
- Deprecate old DSL and promote "compact" DSL to default DSL
- Note: Changes of this version are source but not binary compatible!
1.7.1
- Update dependencies (Kotlin 1.3.50)
- Update
lifecycle-viewmodel-savedstate
to 1.0.0-alpha03
1.7.0
- Add experimental support for ViewModel injection with saved state.
Please use artifactorg.rewedigital.katana:katana-androidx-viewmodel-savedstate:1.7.0-alpha01
.
1.6.3
1.6.2
savedInstanceState
is passed toKatanaFragment(Delegate)
- Kotlin dependency has been updated to 1.3.31.
1.6.1
- Maintenance release. Kotlin dependency has been updated to 1.3.30.