Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

v4.0.0

Compare
Choose a tag to compare
@voxpelli voxpelli released this 28 Jul 13:52

News

Breaking

  • BREAKING: Remove --entry, instead add entries directly 8657129

  • BREAKING: Drop callback parameter from main export (doesn't affect the CLI interface) 80866f8

  • BREAKING: Remove --extra alias, use --unused instead 53d2c3d

  • BREAKING: By default, run all checks, both missing and unused 5e4f11b

  • BREAKING: Require Node >=10 fb09c07

  • SEMIBREAKING: Make --quiet the standard, add --verbose for previous verbose logging behavior d886e2b

  • SEMIBREAKING: Update to latest globby release 2c91ae0

Improvements

  • Move to require('module').builtinModules 55d282e
  • Add resolving of package.json directly from files da6c139

Fixes

  • Internal: Make parse() + path resolving async 8eaba08

Dependency updates

Full list of changes

v3.4.1...v4.0.0