Recent Releases of kenv

kenv - 1.2.0

Changes

  • Support Java Properties for JVM targets. Add a Properties object or File via the Kenv builder:

kotlin Kenv { properties(myProperties) properties(file = myPropertiesFile) xmlProperties(path = xmlPropertiesFilePath) }

Full Changelog: https://github.com/mooncloak/kenv/compare/1.1.0...1.2.0

- Kotlin
Published by chRyNaN about 2 years ago

kenv - 1.1.0

Changes

  • Updated Kotlin to version 1.9.21
  • Updated okio to version 3.7.0
  • Updated Android Gradle Plugin to version 8.2.0
  • Publish all Android variants
  • Updated target definitions in build file
  • Added WASM NodeJs and Browser targets
  • Added WASM WASI target
  • Added JS Browser target
  • Minor formatting changes
  • Added missing @Throws annotations to EnvironmentVariableStore functions and extension functions
  • Inlined most EnvironmentVariableStore functions and extension functions
  • Added new overloaded EnvironmentVariableStore.get extension functions that take a mapper function that can convert the retrieved EnvironmentVariable.Value type to any other type
  • Changed name of KenvBuilder.dotenv function parameter pathString to path to match existing documentation
  • Updated Android target to version 34
  • Changed repository to where artifacts are published to https://repo.repsy.io/mvn/mooncloak/public

Full Changelog: https://github.com/mooncloak/kenv/compare/1.0.0...1.1.0

- Kotlin
Published by chRyNaN about 2 years ago

kenv - 1.0.0

Full Changelog: https://github.com/mooncloak/kenv/commits/1.0.0

- Kotlin
Published by chRyNaN over 2 years ago