Skip to content

Releases: breucode/envkeg

0.6.1

08 Apr 19:47
Compare
Choose a tag to compare

Upgraded to Kotlin 1.6.20

0.6.0

06 Jan 20:41
Compare
Choose a tag to compare
  • Upgraded to Kotlin 1.6.10
  • Removed functions, which were deprecated in 0.5.0

0.5.1

28 May 10:00
Compare
Choose a tag to compare
  • Upgraded to Kotlin 1.5.10

0.5.0.1

28 May 09:27
Compare
Choose a tag to compare

First release on maven central (no changes)

0.5.0

06 Dec 16:50
Compare
Choose a tag to compare
  • 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.1

25 Oct 19:45
Compare
Choose a tag to compare

0.4.0

24 Aug 21:51
838a6d4
Compare
Choose a tag to compare
  • 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

25 Jun 22:47
3ad0f9c
Compare
Choose a tag to compare
  • Added support for java.time types
  • Added support to convert an environment variable to a List

0.2.0

20 Jun 21:04
7cf365c
Compare
Choose a tag to compare

Added function to return null instead of default, if env variable is not found or can't be parsed.

0.1.0

18 Jun 22:34
e58192c
Compare
Choose a tag to compare

Initial release