Skip to content

v2.0.0

Compare
Choose a tag to compare
@draperunner draperunner released this 17 Dec 20:09
· 16 commits to master since this release
1636d8d

Breaking Changes

  • Minimum required Node version is now 12, though older versions might work.
  • The default number of days needed for flagging a package as ditched is increased from 90 to 365.
  • Removed console.logs 'Looking for ...' and 'Found X packages."
  • There is now no output if no packages to show (previously the table was printed with headers only).
  • The actual date of the latest release is added to the table.

New Features

  • Option --days/-d for setting number of days needed to flag a package as ditched.
  • Flag --version for showing the package's info.
  • Flag --help for showing usage info.

Internal

  • Project is converted to TypeScript
  • yargs聽is used for parsing command line arguments