Skip to content

Releases: sitture/env-config

0.8.3

15 Oct 10:58
dfd94da
Compare
Choose a tag to compare

Fixed

  • Changes the way that we get the filename to fix an issue in Windows

0.8.2

30 Sep 13:51
32aa11d
Compare
Choose a tag to compare
Updating to latest version of checkstyle and pmd

0.8.1

29 Sep 11:50
e31c1a3
Compare
Choose a tag to compare

Fixed

  • Fixes an issue with getting properties from parent environments with key format of my.property.

0.8.0

13 Jul 12:10
b433fa4
Compare
Choose a tag to compare

Added

  • Adds the ability to load in profiles using CONFIG_ENV_PROFILE

0.7.2

06 Jul 12:59
de3b07f
Compare
Choose a tag to compare

Updated

  • Adds ability to show the configuration asMap

0.7.1

01 Jun 17:59
6956762
Compare
Choose a tag to compare

Fixed

  • Fixes an issue with env vars priority

0.7.0

01 Jun 13:07
37143c9
Compare
Choose a tag to compare

Added

  • Adds the ability to supply multiple environments. E.g. config.env=env1,env2 where env2 takes precedence.

0.6.1

13 Oct 09:39
7c4e48f
Compare
Choose a tag to compare

Updated

  • Bumps junit from 4.12 to 4.13.1

0.6.0

05 Aug 15:47
478e8b2
Compare
Choose a tag to compare

Added

  • Adds a method to get a list of delimiter/comma separated items from a key. EnvConfig.getList(property)

v0.5.9

29 Jul 14:42
b564082
Compare
Choose a tag to compare

Updated

  • Updates javadoc for getOrThrow(property) method.

Fixed

  • Fixes an issue with trailing spaces in env name.