Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Releases: rewe-digital/katana

1.2.3

19 Dec 10:20
d741e1d
Compare
Choose a tag to compare
  • Permit injection of null values
  • Permit internal module bindings

1.2.2

17 Dec 08:09
fc722b4
Compare
Choose a tag to compare
  • Improve injection performance

1.2.1

14 Dec 13:09
2a10672
Compare
Choose a tag to compare
  • Add MEMORY and SPEED profiles to AndroidEnvironmentContext.
    Either choose between optimization of memory consumption or execution speed.

1.2.0

14 Dec 10:27
f0044a8
Compare
Choose a tag to compare
  • 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

07 Dec 11:46
1258f28
Compare
Choose a tag to compare
  • 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!

1.0.2

07 Dec 09:35
94a3b2d
Compare
Choose a tag to compare
  • Add Android module factory functions to Android artifact
  • Update Kotlin version to 1.3.11

1.0.1

31 Oct 10:55
Compare
Choose a tag to compare
  • Update Kotlin dependency to 1.3

1.0

29 Oct 09:51
Compare
Choose a tag to compare
1.0
  • After months of development and internal testing we're happy to finally release the first public version of Katana.