Bump config from 1.4.0 to 1.4.1
Bumps config from 1.4.0 to 1.4.1.
Changelog
Sourced from config's changelog.
1.4.1: October 22, 2020
- introduce docs for arrays on env vars (#706), (#710) and (#711) thanks to @ignasi35 and @andreaTP
- add a helper method for parsing only application overrides (#708) and (#709) thanks to @bbaldino
- remove unmodifiable collection wrappers in ResolveContext (#701) thanks to @havocp
- added support for memory units which don't fit in a long when transformed to bytes (#663) thanks to @mpryahin
- inherit optional and getter evaluation (#660) thanks to @derKrischan
- a few other bug fixes
Commits
-
06fa0f0
Release 1.4.1 -
7c44daf
Merge pull request #711 from andreaTP/improve-set-array-values -
f3650a3
Improve set array values section -
c87f9f9
Use the correct name (#710) -
8648e07
Introduce docs for arrays on env vars (#706) -
82df5a6
Merge pull request #709 from bbaldino/fix_parse_replacement -
4be9b6d
use correct ParseOptions object -
2d43727
Merge pull request #708 from bbaldino/parse_app_overrides -
5029d93
add @since tags -
f3baf1d
use ensureClassLoader - Additional commits viewable in compare view