Skip to content

Releases: shian15810/by-node-env

v2.0.1

31 Jul 14:42
Compare
Choose a tag to compare

2.0.1 (2019-07-31)

  • Suppressed duplicated cli error thrown by execa.
  • Replaced Yarn with npm.

v2.0.0

31 Jul 14:18
Compare
Choose a tag to compare

2.0.0 (2019-07-31)

  • Rewritten in TypeScript.
  • Replaced npm with Yarn.
  • Replaced cross-spawn with execa.
  • Exported a default function for programmatic use.
  • Parsed cli options using commander.
  • Exposed optional --env-file and --package-manager options via cli.
  • Breaking change: .env file is no longer parsed by default if present. It will only be parsed if provided along with --env-file option via cli.

v1.3.0

25 Jun 19:33
Compare
Choose a tag to compare

1.3.0 (2019-06-26)

  • Solved some testing issues on Windows.
  • Restructured repository.
  • Replaced Yarn with npm.

v1.2.0

19 Jun 09:03
Compare
Choose a tag to compare

1.2.0 (2019-06-19)

  • Defaulted NODE_ENV to defined NODE_ENV in .env file if it is found in process.cwd(). .env file is parsed using dotenv.

v1.1.1

17 Jun 15:23
Compare
Choose a tag to compare

1.1.1 (2019-06-17)

  • Supported fallback to process.env.npm_execpath if process.env.npm_config_user_agent by which-pm-runs is undefined.

v1.1.0

14 Jun 11:54
Compare
Choose a tag to compare

1.1.0 (2019-06-14)

  • Changed support of Yarn from process.env.npm_execpath to which-pm-runs which detects process.env.npm_config_user_agent, with additional pnpm support.

v1.0.3

11 Jun 18:47
Compare
Choose a tag to compare

1.0.3 (2019-06-12)

  • Refactored some codes.

v1.0.2

11 Jun 17:32
Compare
Choose a tag to compare

1.0.2 (2019-06-12)

  • Updated README.

v1.0.1

11 Jun 16:45
Compare
Choose a tag to compare

1.0.1 (2019-06-12)

  • Fixed some typos.

v1.0.0

11 Jun 16:37
Compare
Choose a tag to compare

1.0.0 (2019-06-11)