Releases: arvindell/envful
Releases · arvindell/envful
v1.0.7
v1.0.6
Bug fixes
- Fix syntax error in npm bin script.
v1.0.5
Bug fixes
- Remove binary-install dependency and control download of binaries
v1.0.4
Bug fixes
- Remove binary-install dependency and control download of binaries
v1.0.3
Bug fixes
- Fixed npm install location (node_modules/.bin)
v1.0.2
Bug fixes
- Removed a bug that caused verbose output in run mode.
v1.0.1
Bug fixes
- Removed a problem preventing using
./.env
as the default environment file.
v1.0.0
Breaking changes
- The
-d
option has been removed in favor of the -m and -f options, which offer more granular control.
Improvements
- The
-f
option has been added to specify the properties file to use (commonly .env) - The
-m
option has been added to specify the manifest to use (commonly .env.example) - The
--show-undeclared
option has been added for warning undeclared variables when using in run mode. - The
--show-optional
option has been added for warning undeclared variables when using in run mode. - An error message will be now shown when the environment file is specified and not found.
v0.5.12
- Fix install script.
v0.5.11
- Fix install script.