You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow forcing only cache to discover the latest version (6610088)
Clear cache by repository path, not by executable name (c25f03e)
BREAKING CHANGES
The mandatory parameter in options for clearCache
is repository instead of name. Directories in the cache are named
by the relative repository path instead of by the executable name.
Replace name with repository in your calls to clearCache.
The cache contains directories with relative
repository paths now. Not executable names any more. This
invalidates the cache populated so far. You can clear the cache
by running grab-github-release --clear-cache once and start
populating it again.
Use command-line args targetDirectory and token (edf3d57)
Features
Add function and command-line option for clearing cache (0d5ba64)
Save downloaded zip files to cache for being used next (6c3bf05)
BREAKING CHANGES
The package exports only named exports from now on.
If you imported the function grab as a default export, import it
by the name grab as a named export from now on. The command-line
tool works as it did with no breaking change.
Although caching the archives downloaded from GitHub
releases to ~/.cache/grabghr by default should be transparent and should
not affect any usage scenario, it might influence the speed or disk
usage of a particular application. That is why this is formally declared
as a breaking change.