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.2.3
- Permit injection of
null
values - Permit internal module bindings
1.2.2
- Improve injection performance
1.2.1
- Add
MEMORY
andSPEED
profiles toAndroidEnvironmentContext
.
Either choose between optimization of memory consumption or execution speed.
1.2.0
- Add pluggable
EnvironmentContext
for optimizing Katana for specific runtime environments.
See Android implementation. - Android artifact is now an Android library (AAR) with a dependency on AndroidX.
- Android artifact provides module factory functions for support
Fragments
.
1.1.0
- Convert module DSL functions to extension functions for better code highlighting/readability.
This is a breaking change asbind()
,factory()
etc. now have to be imported!
1.0.2
- Add Android module factory functions to Android artifact
- Update Kotlin version to 1.3.11
1.0.1
- Update Kotlin dependency to 1.3
1.0
- After months of development and internal testing we're happy to finally release the first public version of Katana.