Releases: voxpelli/node-installed-check
Releases · voxpelli/node-installed-check
v5.0.0-0
- Possibly breaking change: Uses new
5.x
version ofinstalled-check-core
, which contains a newer engine intersection module as well as some alterations to errors, warnings and notices to make them more robust and consistent (thanks to eg. new tests)
v4.0.0
- Breaking change: Now requires at least Node.js 12.x (somewhat following the LTS of Node.js itself)
- Dependencies: Moved from
2.x
to modern4.x
version ofchalk
- Dependencies: Now using
meow
instead ofdashdash
to parse the CLI input - Dependencies: Uses new
4.x
version ofinstalled-check-core
, containing fewer dependencies that are more modern and eg. typed and async in themselves - Internal: Added strict type checking (using Typescript) verifying that the javascript code doesn't violate any assumptions.
v4.0.0-0
- Breaking change: Now requires at least Node.js 12.x (somewhat following the LTS of Node.js itself)
- Dependencies: Moved from
2.x
to modern4.x
version ofchalk
- Dependencies: Now using
meow
instead ofdashdash
to parse the CLI input - Dependencies: Uses new
4.x
version ofinstalled-check-core
, containing fewer dependencies that are more modern and eg. typed and async in themselves - Internal: Added strict type checking (using Typescript) verifying that the javascript code doesn't violate any assumptions.
v3.0.0
- Breaking change: Now requires at least Node.js 10.x (somewhat following the LTS of Node.js itself)
- Breaking change: Now defaults to both engine and module version checks
- Breaking change: Engine check and module check is now treated as equals.
--no-version-check
opt-out has been replaced with--version-check
opt-in - Internal: Core functionality has been moved to installed-check-core, this module now just contains the CLI
v3.0.0-0
- Breaking change: Now requires at least Node.js 8.x (somewhat following the LTS of Node.js itself)
- Breaking change: Now defaults to both engine and module version checks
- Breaking change: Engine check and module check is now treated as equals.
--no-version-check
opt-out has been replaced with--version-check
opt-in - Internal: Core functionality has been moved to installed-check-core, this module now just contains the CLI
Code diff: v2.2.0...v3.0.0-0