Releases: sitture/env-config
Releases · sitture/env-config
0.7.2
Updated
- Adds ability to show the configuration asMap
0.7.1
Fixed
- Fixes an issue with env vars priority
0.7.0
Added
- Adds the ability to supply multiple environments. E.g.
config.env=env1,env2
where env2 takes precedence.
0.6.1
Updated
- Bumps junit from 4.12 to 4.13.1
0.6.0
Added
- Adds a method to get a list of delimiter/comma separated items from a key.
EnvConfig.getList(property)
v0.5.9
Updated
- Updates javadoc for
getOrThrow(property)
method.
Fixed
- Fixes an issue with trailing spaces in env name.
v0.5.8
Updated
- Updates method to
getOrThrow(property)
for getting a required property.
v0.5.7
Updated
- Migrating to use github actions
- Publishing to both maven central and github packages
v0.5.6
Updated
- Updates to latest version of checkstyle/pmd.
- Updates the version of compiler plugin
v0.5.5
Fixed
- Updates the version of commons-configurations for security.