All Versions
38
Latest Version
Avg Release Cycle
30 days
Latest Release
-

Changelog History
Page 4

  • v1.2.3 Changes

    2018-12-19

    • Permit injection of null values
    • Permit internal module bindings
  • v1.2.2 Changes

    2018-12-17

    • ๐Ÿ‘Œ Improve injection performance
  • v1.2.1 Changes

    2018-12-14

    • โž• Add MEMORY and SPEED profiles to AndroidEnvironmentContext. Either choose between optimization of memory consumption or execution speed.
  • v1.2.0 Changes

    2018-12-14

    • โž• Add pluggable EnvironmentContext for 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.
  • 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!
  • 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