Releases: boneskull/midnight-smoker
Releases · boneskull/midnight-smoker
v5.0.0
v4.0.0
4.0.0 (2023-08-11)
⚠ BREAKING CHANGES
- package-managers: The following CLI options have been removed:
--npm
: replaced by--pm
functionality; provide a version, not a path--install-args
: may be re-added later, but package managers accept different args, so this became a problem--dir
,--clean
, and--force
: package managers each have their own temp dir and we cannot share a dir between them
- package-managers: add ability to run tests against multiple arbitrary package managers
Features
v3.1.0
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2023-07-24)
⚠ BREAKING CHANGES
- npm v9 changes
--global-style
to--install-strategy=shallow
. so now we need to retain the version that we found when runningwhich npm
, and change the shell command accordingly. Note that even passing a custom path tonpm
will cause it to be executed so that we can verify the version. This also modifies theFIND_NPM_OK
event to return anNpmInfo
object containing propspath
andversion
, instead of just thestring
path. - This drops official support for Node.js v14.x, which is now at end-of-life.
Bug Fixes
- suppress warning when using npm v9 (a325ad4)
Miscellaneous Chores
- drop Node.js v14.x support (03f81be)