Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

[WIP] New status run modes #613

Closed
wants to merge 3 commits into from
Closed

Commits on May 20, 2017

  1. Implement unused run mode in status

    Adds runStatusUnused() to analyse and show only the unused dependencies
    in the project.
    darkowlzz committed May 20, 2017
    Configuration menu
    Copy the full SHA
    8316df1 View commit details
    Browse the repository at this point in the history
  2. Implement missing run mode for status

    Adds runStatusMissing() to analyse and show only the missing
    dependencies in the project.
    darkowlzz committed May 20, 2017
    Configuration menu
    Copy the full SHA
    05023e5 View commit details
    Browse the repository at this point in the history
  3. Implement old run mode for status

    Adds runStatusOld() to analyse and list the out-of-date dependencies in
    the project.
    darkowlzz committed May 20, 2017
    Configuration menu
    Copy the full SHA
    1fb29d8 View commit details
    Browse the repository at this point in the history