Skip to content

Releases: voxpelli/node-installed-check

v5.0.0-0

12 Mar 13:02
Compare
Choose a tag to compare
v5.0.0-0 Pre-release
Pre-release
  • Possibly breaking change: Uses new 5.x version of installed-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...v5.0.0-0

v4.0.0

28 Jan 17:21
Compare
Choose a tag to compare
  • Breaking change: Now requires at least Node.js 12.x (somewhat following the LTS of Node.js itself)
  • Dependencies: Moved from 2.x to modern 4.x version of chalk
  • Dependencies: Now using meow instead of dashdash to parse the CLI input
  • Dependencies: Uses new 4.x version of installed-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...v4.0.0

v4.0.0-0

22 Oct 12:39
Compare
Choose a tag to compare
v4.0.0-0 Pre-release
Pre-release
  • Breaking change: Now requires at least Node.js 12.x (somewhat following the LTS of Node.js itself)
  • Dependencies: Moved from 2.x to modern 4.x version of chalk
  • Dependencies: Now using meow instead of dashdash to parse the CLI input
  • Dependencies: Uses new 4.x version of installed-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...v4.0.0-0

v3.0.0

09 Aug 09:04
Compare
Choose a tag to compare
  • 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

v2.2.0...v3.0.0

v3.0.0-0

24 Jan 21:23
Compare
Choose a tag to compare
v3.0.0-0 Pre-release
Pre-release
  • 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