- Add Powershell 6.2.0-preview.1
- Rename to
pwsh
(git reponpm-pwsh
) - Fix compatibility with pnpm #14
- Avoid repeated, unnecessary package extractions on Windows. #11
- Fix support for symlinked npm prefix. This affects users of nvs; possibly others. #9
- Add PowerShell Core v6.1.0.
- Remove "beta" header from README.
- Mark v6.0.0-rc2 as prerelease.
- Fix nvm compatibility when running WSL tests.
- Adds support for prerelease versions of pwsh, installable via
npm i pwsh@prerelease
. - Adds pwsh v6.1.0-rc.1.
- Adds automated tests.
- Fix issue where npm would refuse to remove the installed symlinks / cmd shims when you
npm uninstall pwsh
- Fix problem
npm install
ing a fresh git clone (only affects contributors, not consumers) - Switch to cross-spawn; fixes bug globally installing on Windows.
- Fix broken 6.0.3 metadata.
- Fix bug in --global installations; was not getting npm prefix correctly.
- Publishes tagged packages that install a specific version of PowerShell Core rather than the latest version.
- Bundles via webpack to eliminate all npm dependencies and install faster.
--global
installs cache in npm prefix; local installations still cache in $HOME
- I did not keep a changelog for this version and prior.