Releases: shian15810/by-node-env
Releases · shian15810/by-node-env
v2.0.1
v2.0.0
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
1.3.0 (2019-06-26)
- Solved some testing issues on Windows.
- Restructured repository.
- Replaced Yarn with npm.
v1.2.0
v1.1.1
1.1.1 (2019-06-17)
- Supported fallback to
process.env.npm_execpath
ifprocess.env.npm_config_user_agent
by which-pm-runs isundefined
.
v1.1.0
1.1.0 (2019-06-14)
- Changed support of Yarn from
process.env.npm_execpath
to which-pm-runs which detectsprocess.env.npm_config_user_agent
, with additional pnpm support.
v1.0.3
1.0.3 (2019-06-12)
- Refactored some codes.
v1.0.2
1.0.2 (2019-06-12)
- Updated README.
v1.0.1
1.0.1 (2019-06-12)
- Fixed some typos.
v1.0.0
1.0.0 (2019-06-11)
- Cloned original repository from github:ericclemmons/per-env.
- Added support for Windows with cross-spawn.
- Added support for Yarn by detecting
process.env.npm_execpath
.