Releases: grega/versions
v0.9.0
v0.8.0
Adds support for package aliases in the "static" (non-interactive) output eg.
vrs Node.js
# or
vrs nodejs
# or
vrs nodevrs Go
# or
vrs golangFull Changelog: v0.7.0...v0.8.0
v0.7.0
Modifies package cache TTL to 6 hours (from 1 hour)
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Run vrs <packagename> to receive a static output of the package's version information (rather than the regular interactive UI).
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Adds:
- Press "T" to save the currently selected version to
.tool-versions(if there's an asdf plugin available)- Thanks @DanielBrierton for the idea!
- Cache notice under help text
- Additional package support (07d32a3)
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Add keyboard shortcut (o) for opening package source URL in browser.
Full Changelog: v0.3.2...v0.4.0
v0.3.2
From "release" view:
- 'Enter' now copies selected version number and quits
- 'C' now copies selected version number, doesn't quit
Minor styling / layout fixes.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Fixes layout issues (search input and package details header)
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Adds package.json caching (for 1 hour) so that the tool doesn't need to fetch from remote service on each launch.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Adds --version / -v flag support.
Full Changelog: v0.1.0...v0.2.0