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

0.4.0-beta

Compare
Choose a tag to compare
@SalomonBrys SalomonBrys released this 02 Nov 19:50
· 90 commits to master since this release
  • BREAKING CHANGES

    • JNI for desktop JVM artifacts renamed to kodein-db-jni-jvm, kodein-db-jni-jvm-linux, kodein-db-jni-jvm-macos & kodein-db-jni-jvm-windows (added -jvm-).
    • DB.factory renamed to DB.default. Not a breaking change if you are using DB.open & DB.destroy utilities.
  • MODULES

    • new kodein-leveldb-inmemory and kodein-db-inmemory modules that contain in-memory only backend. DO NOT USE IN PRODUCTION! This is for tests only!
  • CORE

    • Kotlin 1.4.10.
  • BUILD

    • Restored Windows build.