Skip to content

Releases: arvindell/envful

v1.0.7

19 Oct 05:12
Compare
Choose a tag to compare

Bug fixes

  • Fixes a bug where envful didn't not propagate the status code of the command it ran. This happened only in when using envful through npm.

Improvements

  • Add a warning then the binary is not found.

v1.0.6

28 Sep 23:59
Compare
Choose a tag to compare

Bug fixes

  • Fix syntax error in npm bin script.

v1.0.5

28 Sep 23:52
Compare
Choose a tag to compare

Bug fixes

  • Remove binary-install dependency and control download of binaries

v1.0.4

28 Sep 23:42
Compare
Choose a tag to compare

Bug fixes

  • Remove binary-install dependency and control download of binaries

v1.0.3

17 Sep 09:17
Compare
Choose a tag to compare

Bug fixes

  • Fixed npm install location (node_modules/.bin)

v1.0.2

28 Feb 20:25
Compare
Choose a tag to compare

Bug fixes

  • Removed a bug that caused verbose output in run mode.

v1.0.1

28 Feb 02:46
Compare
Choose a tag to compare

Bug fixes

  • Removed a problem preventing using ./.env as the default environment file.

v1.0.0

28 Feb 02:18
Compare
Choose a tag to compare

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

07 Feb 07:12
Compare
Choose a tag to compare
  • Fix install script.

v0.5.11

07 Feb 07:04
Compare
Choose a tag to compare
  • Fix install script.