Releases: breucode/envkeg
Releases · breucode/envkeg
0.6.1
Upgraded to Kotlin 1.6.20
0.6.0
- Upgraded to Kotlin 1.6.10
- Removed functions, which were deprecated in 0.5.0
0.5.1
- Upgraded to Kotlin 1.5.10
0.5.0.1
First release on maven central (no changes)
0.5.0
- Changed API to not have companion object any more. Refer to README to see new function names
- Upgraded to Kotlin 1.4.20
0.4.0
- Upgrade to Kotlin 1.4
- Catch Exceptions instead of Throwables when parsing values
- Set Java source and target compatibility to 1.8
0.3.0
- Added support for java.time types
- Added support to convert an environment variable to a
List
0.2.0
Added function to return null instead of default, if env variable is not found or can't be parsed.