- fix: code comments match
- BREAKING:
envResolver
is now the plain function instead of a filename - BREAKING: requires Node 12
- support
null
,undefined
,false
values
- improve error messages
- add
envResolver
option. Plugin will try to find a file specified inenvResolver
and tries to run an exported function to obtain the environment values.
- Add
filter
option. Plugin filters which ENV variables will be process and which will not based on the provided function.
- Initial release