Releases: jens-duttke/check-outdated
Releases · jens-duttke/check-outdated
check-outdated 2.6.0
- 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
- Remove ".git" extension from GitHub repository URLs
check-outdated 2.5.0
- Sub-packages in mono-repositories on GitHub (like Gatsby) are now considered for CHANGELOG.md-link generation
check-outdated 2.4.1
- Improve CHANGELOG.md detection
check-outdated 2.4.0
- Only link to CHANGELOG.md files on GitHub if they have content
check-outdated 2.3.2
- Optimize detection of item in package.json for generting the Reference link
check-outdated 2.3.1
- Fix missing Reference link, if the installed package version does not match the version in the package.json
check-outdated 2.3.0
- If a
CHANGELOG.mdexists in the GitHub repository, the Changes row, will link to this file, instead of the Releases page
check-outdated 2.2.0
- 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
- Handle the issue that npm may return an empty
currentinformation for packages (thanks to Jonathan Graf for reporting this problem)