All Versions
38
Latest Version
Avg Release Cycle
30 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v1.2.3 Changes
2018-12-19
- Permit injection of
nullvalues - Permit internal module bindings
- Permit injection of
-
v1.2.2 Changes
2018-12-17
- 👌 Improve injection performance
-
v1.2.1 Changes
2018-12-14
- ➕ Add
MEMORYandSPEEDprofiles toAndroidEnvironmentContext. Either choose between optimization of memory consumption or execution speed.
- ➕ Add
-
v1.2.0 Changes
2018-12-14
- ➕ Add pluggable
EnvironmentContextfor optimizing Katana for specific runtime environments. See [Android implementation](android/README.md). - [Android](android) artifact is now an Android library (AAR) with a dependency on AndroidX.
- 👍 Android artifact provides module factory functions for support
Fragments.
- ➕ Add pluggable
-
v1.1.0 Changes
2018-12-07
- 👍 Convert module DSL functions to extension functions for better code highlighting/readability.
This is a breaking change as
bind(),factory()etc. now have to be imported!
- 👍 Convert module DSL functions to extension functions for better code highlighting/readability.
This is a breaking change as
-
v1.0.2 Changes
2018-12-07
- ➕ Add Android module factory functions to Android artifact
- ⚡️ Update Kotlin version to 1.3.11
-
v1.0.1 Changes
2018-10-31
- ⚡️ Update Kotlin dependency to 1.3
-
v1.0 Changes
2018-10-29
- 🚀 First public release