Skip to content

Releases: kosi-libs/Kodein

7.3.1

08 Feb 07:58
Compare
Choose a tag to compare

Enable new JS IR backend

7.3.0

05 Feb 15:43
Compare
Choose a tag to compare
  • CORE
    • Kotlin 1.4.30
    • Documentation

7.2.0

28 Dec 08:55
Compare
Choose a tag to compare
  • CORE
    • Kotlin 1.4.20
    • Fix memory leak with DI context
    • Context finder and translator can now access DI container's bindings
    • Kodein-Type 1.4 + other dependencies

7.1.0

18 Sep 13:27
Compare
Choose a tag to compare
  • DOCUMENTATION

  • CORE

    • Kotlin 1.4.0
    • Explicit public API mode
    • Fixed possible memory leak with DI context
    • Deprecation cycle
  • BUILD

    • Gradle 6.5.1
    • New Internal Gradle Plugin
    • New snapshot workflow

7.0.0

25 May 12:12
Compare
Choose a tag to compare
  • DOCUMENTATION

  • CORE

    • Modules refactoring: org.kodein.di.generic-jvm / org.kodein.di.erased combined into org.kodein.di
    • New type system with typeOf to handle generics, for non JVM targets only.
    • Package deprecation: org.kodein.di.generic, org.kodein.di.erased.
    • Internals: non nullable context types / test re-organization
    • Deprecation cycle
  • FRAMEWORKS

    • Android / Ktor / TornadoFX : Migration from 6 to 7
  • DEMOS

  • BUILD

    • Gradle 6.3
    • New Internal Gradle Plugin
    • Github Actions