Skip to content

Releases: jens-duttke/check-outdated

check-outdated 2.6.0

14 Mar 15:33

Choose a tag to compare

  • Change colorization of dependency name
  • Add "Color legend"
  • Group dependencies by their type
  • Remove "Type" from default columns
  • Reorder default columns

check-outdated 2.5.1

26 Feb 07:16

Choose a tag to compare

  • Remove ".git" extension from GitHub repository URLs

check-outdated 2.5.0

16 Dec 20:59

Choose a tag to compare

  • Sub-packages in mono-repositories on GitHub (like Gatsby) are now considered for CHANGELOG.md-link generation

check-outdated 2.4.1

29 Sep 10:46

Choose a tag to compare

  • Improve CHANGELOG.md detection

check-outdated 2.4.0

26 Sep 08:17

Choose a tag to compare

  • Only link to CHANGELOG.md files on GitHub if they have content

check-outdated 2.3.2

04 Aug 10:33

Choose a tag to compare

  • Optimize detection of item in package.json for generting the Reference link

check-outdated 2.3.1

04 Aug 07:43

Choose a tag to compare

  • Fix missing Reference link, if the installed package version does not match the version in the package.json

check-outdated 2.3.0

24 Jun 17:54

Choose a tag to compare

  • If a CHANGELOG.md exists in the GitHub repository, the Changes row, will link to this file, instead of the Releases page

check-outdated 2.2.0

16 May 17:01

Choose a tag to compare

  • Add "Reference" column, which contains a link to the line and column of the dependency in the package.json.
    By using a terminal which supports clicking on such links, you can navigate directly the the item.

check-outdated 2.1.1

08 May 16:24

Choose a tag to compare

  • Handle the issue that npm may return an empty current information for packages (thanks to Jonathan Graf for reporting this problem)