Skip to content

1.2.0

Choose a tag to compare

@jonchurch jonchurch released this 08 Apr 19:29
· 4 commits to main since this release
717e65d

refactor: clean up CLI flags and add --no-cache (1b142ae)

Dropped some flags that were redundant with the subcommands. This would be breaking if v1 had been older than several minutes lol

Removed:

  • --total flag (use lodash-stats total instead)
  • --graph flag (use lodash-stats graph instead)
  • --top / -t flag (use lodash-stats top N instead)

Added:

  • --no-cache flag to bypass the 1-hour cache and fetch fresh data from npm
  • Category list in --help output (Array, Collection, Date, Function, Lang, Math, Number, Object, String, Util)

Fixed:

  • README examples now show live API numbers instead of stale download-counts data

v1.1.0...v1.2.0