Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

45 lines (27 loc) · 1.62 KB

Changelog

1.0.0 (2019-06-11)

1.0.1 (2019-06-12)

  • Fixed some typos.

1.0.2 (2019-06-12)

  • Updated README.

1.0.3 (2019-06-12)

  • Refactored some codes.

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.

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.

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.

1.3.0 (2019-06-26)

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

2.0.0 (2019-07-31)

  • Rewritten in TypeScript.
  • Replaced npm with Yarn.
  • Exported a default function for programmatic use.
  • 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.