Skip to content

Releases: sitture/env-config

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.

v0.5.8

25 Jun 19:53
85551fb
Compare
Choose a tag to compare

Updated

  • Updates method to getOrThrow(property) for getting a required property.

v0.5.7

24 Jun 18:46
b94d457
Compare
Choose a tag to compare

Updated

  • Migrating to use github actions
  • Publishing to both maven central and github packages

v0.5.6

14 Jun 16:09
a76717a
Compare
Choose a tag to compare

Updated

  • Updates to latest version of checkstyle/pmd.
  • Updates the version of compiler plugin

v0.5.5

22 May 11:27
bd64f79
Compare
Choose a tag to compare

Fixed

  • Updates the version of commons-configurations for security.